nifi/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-ser...
rtempleton 0d2a9dc7e5 NIFI-1895 PutHBaseJSON processor treats all values as Strings
The operator will now inspect the node value to determine type and convert as such.
Numeric integral - Long (assumes widest type)
Numeric not integral - Double (assumes widest type)
Logical - Boolean
everything else (including current Complex Type logic) - String

Values that represent the row key continue to be implictly treated as Strings by the processor

Removed depenency on HBase utility Bytes class from the PutHBaseJSON processor.
Convenience methods to encode to byte array are now wrapped by the appropriate HBaseClientService instance.

Signed-off-by: Bryan Bende <bbende@apache.org>
2016-06-20 13:19:13 -04:00
..
nifi-hbase_1_1_2-client-service NIFI-1895 PutHBaseJSON processor treats all values as Strings 2016-06-20 13:19:13 -04:00
nifi-hbase_1_1_2-client-service-nar Updating versions to 1.0.0-SNAPSHOT. 2016-04-04 11:36:20 -04:00
pom.xml Updating versions to 1.0.0-SNAPSHOT. 2016-04-04 11:36:20 -04:00