Member since
06-09-2017
7
Posts
0
Kudos Received
0
Solutions
10-04-2017
03:57 PM
Hi Bryan do you know by when this processor will be available ?? and i think by now support for GetHBase processor is also stopped because on nifi doucments it is giving 404 - page url not found by clicking on GetHBase processor. https://nifi.apache.org/docs.html Is there any alternative to get data from HBase using nifi without any filter of timestamp???? can you please rply again???
... View more
09-29-2017
03:20 PM
Hi, Hanu V Can u please share the attributes example or flow file as an example to explain how extract text to assign the entire row as an attribute ??? I am searching for it from a while.
... View more
06-09-2017
02:22 PM
OnTrigger method calls everytime flowfile is read and i want onTrigger to call on completion of particular event or condition so for that i want to use eventDriven.
... View more
06-09-2017
02:17 PM
Thanks for the rply i got this but my need is to make HBase connection outside onTrigger method by using the HBASE_CLIENT_SERVICE property value. Becuase onTrigger method will be called every time flowfile comes and it will go every time to make connection. Dont need to make connection every time.
... View more
06-09-2017
08:09 AM
Need to make a new custom processor in nifi which is using event driven scheduling strategy can anyone suggest any way or links?? Event Driven is only supported in 1.2???
... View more
Labels:
- Labels:
-
Apache NiFi
06-09-2017
07:12 AM
Need to make global connection to hbase in nifi custom processor with the connection properties (/etc/hbase/conf/hbase-site.xml and /etc/hadoop/conf/core-site.xml) value read from the flow file. I tried to do that but it reads from ProcessContext value which i got in onTriggerMethod so not able to make global connection. Can any one suggest how can i do this?
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache NiFi