Member since
01-27-2016
7
Posts
6
Kudos Received
0
Solutions
02-15-2016
09:16 AM
2 Kudos
Hi, Just a question... Is it possible to store stream data obtained from Kafka in to HBase directly without using any processing logic of Spark/Storm?We dont need to apply any logic for the data obtained form Kafka,just need to store the data in HBase.
... View more
Labels:
02-09-2016
07:42 AM
2 Kudos
Hi, I need to integrate data coming from Kafka into Hbase using a Storm spout. What are the ways of doing it? Thanks.
... View more
Labels:
02-09-2016
07:28 AM
1 Kudo
@Ali Bajwa unfortunately,none of the links works.. could you provide me with working links or a solution? I too need to integrate Kafka data into HBase using Storm.
... View more
02-05-2016
05:54 AM
@Artem Ervits I used the method which @Benjamin Leonhardi suggested. Wrote a Java code which would send a SOAP request,get the response and converted it to JSON string.Then I pushed it to the KAFKA producer.
... View more
01-27-2016
11:45 AM
Can you please explain in brief about using Apache NiFi. Will it be able to pull data by using a WSDL?
... View more
01-27-2016
10:42 AM
1 Kudo
So I basically need to write a Java program which can pull the data from the wsdl which will act as a key for the producer ? I couldn't get the thing where you are suggesting to serialize the package and the task of connecting to WSDL.. p.s.- I am completely new in KAFKA,haven't written a single producer/consumer...
... View more