[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507220#comment-16507220 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194242476 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194242453 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507219#comment-16507219 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507210#comment-16507210 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241805 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/PutMongoRecordIT.java --- @@

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241786 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507208#comment-16507208 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507194#comment-16507194 ] ASF GitHub Bot commented on NIFI-5288: -- Github user mattyb149 commented on a diff in the pull

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507196#comment-16507196 ] ASF GitHub Bot commented on NIFI-5288: -- Github user mattyb149 commented on a diff in the pull

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507193#comment-16507193 ] ASF GitHub Bot commented on NIFI-5288: -- Github user mattyb149 commented on a diff in the pull

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507195#comment-16507195 ] ASF GitHub Bot commented on NIFI-5288: -- Github user mattyb149 commented on a diff in the pull

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241375 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/PutMongoRecordIT.java --- @@

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241336 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@ -131,7

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241320 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@ -154,4

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241356 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/PutMongoRecordIT.java --- @@

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507187#comment-16507187 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194241017 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507164#comment-16507164 ] ASF GitHub Bot commented on NIFI-5288: -- Github user ottobackwards commented on a diff in the pull

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/nifi/pull/2778#discussion_r194239526 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java --- @@

[jira] [Updated] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen updated NIFI-5288: --- Affects Version/s: 1.6.0 > PutMongoDB cannot handle arrays > --- > >

[GitHub] nifi issue #2778: NIFI-5288 Quietly convert Java arrays to Lists so the Mong...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2778 Because 5145, the integration tests might not completely run if run as a suite. I have verified that PutMongoRecordIT is not affected by 5145 and can be run by itself with a Docker image of Mongo

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507135#comment-16507135 ] ASF GitHub Bot commented on NIFI-5288: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507134#comment-16507134 ] ASF GitHub Bot commented on NIFI-5288: -- GitHub user MikeThomsen opened a pull request:

[GitHub] nifi pull request #2778: NIFI-5288 Quietly convert Java arrays to Lists so t...

2018-06-09 Thread MikeThomsen
GitHub user MikeThomsen opened a pull request: https://github.com/apache/nifi/pull/2778 NIFI-5288 Quietly convert Java arrays to Lists so the MongoDB API can… … handle them. Thank you for submitting a contribution to Apache NiFi. In order to streamline the

[jira] [Created] (NIFI-5288) PutMongoDB cannot handle arrays

2018-06-09 Thread Mike Thomsen (JIRA)
Mike Thomsen created NIFI-5288: -- Summary: PutMongoDB cannot handle arrays Key: NIFI-5288 URL: https://issues.apache.org/jira/browse/NIFI-5288 Project: Apache NiFi Issue Type: Bug

[jira] [Resolved] (NIFI-5286) Update FasterXML Jackson version to 2.9.5

2018-06-09 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-5286. Resolution: Fixed Fix Version/s: 1.7.0 > Update FasterXML Jackson version to 2.9.5 >

[jira] [Commented] (NIFI-5286) Update FasterXML Jackson version to 2.9.5

2018-06-09 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507106#comment-16507106 ] Mike Thomsen commented on NIFI-5286: I checked one of the affected modules and the new dependency

[jira] [Commented] (NIFI-5286) Update FasterXML Jackson version to 2.9.5

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507105#comment-16507105 ] ASF GitHub Bot commented on NIFI-5286: -- Github user asfgit closed the pull request at:

[GitHub] nifi pull request #2775: NIFI-5286: Updated FasterXML Jackson libraries to 2...

2018-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2775 ---

[jira] [Commented] (NIFI-5286) Update FasterXML Jackson version to 2.9.5

2018-06-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507104#comment-16507104 ] ASF subversion and git services commented on NIFI-5286: --- Commit

[jira] [Commented] (NIFI-5284) RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507101#comment-16507101 ] ASF GitHub Bot commented on NIFI-5284: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2776: NIFI-5284: Added JSON_TYPE support to RunMongoAggre...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2776#discussion_r194235387 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java ---

[jira] [Commented] (NIFI-5287) LookupRecord should supply flowfile attributes to the lookup service

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507092#comment-16507092 ] ASF GitHub Bot commented on NIFI-5287: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2777: NIFI-5287 Made LookupRecord able to take in flowfile attri...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2777 @ijokarumawak Review? ---

[jira] [Commented] (NIFI-5287) LookupRecord should supply flowfile attributes to the lookup service

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16507090#comment-16507090 ] ASF GitHub Bot commented on NIFI-5287: -- GitHub user MikeThomsen opened a pull request:

[GitHub] nifi pull request #2777: NIFI-5287 Made LookupRecord able to take in flowfil...

2018-06-09 Thread MikeThomsen
GitHub user MikeThomsen opened a pull request: https://github.com/apache/nifi/pull/2777 NIFI-5287 Made LookupRecord able to take in flowfile attributes and c… …ombine them with lookup keys. Thank you for submitting a contribution to Apache NiFi. In order to

[jira] [Assigned] (NIFI-5287) LookupRecord should supply flowfile attributes to the lookup service

2018-06-09 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen reassigned NIFI-5287: -- Assignee: Mike Thomsen > LookupRecord should supply flowfile attributes to the lookup service

[jira] [Commented] (NIFI-5287) LookupRecord should supply flowfile attributes to the lookup service

2018-06-09 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506958#comment-16506958 ] Mike Thomsen commented on NIFI-5287: [~ijokarumawak] update as you see fit. > LookupRecord should

[jira] [Created] (NIFI-5287) LookupRecord should supply flowfile attributes to the lookup service

2018-06-09 Thread Mike Thomsen (JIRA)
Mike Thomsen created NIFI-5287: -- Summary: LookupRecord should supply flowfile attributes to the lookup service Key: NIFI-5287 URL: https://issues.apache.org/jira/browse/NIFI-5287 Project: Apache NiFi

[jira] [Commented] (NIFI-5284) RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506946#comment-16506946 ] ASF GitHub Bot commented on NIFI-5284: -- GitHub user zenfenan opened a pull request:

[GitHub] nifi pull request #2776: NIFI-5284: Added JSON_TYPE support to RunMongoAggre...

2018-06-09 Thread zenfenan
GitHub user zenfenan opened a pull request: https://github.com/apache/nifi/pull/2776 NIFI-5284: Added JSON_TYPE support to RunMongoAggregation Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to

[jira] [Commented] (NIFI-5214) Add a REST lookup service

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506943#comment-16506943 ] ASF GitHub Bot commented on NIFI-5214: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2723: NIFI-5214 Added REST LookupService

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2723 Other than the issue w/ literals you cited, looks ready to merge IMO. ---

[jira] [Commented] (NIFI-5214) Add a REST lookup service

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506942#comment-16506942 ] ASF GitHub Bot commented on NIFI-5214: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2723: NIFI-5214 Added REST LookupService

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2723#discussion_r194224970 --- Diff:

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506924#comment-16506924 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194224226 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506922#comment-16506922 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506921#comment-16506921 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194224162 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194224132 --- Diff:

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506918#comment-16506918 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194223936 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506916#comment-16506916 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506915#comment-16506915 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194223780 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506914#comment-16506914 ] ASF GitHub Bot commented on NIFI-5231: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194223770 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194223753 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[jira] [Commented] (NIFI-5278) ExecuteSparkInteractive processor fails on code containing a quote

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506901#comment-16506901 ] ASF GitHub Bot commented on NIFI-5278: -- Github user mgaido91 commented on the issue:

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-09 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/nifi/pull/2768 LGTM ---

[jira] [Commented] (NIFI-5284) RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat

2018-06-09 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506863#comment-16506863 ] Sivaprasanna Sethuraman commented on NIFI-5284: --- [~Zambonilli] Yep. I think this could be a

[jira] [Assigned] (NIFI-5284) RunMongoAggregation uses ObjectIdSerializer & SimpleDateFormat

2018-06-09 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman reassigned NIFI-5284: - Assignee: Sivaprasanna Sethuraman > RunMongoAggregation uses

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506848#comment-16506848 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194216702 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506852#comment-16506852 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194217053 --- Diff:

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506849#comment-16506849 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506850#comment-16506850 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506854#comment-16506854 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506853#comment-16506853 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[jira] [Commented] (NIFI-5231) Record stats processor

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506851#comment-16506851 ] ASF GitHub Bot commented on NIFI-5231: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194217227 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194217240 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194216678 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194216928 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi pull request #2737: NIFI-5231 Added RecordStats processor.

2018-06-09 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2737#discussion_r194216843 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RecordStats.java --- @@ -0,0

[GitHub] nifi issue #2773: NIFI-5155: Add host address info to bulletins

2018-06-09 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2773 @mcgilman Are you saying regardless of the `setNodeAddress` API not setting anything, the cluster coordinator takes care of populating it ? ---

[jira] [Commented] (NIFI-5155) Bulletins do not include IP/hostname information

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506845#comment-16506845 ] ASF GitHub Bot commented on NIFI-5155: -- Github user zenfenan commented on the issue:

[jira] [Commented] (NIFI-5286) Update FasterXML Jackson version to 2.9.5

2018-06-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506843#comment-16506843 ] ASF GitHub Bot commented on NIFI-5286: -- GitHub user zenfenan opened a pull request:

[GitHub] nifi pull request #2775: NIFI-5286: Updated FasterXML Jackson libraries to 2...

2018-06-09 Thread zenfenan
GitHub user zenfenan opened a pull request: https://github.com/apache/nifi/pull/2775 NIFI-5286: Updated FasterXML Jackson libraries to 2.9.5 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to