[
https://issues.apache.org/jira/browse/NIFI-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867869#comment-15867869
]
Ruurd Schoonheim commented on NIFI-3482:
----------------------------------------
changes output
from
{"row":"rowKey", "cells":{"cf:c-1":"cell-1-Value", "cf:c-2":"cell-2-Value",
"cf:c-n":"cell-n-Value"}}
to
{"row":"rowKey", "cells":[{"cf:c-1":"cell-1-Value"}, {"cf:c-2":"cell-2-Value"},
{"cf:c-n":"cell-n-Value"}]}
> alter getHBase output to array of cells
> ---------------------------------------
>
> Key: NIFI-3482
> URL: https://issues.apache.org/jira/browse/NIFI-3482
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Ruurd Schoonheim
> Attachments: patch.diff
>
>
> Change cells-output of getHBase from single object to array of cells.
> With this, output of getHBase can be split by the available SplitJson
> processor.
> This can be achieved by minor change to
> [JsonRowSerializer|https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/io/JsonRowSerializer.java]
> Impact might be bigger downstream flows as output of processor changes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)