[
https://issues.apache.org/jira/browse/NIFI-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358023#comment-16358023
]
ASF GitHub Bot commented on NIFI-3538:
--------------------------------------
Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2294#discussion_r167151202
--- Diff:
nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/src/main/java/org/apache/nifi/hbase/HBaseClientService.java
---
@@ -116,6 +117,13 @@
*/
void delete(String tableName, byte[] rowId) throws IOException;
+ /**
+ * Deletes a list of rows in HBase. All cells are deleted.
+ *
+ */
+
--- End diff --
This blank line can be removed. Also, it might be obvious but I'd expect
the same level of documentation with the other methods for Parameters and
Exception.
> Add DeleteHBase processor(s)
> ----------------------------
>
> Key: NIFI-3538
> URL: https://issues.apache.org/jira/browse/NIFI-3538
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Mike Thomsen
> Priority: Major
>
> NiFi currently has processors for storing and retrieving cells/rows in HBase,
> but there is no mechanism for deleting records and/or tables.
> I'm not sure if a single DeleteHBase processor could accomplish both, that
> can be discussed under this Jira (and can be split out if necessary).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)