Member since
12-17-2016
3
Posts
0
Kudos Received
0
Solutions
12-23-2016
07:06 PM
@Bryan Bende Thank you. I am able to use it to fetch based on rowkey.
... View more
12-21-2016
02:24 PM
@Bryan Bende Yes. On day 1, We are receiving JSON record as input which has a key and load into HBase using HbbasePut JSON. 2. On day 2, we get the same message with few changes. Need to determine if any changes and emit as delta to another processor. I am looking to query Hbase based on row key and get all other columns from Hbase and compare in the next processor (JSON path eval) and route as delta if there is any change in the values. GetHbase only scans a table and generates flowfile. I need to query on-demand based on a row query and get JSON representation as output.
... View more
12-21-2016
04:34 AM
@Anoop Nair Are you able to create gethasebykey? Appreciate if you could share your experience..We have similar use case
... View more