GitHub user rtempleton opened a pull request:
https://github.com/apache/nifi/pull/513
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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rtempleton/nifi NIFI-1895
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/513.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #513
----
commit f7d494cf968970448f7789d23e2b820a382a0edd
Author: rtempleton <[email protected]>
Date: 2016-06-09T15:16:49Z
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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---