[jira] [Commented] (NIFI-4578) PutHBaseRecord fails on null record field values

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248349#comment-16248349 ] ASF GitHub Bot commented on NIFI-4578: -- Github user ijokarumawak commented on a diff i

[jira] [Commented] (NIFI-4578) PutHBaseRecord fails on null record field values

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248348#comment-16248348 ] ASF GitHub Bot commented on NIFI-4578: -- Github user ijokarumawak commented on a diff i

[jira] [Commented] (NIFI-4578) PutHBaseRecord fails on null record field values

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248347#comment-16248347 ] ASF GitHub Bot commented on NIFI-4578: -- Github user ijokarumawak commented on a diff i

[jira] [Commented] (NIFI-4578) PutHBaseRecord fails on null record field values

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248346#comment-16248346 ] ASF GitHub Bot commented on NIFI-4578: -- Github user ijokarumawak commented on a diff i

[GitHub] nifi pull request #2256: NIFI-4578 Added strategy for dealing with nullable ...

2017-11-10 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2256#discussion_r150375738 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/PutHBaseRecord.java --- @@ -127,6 +127,18 @@

[GitHub] nifi pull request #2256: NIFI-4578 Added strategy for dealing with nullable ...

2017-11-10 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2256#discussion_r150375912 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/PutHBaseRecord.java --- @@ -127,6 +127,18 @@

[GitHub] nifi pull request #2256: NIFI-4578 Added strategy for dealing with nullable ...

2017-11-10 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2256#discussion_r150375690 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/PutHBaseRecord.java --- @@ -127,6 +127,18 @@

[GitHub] nifi pull request #2256: NIFI-4578 Added strategy for dealing with nullable ...

2017-11-10 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2256#discussion_r150375195 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/PutHBaseRecord.java --- @@ -127,6 +127,18 @@

[jira] [Commented] (NIFI-4578) PutHBaseRecord fails on null record field values

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248313#comment-16248313 ] ASF GitHub Bot commented on NIFI-4578: -- Github user ijokarumawak commented on the issu

[GitHub] nifi issue #2256: NIFI-4578 Added strategy for dealing with nullable fields ...

2017-11-10 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2256 Reviewing... ---

[jira] [Created] (MINIFICPP-299) Remove TCP KEEPALIVE to allow users of centos 6 to compile http-curl

2017-11-10 Thread marco polo (JIRA)
marco polo created MINIFICPP-299: Summary: Remove TCP KEEPALIVE to allow users of centos 6 to compile http-curl Key: MINIFICPP-299 URL: https://issues.apache.org/jira/browse/MINIFICPP-299 Project: NiF

[jira] [Updated] (MINIFICPP-299) Remove TCP KEEPALIVE to allow users of centos 6 to compile http-curl

2017-11-10 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-299: - Description: reported directly to me. > Remove TCP KEEPALIVE to allow users of centos 6 to com

[jira] [Commented] (NIFI-4400) Advanced UI with code editor for scripted processors

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248065#comment-16248065 ] ASF GitHub Bot commented on NIFI-4400: -- Github user yuri1969 commented on the issue:

[GitHub] nifi issue #2269: NIFI-4400 - Advanced UI with code editor for...

2017-11-10 Thread yuri1969
Github user yuri1969 commented on the issue: https://github.com/apache/nifi/pull/2269 Any suggestions are welcome. I'm not sure whether the license of new CodeMirror modes is handled properly. Please check that, thanks. ---

[jira] [Commented] (NIFI-4400) Advanced UI with code editor for scripted processors

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248060#comment-16248060 ] ASF GitHub Bot commented on NIFI-4400: -- GitHub user yuri1969 opened a pull request:

[GitHub] nifi pull request #2269: NIFI-4400 - Advanced UI with code editor for...

2017-11-10 Thread yuri1969
GitHub user yuri1969 opened a pull request: https://github.com/apache/nifi/pull/2269 NIFI-4400 - Advanced UI with code editor for... ...scripted processors Enabled a simple code editor in a form of an Advanced UI based on the nifi-jolt-transform-json-ui. The editor reuse

[jira] [Updated] (NIFI-4577) ValidateCsv - add attributes to indicate number of valid/invalid lines

2017-11-10 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4577: - Assignee: Pierre Villard Status: Patch Available (was: Open) > ValidateCsv - add attributes

[jira] [Commented] (NIFI-4577) ValidateCsv - add attributes to indicate number of valid/invalid lines

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248042#comment-16248042 ] ASF GitHub Bot commented on NIFI-4577: -- GitHub user pvillard31 opened a pull request:

[GitHub] nifi pull request #2268: NIFI-4577 - ValidateCsv - add attributes to indicat...

2017-11-10 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/2268 NIFI-4577 - ValidateCsv - add attributes to indicate number of valid/… …invalid lines Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[jira] [Created] (NIFI-4599) Root Group Ports don't show number of Concurrent Threads in UI when clicking "View Configuration"

2017-11-10 Thread Mark Payne (JIRA)
Mark Payne created NIFI-4599: Summary: Root Group Ports don't show number of Concurrent Threads in UI when clicking "View Configuration" Key: NIFI-4599 URL: https://issues.apache.org/jira/browse/NIFI-4599

[jira] [Commented] (NIFI-4576) "Available Processors" rewording

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247936#comment-16247936 ] ASF GitHub Bot commented on NIFI-4576: -- GitHub user pvillard31 opened a pull request:

[jira] [Updated] (NIFI-4576) "Available Processors" rewording

2017-11-10 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4576: - Assignee: Pierre Villard Status: Patch Available (was: Open) > "Available Processors" reword

[GitHub] nifi pull request #2267: NIFI-4576 - rewording processors / cores

2017-11-10 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/2267 NIFI-4576 - rewording processors / cores After changes: https://user-images.githubusercontent.com/11541012/32674500-d27c7506-c653-11e7-827a-b3c1d8dc9a0d.png";> https://user-images.gith

[jira] [Created] (NIFIREG-52) Kerberos Identity Provider

2017-11-10 Thread Kevin Doran (JIRA)
Kevin Doran created NIFIREG-52: -- Summary: Kerberos Identity Provider Key: NIFIREG-52 URL: https://issues.apache.org/jira/browse/NIFIREG-52 Project: NiFi Registry Issue Type: New Feature

[jira] [Commented] (NIFI-4598) Multiple Remote Process Groups pointing to the same URL each are constantly making HTTP Requests to the destination URL

2017-11-10 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247885#comment-16247885 ] Mark Payne commented on NIFI-4598: -- We should also make the "refresh flow contents" freque

[jira] [Created] (NIFI-4598) Multiple Remote Process Groups pointing to the same URL each are constantly making HTTP Requests to the destination URL

2017-11-10 Thread Mark Payne (JIRA)
Mark Payne created NIFI-4598: Summary: Multiple Remote Process Groups pointing to the same URL each are constantly making HTTP Requests to the destination URL Key: NIFI-4598 URL: https://issues.apache.org/jira/browse/

[jira] [Commented] (NIFI-4371) Add support for query timeout in Hive processors

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247853#comment-16247853 ] ASF GitHub Bot commented on NIFI-4371: -- Github user mattyb149 commented on a diff in t

[GitHub] nifi pull request #2138: NIFI-4371 - add support for query timeout in Hive p...

2017-11-10 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2138#discussion_r150299869 --- Diff: nifi-mock/src/main/java/org/apache/nifi/util/MockPropertyValue.java --- @@ -225,7 +225,7 @@ public String toString() { @Override

[jira] [Updated] (NIFI-4588) Add ability to use update operators like $set and $push in PutMongo

2017-11-10 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4588: --- Status: Patch Available (was: Open) > Add ability to use update operators like $set and $push in PutMo

[jira] [Commented] (NIFI-4597) Add a property to override HTTP return code in ListenHTTP processor

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247799#comment-16247799 ] ASF GitHub Bot commented on NIFI-4597: -- GitHub user sbouchex opened a pull request:

[GitHub] nifi pull request #2266: NIFI-4597 Add a property to override HTTP return co...

2017-11-10 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2266 NIFI-4597 Add a property to override HTTP return code in ListenHTTP processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution w

[jira] [Commented] (MINIFICPP-297) Remove Boost as a dependency for archive extensions

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247789#comment-16247789 ] ASF GitHub Bot commented on MINIFICPP-297: -- Github user phrocker commented on

[GitHub] nifi-minifi-cpp issue #181: MINIFICPP-297: Remove Boost dependencies since w...

2017-11-10 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/181 @achristianson what are your thoughts on that? I'm so on the fence I need a second opinion about that. ---

[GitHub] nifi-minifi-cpp issue #181: MINIFICPP-297: Remove Boost dependencies since w...

2017-11-10 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/181 @achristianson statefulness helps use RAII to eliminate temp files, whereas other techniques don't do this. It's a balance between cleaning them up automatically or requiring the user to. A

[jira] [Commented] (MINIFICPP-297) Remove Boost as a dependency for archive extensions

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247779#comment-16247779 ] ASF GitHub Bot commented on MINIFICPP-297: -- Github user phrocker commented on

[GitHub] nifi issue #2180: Added GetMongoAggregation to support running Mongo aggrega...

2017-11-10 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2180 @mbolka I think the PMC are backlogged. If you really need this, try asking someone on the dev mailing list to jump in on it. I'll have time in the next day or two to make any updates they request

[jira] [Commented] (MINIFICPP-290) ExtractText cannot be instantiated

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247692#comment-16247692 ] ASF GitHub Bot commented on MINIFICPP-290: -- Github user achristianson closed t

[jira] [Commented] (MINIFICPP-290) ExtractText cannot be instantiated

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247691#comment-16247691 ] ASF GitHub Bot commented on MINIFICPP-290: -- Github user achristianson commente

[GitHub] nifi-minifi-cpp pull request #177: MINIFICPP-290 Add ExtractText to FlowConf...

2017-11-10 Thread achristianson
Github user achristianson closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/177 ---

[GitHub] nifi-minifi-cpp issue #177: MINIFICPP-290 Add ExtractText to FlowConfigurati...

2017-11-10 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/177 @phrocker glad to see a better fix already exists. I suggest we prioritize getting that specific fix into master because right now this is a blocker for anyone trying to use that proce

[jira] [Commented] (MINIFICPP-297) Remove Boost as a dependency for archive extensions

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247685#comment-16247685 ] ASF GitHub Bot commented on MINIFICPP-297: -- Github user achristianson commente

[GitHub] nifi-minifi-cpp issue #181: MINIFICPP-297: Remove Boost dependencies since w...

2017-11-10 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/181 This looks great. My only critique is that FilesystemUtils is used in a stateful way (presumably just to keep a cache of previous unique files?) I think keeping it entirely stateless w

[jira] [Created] (NIFI-4597) Add a property to override HTTP return code in ListenHTTP processor

2017-11-10 Thread JIRA
Sébastien Bouchex Bellomié created NIFI-4597: Summary: Add a property to override HTTP return code in ListenHTTP processor Key: NIFI-4597 URL: https://issues.apache.org/jira/browse/NIFI-4597

[jira] [Commented] (NIFIREG-51) Flow diff is wrong when comparing a nifi flow to versioned flow because off empty collection vs null

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247590#comment-16247590 ] ASF GitHub Bot commented on NIFIREG-51: --- GitHub user markap14 opened a pull request:

[GitHub] nifi-registry pull request #36: NIFIREG-51: Fixed comparison between empty c...

2017-11-10 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi-registry/pull/36 NIFIREG-51: Fixed comparison between empty collection vs null and add… …ed notion of a DifferenceDescriptor to allow different verbiage for flow differences You can merge this pull reque

[jira] [Created] (NIFIREG-51) Flow diff is wrong when comparing a nifi flow to versioned flow because off empty collection vs null

2017-11-10 Thread Mark Payne (JIRA)
Mark Payne created NIFIREG-51: - Summary: Flow diff is wrong when comparing a nifi flow to versioned flow because off empty collection vs null Key: NIFIREG-51 URL: https://issues.apache.org/jira/browse/NIFIREG-51

[jira] [Commented] (NIFI-4584) Add Support for @EventDriven to InvokeGRPC

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247546#comment-16247546 ] ASF GitHub Bot commented on NIFI-4584: -- GitHub user m-hogue opened a pull request:

[GitHub] nifi pull request #2265: NIFI-4584: Added @EventDriven to InvokeGRPC

2017-11-10 Thread m-hogue
GitHub user m-hogue opened a pull request: https://github.com/apache/nifi/pull/2265 NIFI-4584: Added @EventDriven to InvokeGRPC Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the followin

[jira] [Updated] (NIFI-4591) Controller Service Details button missing

2017-11-10 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-4591: - Fix Version/s: 1.5.0 > Controller Service Details button missing >

[jira] [Updated] (NIFI-4591) Controller Service Details button missing

2017-11-10 Thread Scott Aslan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-4591: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Controller Service Details button mi

[jira] [Commented] (NIFI-4591) Controller Service Details button missing

2017-11-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247504#comment-16247504 ] ASF subversion and git services commented on NIFI-4591: --- Commit 387dc

[jira] [Commented] (NIFI-4591) Controller Service Details button missing

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247506#comment-16247506 ] ASF GitHub Bot commented on NIFI-4591: -- Github user asfgit closed the pull request at:

[jira] [Commented] (NIFI-4591) Controller Service Details button missing

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247505#comment-16247505 ] ASF GitHub Bot commented on NIFI-4591: -- Github user scottyaslan commented on the issue

[GitHub] nifi issue #2262: NIFI-4591: Ensure View Details is button is visible when a...

2017-11-10 Thread scottyaslan
Github user scottyaslan commented on the issue: https://github.com/apache/nifi/pull/2262 Thanks @mcgilman this has been merged to master! ---

[GitHub] nifi pull request #2262: NIFI-4591: Ensure View Details is button is visible...

2017-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2262 ---

[GitHub] nifi-minifi-cpp pull request #170: MINIFICPP-250: Initial implementation fo ...

2017-11-10 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/170#discussion_r150220088 --- Diff: .travis.yml --- @@ -84,4 +84,4 @@ matrix: - package='libpng'; [[ $(brew ls --versions ${package}) ]] && { brew outdated ${pa

[jira] [Commented] (MINIFICPP-250) Create a packet capture process

2017-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247402#comment-16247402 ] ASF GitHub Bot commented on MINIFICPP-250: -- Github user phrocker commented on

[jira] [Created] (NIFI-4596) The FetchDistributedMapCache processor should read the flowfile attributes from the previous processor

2017-11-10 Thread Tanmoy (JIRA)
Tanmoy created NIFI-4596: Summary: The FetchDistributedMapCache processor should read the flowfile attributes from the previous processor Key: NIFI-4596 URL: https://issues.apache.org/jira/browse/NIFI-4596 Pr

[GitHub] nifi issue #2180: Added GetMongoAggregation to support running Mongo aggrega...

2017-11-10 Thread mbolka
Github user mbolka commented on the issue: https://github.com/apache/nifi/pull/2180 When is this branch going to be merged? ---

[jira] [Commented] (NIFI-4583) Restructure package nifi-solr-processors

2017-11-10 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247224#comment-16247224 ] Koji Kawamura commented on NIFI-4583: - [~jope] I presume the motivation for this is to