Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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?