Member since
09-25-2015
112
Posts
37
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2053 | 12-21-2016 09:31 AM |
07-06-2016
10:56 AM
@Simon Elliston Ball thanks for the reply. Iam trying to filter the kafka json events on eventname and based on the eventaname need to insert the events into cassandra. So i believe i need EvaluateJsonPath -> RouteOnAttribute -> UpdateAttribute for filtering events with event Name? thanks
... View more
07-06-2016
10:51 AM
@Mukesh Kumar i think you are right but just wondering for only filtering the events dont u think its a overkill to use storm as we have to implement lot of code and maintain a big cluster for storm whereas we can do it quickly in Nifi. What do u say?
... View more
07-05-2016
03:04 PM
@Bryan Bende i was looking to use Nifi as well but not sure if it would work. However i have created the PutCassandraQL processor and in terms of insert query not sure how to pass it as input to the putcassandra processor? My Kafka json event is complex and nested. Currently iam filtering on eventName using EvaluateJsonPath and RouteOnAttribute processors but i need to pass the input to putcassandra processor in a cql insert query format i guess and iam not aware of it. Any suggestions to pass the insert query to putcassandra. thank u
... View more
07-05-2016
02:12 PM
Consuming kafka json events and filtering on event type & event name and then finally save them to cassandra. Which is better kafka->Storm->Cassandra or kafka->Nifi->Cassandra?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi
-
Apache Storm
07-05-2016
02:08 PM
hi @chris grant would you like to explain the process how you passed query to putcassandraQL processor. I have managed to use QueryCassandra processor and succesfully retrieve data from cassandra. Plz let me know the steps you followed thank you 🙂
... View more
07-05-2016
10:05 AM
Looking to extract tables from sql server using nifi and export it to s3 in either csv or .txt format. Iam using ExecuteSQL processor and it outputs avro format but we are looking for csv or txt (dont know if json is any good). ANy out of the box processors you suggest or do we have to create a processor? plz let me know thank u. For Avrotojson there is a processor but looking for AvrotoCSV.
... View more
Labels:
- Labels:
-
Apache NiFi
07-05-2016
09:26 AM
Just wondering if anyone has any suggestions on Unit Testing & Integration Testing Nifi. Want to make these tests automated as well. Is there any framework or examples currently to acheive these. Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
06-27-2016
08:59 AM
hi @kkawamura i have used the same parameters zookeeper url & port and also the topic name. I thought it was about kafka versions but my issue was network connection issues with zookeeper. But its resolved now. Thank you 🙂 However as you looked at the other question just wondering any suggestions on connecting to S3 from as iam getting permission issues as described in the other question. Thank you
... View more
06-21-2016
08:04 AM
@jwitt iam using kafka 0.10.0.0. Just wondering the GetKafka processor doest have kafka broker config property how does it connect to kafka. It has zookeper property and topic to connect to. Any more properties i need to add. With just the default properties iam unable to connect to kafka running locally. thanks.
... View more
06-20-2016
11:07 AM
1 Kudo
ERROR
3491c89e-35c2-4443-a6b8-03303193629a
GetKafka[id=3491c89e-35c2-4443-a6b8-03303193629a] GetKafka[id=3491c89e-35c2-4443-a6b8-03303193629a] failed to process session due to java.lang.IllegalStateException: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to retrieve partitions for topic test: java.lang.IllegalStateException: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Failed to retrieve partitions for topic test Please let me know if i need to more properties rather than just the default properties in getKafka processor. Please let me know. thanks
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi