Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2294#discussion_r167319106
--- 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 --
Done---
