[GitHub] nifi issue #542: NIFI-1895 for 0.x

2016-06-20 Thread rtempleton
Github user rtempleton commented on the issue:

https://github.com/apache/nifi/pull/542
  
Good point, thanks @bbende, I hadn't thought to leave a backward 
compatibility feature in there.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi issue #513: PutHBaseJSON processor treats all values as Strings

2016-06-09 Thread rtempleton
Github user rtempleton commented on the issue:

https://github.com/apache/nifi/pull/513
  
I like that idea.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi pull request #513: PutHBaseJSON processor treats all values as Strings

2016-06-09 Thread rtempleton
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 <ryan_temple...@yahoo.com>
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---