Member since
07-20-2023
4
Posts
0
Kudos Received
0
Solutions
07-28-2023
12:46 AM
Can we read multiple tables in hbase using single gethbase processor. For Example: Tables created in hbase- employee_details1 employee_details2 employee_details3 . . . .. employee_details(n) need to read the above tables via single gethbase nifi processor and take a backup of those data in another table employee_details1_bkp employee_details2_bkp . . . . . employee_details(n)_bkp Or any one can suggest any other way ......as we have more than 100 tables name in employee_details and want to take a backup in respective back tables
... View more
Labels:
- Labels:
-
Apache NiFi
07-24-2023
03:06 AM
Hi, I am a newbiee to nifi and its processors. Want to understand what would be the jolt specification for the following input/output? Or can anyone suggest any other processor . Input JSON: {"cells": {"deviceindicators:1234_32456_789023":"0", "deviceindicators:5678_89213_875943":"110"}} Output JSON: {"cells": {"1234_32456_789023":"0", "5678_89213_875943":"110"}} Want to remove "deviceindicators:" from the key using JoltJSONtransformation.. Please advice
... View more
Labels:
- Labels:
-
Apache NiFi
07-20-2023
11:53 PM
Hi, I am a newbiee to nifi and its processors. Want to understand what would be the jolt specification for the following input/output? Or can anyone suggest any other processor . Input JSON: {"cells": {"deviceindicators:1234_32456_789023":"0", "deviceindicators:5678_89213_875943":"110"}} Output JSON: {"cells": {"1234_32456_789023":"0", "5678_89213_875943":"110"}} Want to remove "deviceindicators:" from the key using JoltJSONtransformation.. Please advice
... View more