Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

deleting hbase multiple row

avatar
Expert Contributor

Hi,

Can we delete a hbase row or multiple rows (at once) using nifi.

I could not find a deletehbase kind processor (nifi 1.1).

If I have to do it using execute stream command, can I delete multiple rows at a time.

Thanks for your help

1 ACCEPTED SOLUTION

avatar
Master Guru

There currently isn't a processor to do this, but there is an open pull request to add one:

https://github.com/apache/nifi/pull/2294

View solution in original post

3 REPLIES 3

avatar
Master Guru

There currently isn't a processor to do this, but there is an open pull request to add one:

https://github.com/apache/nifi/pull/2294

avatar
Expert Contributor

@Bryan Bende

Thank you.

avatar
Rising Star

Can you kindly let me know how can i 'merge' this pull request to our current instance so that we can access the processor?