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