Details
-
Type:
Bug
-
Status: Done
-
Priority:
Major
-
Resolution: Works as Designed
-
Affects Version/s: M5
-
Fix Version/s: 1.0 GA
-
Component/s: Stream Module
-
Labels:None
-
Story Points:3
-
Rank (Obsolete):1737
-
Sprint:Sprint 32
Description
I am using Spring XD to ingest the data into Pivotal HD.My source is log files which is coming from logstash through Rabbitmq. I could able to ingest the log files in HDFS (by using Rabbitmq source and HDFS sink)
However when i try to ingest the data directly into Hawq by using JDBC sink,it's not working. Shall we directly load Rabbitmq source into any databases like Hawq?
stream create --name pivotalqueue --definition "rabbit --host=<my host name> | jdbc --columns='colum list'" ---Not working
I configured jdbc in jdbc.properties. There was no issue with jdbc configuration(because i tested this with simple tail source it's working and load the data into HAWQ.
stream create --name pivotalqueue --definition "tail --name=/tmp/xd/output/test.out | jdbc --columns='columns list'" )