[jira] [Commented] (NIFI-4561) ExecuteSQL Stopped Returning FlowFile for non-ResultSet Queries

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431796#comment-16431796 ] ASF GitHub Bot commented on NIFI-4561: -- Github user patricker commented on the issue:

[GitHub] nifi issue #2243: NIFI-4561 ExecuteSQL returns no FlowFile for some queries

2018-04-09 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/2243 @mattyb149 Rebased against 1.6, fixed conflicts. ---

[jira] [Updated] (NIFI-5064) Fixes and improvements to PutKudu processor

2018-04-09 Thread Junegunn Choi (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junegunn Choi updated NIFI-5064: Description: 1. Currently, PutKudu fails with NPE on null or missing values. 2. {{IllegalArgumentExc

[jira] [Commented] (NIFI-5064) Fixes and improvements to PutKudu processor

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

[GitHub] nifi pull request #2621: NIFI-5064 Fixes and improvements to PutKudu process...

2018-04-09 Thread junegunn
GitHub user junegunn opened a pull request: https://github.com/apache/nifi/pull/2621 NIFI-5064 Fixes and improvements to PutKudu processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure t

[jira] [Created] (NIFI-5064) Fixes and improvements to PutKudu processor

2018-04-09 Thread Junegunn Choi (JIRA)
Junegunn Choi created NIFI-5064: --- Summary: Fixes and improvements to PutKudu processor Key: NIFI-5064 URL: https://issues.apache.org/jira/browse/NIFI-5064 Project: Apache NiFi Issue Type: Impro

[jira] [Commented] (NIFI-1706) Extend QueryDatabaseTable to support arbitrary queries

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431652#comment-16431652 ] ASF GitHub Bot commented on NIFI-1706: -- Github user patricker commented on the issue:

[GitHub] nifi issue #2618: NIFI-1706: Extend QueryDatabaseTable to support arbitrary ...

2018-04-09 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/2618 Building and unit tests for both QueryDatabaseTable and GenerateTableFetch were good. I ran a real test of an MS SQL table using the custom query function and it worked as expected. ---

[jira] [Commented] (NIFI-5055) Need ability to un-penalize MockFlowFile

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431641#comment-16431641 ] ASF GitHub Bot commented on NIFI-5055: -- Github user markobean commented on the issue:

[GitHub] nifi issue #2617: NIFI-5055 added ability to unpenalize MockFlowFile directl...

2018-04-09 Thread markobean
Github user markobean commented on the issue: https://github.com/apache/nifi/pull/2617 Updated to use assertTrue and assertFalse. I had simply borrowed assertEquals from the previous unit test. So, while updating, I updated that test to use assertTrue as well. Commit, squashed and pus

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 @joewitt something changed with the way expression language support is declared in the `PropertyDescriptor.Builder`. TL;DR when you use the deprecated `expressionLanguageSupported(boolean)` method

[jira] [Commented] (NIFI-1706) Extend QueryDatabaseTable to support arbitrary queries

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431574#comment-16431574 ] ASF GitHub Bot commented on NIFI-1706: -- Github user patricker commented on the issue:

[GitHub] nifi issue #2618: NIFI-1706: Extend QueryDatabaseTable to support arbitrary ...

2018-04-09 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/2618 Thanks @ijokarumawak for the fixes. I'm building and will test. ---

[GitHub] nifi pull request #2162: NIFI-1706 Extend QueryDatabaseTable to support arbi...

2018-04-09 Thread patricker
Github user patricker closed the pull request at: https://github.com/apache/nifi/pull/2162 ---

[jira] [Commented] (NIFI-1706) Extend QueryDatabaseTable to support arbitrary queries

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431570#comment-16431570 ] ASF GitHub Bot commented on NIFI-1706: -- Github user patricker closed the pull request

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2614 @MikeThomsen just wanted to clarify the pointers here.. Did we break an API that existing prior to 1.6 release that we should not have or was this a newer thing being leveraged that just happened to

[jira] [Commented] (NIFI-4914) Implement record model processor for Pulsar, i.e. ConsumePulsarRecord, PublishPulsarRecord

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

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 @david-streamlio you brought in a whole lot of commits from other people with that merge from upstream/master. I checked out your branch and did a rebase on it (`git rebase master`) and that seeme

[jira] [Commented] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431532#comment-16431532 ] ASF GitHub Bot commented on MINIFICPP-449: -- Github user phrocker commented on

[jira] [Commented] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431533#comment-16431533 ] ASF GitHub Bot commented on MINIFICPP-449: -- Github user phrocker commented on

[GitHub] nifi-minifi-cpp pull request #296: MINIFICPP-449 Add cURL external project b...

2018-04-09 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/296#discussion_r180264700 --- Diff: main/CMakeLists.txt --- @@ -66,7 +66,7 @@ else () target_link_libraries (minifiexe -Wl,--whole-archive minifi -Wl,--no-whole-arch

[GitHub] nifi-minifi-cpp pull request #296: MINIFICPP-449 Add cURL external project b...

2018-04-09 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/296#discussion_r180265512 --- Diff: extensions/http-curl/CMakeLists.txt --- @@ -42,9 +42,9 @@ if(CMAKE_THREAD_LIBS_INIT) endif() if (CURL_FOUND) -

[jira] [Commented] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431523#comment-16431523 ] ASF GitHub Bot commented on MINIFICPP-449: -- Github user phrocker commented on

[GitHub] nifi-minifi-cpp pull request #296: MINIFICPP-449 Add cURL external project b...

2018-04-09 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/296#discussion_r180264480 --- Diff: CMakeLists.txt --- @@ -117,6 +118,49 @@ else () message( FATAL_ERROR "OpenSSL was not found. Please install OpenSSL" ) endif (

[jira] [Commented] (NIFI-4035) Implement record-based Solr processors

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431421#comment-16431421 ] ASF GitHub Bot commented on NIFI-4035: -- Github user abhinavrohatgi30 commented on the

[GitHub] nifi issue #2561: NIFI-4035 Implement record-based Solr processors

2018-04-09 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on the issue: https://github.com/apache/nifi/pull/2561 Hi, I've looked at the comments and I've made the following changes as part of the latest commit that cover all the comments : 1. Fixed the issue with Nested Records (The issue came u

[jira] [Assigned] (NIFI-5063) Add documentation for "primary node" processors

2018-04-09 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim reassigned NIFI-5063: Assignee: Andrew Lim > Add documentation for "primary node" processors > ---

[jira] [Updated] (NIFI-5063) Add documentation for "primary node" processors

2018-04-09 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim updated NIFI-5063: - Description: Processors that have been configured for "primary node" only are now identified in the UI on

[jira] [Created] (NIFI-5063) Add documentation for "primary node" processors

2018-04-09 Thread Andrew Lim (JIRA)
Andrew Lim created NIFI-5063: Summary: Add documentation for "primary node" processors Key: NIFI-5063 URL: https://issues.apache.org/jira/browse/NIFI-5063 Project: Apache NiFi Issue Type: Improve

[GitHub] nifi pull request #2620: NIFI-4941 Updated nifi.sensitive.props.additional.k...

2018-04-09 Thread andrewmlim
GitHub user andrewmlim opened a pull request: https://github.com/apache/nifi/pull/2620 NIFI-4941 Updated nifi.sensitive.props.additional.keys description to… … refer to nifi.properties Also corrected formatting for a reference to bootstrap.conf file You can merge this p

[jira] [Commented] (NIFI-4941) Make description of "nifi.sensitive.props.additional.keys" property more explicit by referring to properties in nifi.properties

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

[GitHub] nifi issue #2620: NIFI-4941 Updated nifi.sensitive.props.additional.keys des...

2018-04-09 Thread scottyaslan
Github user scottyaslan commented on the issue: https://github.com/apache/nifi/pull/2620 Will Review... ---

[jira] [Commented] (NIFI-4941) Make description of "nifi.sensitive.props.additional.keys" property more explicit by referring to properties in nifi.properties

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

[jira] [Updated] (MINIFICPP-445) Implement escape/unescape CSV functions in expression language

2018-04-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-445: -- Fix Version/s: 0.5.0 > Implement escape/unescape CSV functions in expression language > -

[jira] [Commented] (MINIFICPP-445) Implement escape/unescape CSV functions in expression language

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431151#comment-16431151 ] ASF GitHub Bot commented on MINIFICPP-445: -- Github user asfgit closed the pull

[GitHub] nifi-minifi-cpp pull request #293: MINIFICPP-445 Added escape/unescape CSV e...

2018-04-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/293 ---

[jira] [Created] (NIFI-5062) Remove hbase-client from nifi-hbase-bundle pom

2018-04-09 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-5062: - Summary: Remove hbase-client from nifi-hbase-bundle pom Key: NIFI-5062 URL: https://issues.apache.org/jira/browse/NIFI-5062 Project: Apache NiFi Issue Type: Improv

[jira] [Resolved] (MINIFICPP-445) Implement escape/unescape CSV functions in expression language

2018-04-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-445. --- Resolution: Fixed > Implement escape/unescape CSV functions in expression language > --

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread david-streamlio
Github user david-streamlio commented on the issue: https://github.com/apache/nifi/pull/2614 I don't see an upstream branch labeled 1.6.0which upstream branch should I merge into my local branch? ---

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431140#comment-16431140 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the p

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431139#comment-16431139 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the p

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431141#comment-16431141 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the p

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-09 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r180211928 --- Diff: nifi-docs/src/main/asciidoc/developer-guide.adoc --- @@ -1751,6 +1751,12 @@ will handle your Processor: will always be set to `1`. T

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-09 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r180211409 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js --- @@ -741,

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-09 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r180211507 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-processor-details.js --- @@ -215,9 +215,10 @@

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 I think it made it into "1.6.0-SNAPSHOT" after RC3 was cut. You have a bunch of errors in there, but they look like this: > [ERROR] testSingleRecordSuccess(org.apache.nifi.processors.puls

[jira] [Commented] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431119#comment-16431119 ] ASF GitHub Bot commented on MINIFICPP-449: -- GitHub user achristianson opened a

[GitHub] nifi-minifi-cpp pull request #296: MINIFICPP-449 Add cURL external project b...

2018-04-09 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/296 MINIFICPP-449 Add cURL external project build with static linking Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread david-streamlio
Github user david-streamlio commented on the issue: https://github.com/apache/nifi/pull/2614 So, is this a change in the 1.7.x code base or is it already in the 1.6.0 code? I created my fork back on Feb 22nd based on the 1.6.0-SNAPSHOT branch, which does not have these enums. Should

[jira] [Commented] (NIFI-5055) Need ability to un-penalize MockFlowFile

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

[jira] [Commented] (NIFI-1295) Add UI option to interrupt a running processor

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431097#comment-16431097 ] ASF GitHub Bot commented on NIFI-1295: -- Github user markap14 commented on a diff in th

[jira] [Commented] (NIFI-5055) Need ability to un-penalize MockFlowFile

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

[GitHub] nifi pull request #2607: NIFI-1295: Adding UI controls for terminating threa...

2018-04-09 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2607#discussion_r180204274 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java --- @@ -384

[GitHub] nifi pull request #2617: NIFI-5055 added ability to unpenalize MockFlowFile ...

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2617#discussion_r180204129 --- Diff: nifi-mock/src/test/java/org/apache/nifi/util/TestMockProcessSession.java --- @@ -101,6 +101,17 @@ public void testKeepPenalizedStatusAfterPutti

[GitHub] nifi pull request #2617: NIFI-5055 added ability to unpenalize MockFlowFile ...

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2617#discussion_r180204173 --- Diff: nifi-mock/src/test/java/org/apache/nifi/util/TestMockProcessSession.java --- @@ -101,6 +101,17 @@ public void testKeepPenalizedStatusAfterPutti

[jira] [Commented] (NIFI-5060) UpdateRecord substringAfter and substringAfterLast only increments by 1

2018-04-09 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431092#comment-16431092 ] Mark Payne commented on NIFI-5060: -- [~greenCee] thanks for reporting the bug. I think you

[jira] [Commented] (NIFIREG-158) Should be able to retrieve a flow by id without the bucket it

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431070#comment-16431070 ] ASF GitHub Bot commented on NIFIREG-158: Github user asfgit closed the pull reque

[jira] [Resolved] (NIFIREG-158) Should be able to retrieve a flow by id without the bucket it

2018-04-09 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran resolved NIFIREG-158. - Resolution: Done Fix Version/s: 0.2.0 > Should be able to retrieve a flow by id without th

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 > Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project nifi-pulsar-processors: There are test failures. Related to how you set up th

[GitHub] nifi-registry pull request #108: NIFIREG-158 Added ability to retrieve flow ...

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

[jira] [Updated] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-04-09 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4857: - Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available) > Record

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431059#comment-16431059 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

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

[GitHub] nifi issue #2570: NIFI-4857: Support String<->byte[] conversion

2018-04-09 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2570 @mattyb149 thanks for the update! Sorry about the delay in getting back to this. All looks good now from my POV. There was a checkstyle violation (unused import) but I addressed that and all else loo

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

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

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

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

[jira] [Commented] (MINIFICPP-445) Implement escape/unescape CSV functions in expression language

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431053#comment-16431053 ] ASF GitHub Bot commented on MINIFICPP-445: -- Github user apiri commented on the

[GitHub] nifi-minifi-cpp issue #293: MINIFICPP-445 Added escape/unescape CSV expressi...

2018-04-09 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/293 Code, tests, and build all look good. Thanks for adding these! Will merge. @phrocker I adjusted those lines that were affected by autoformat with no functional changes ---

[jira] [Created] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-09 Thread Andrew Christianson (JIRA)
Andrew Christianson created MINIFICPP-449: - Summary: Allow cURL to be built and statically linked Key: MINIFICPP-449 URL: https://issues.apache.org/jira/browse/MINIFICPP-449 Project: NiFi MiNiF

[jira] [Commented] (NIFIREG-158) Should be able to retrieve a flow by id without the bucket it

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430982#comment-16430982 ] ASF GitHub Bot commented on NIFIREG-158: Github user bbende commented on the issu

[GitHub] nifi-registry issue #108: NIFIREG-158 Added ability to retrieve flow directl...

2018-04-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/108 @kevdoran good idea, I pushed up another commit that wraps the exception ---

[jira] [Resolved] (MINIFICPP-448) Allow uuid to be built & statically-linked

2018-04-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-448. --- Resolution: Fixed > Allow uuid to be built & statically-linked > --

[jira] [Commented] (MINIFICPP-448) Allow uuid to be built & statically-linked

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430975#comment-16430975 ] ASF GitHub Bot commented on MINIFICPP-448: -- Github user asfgit closed the pull

[jira] [Updated] (MINIFICPP-448) Allow uuid to be built & statically-linked

2018-04-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-448: -- Fix Version/s: 0.5.0 > Allow uuid to be built & statically-linked > -

[GitHub] nifi-minifi-cpp pull request #294: MINIFICPP-448 Add uuid external/static li...

2018-04-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/294 ---

[jira] [Commented] (NIFI-3753) ListenBeats: Compressed beats packets may cause: Error decoding Beats frame: Error decompressing frame: invalid distance too far back

2018-04-09 Thread John Smith (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430972#comment-16430972 ] John Smith commented on NIFI-3753: -- Hi Nicolas, Turning off compression and setting bulk

[jira] [Commented] (NIFI-3753) ListenBeats: Compressed beats packets may cause: Error decoding Beats frame: Error decompressing frame: invalid distance too far back

2018-04-09 Thread Nicholas Carenza (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430958#comment-16430958 ] Nicholas Carenza commented on NIFI-3753: [~jsmith1] did turning off compression and

[jira] [Created] (NIFI-5061) NiFi documentation incomplete/wrong for EL hierarchy.

2018-04-09 Thread Matthew Clarke (JIRA)
Matthew Clarke created NIFI-5061: Summary: NiFi documentation incomplete/wrong for EL hierarchy. Key: NIFI-5061 URL: https://issues.apache.org/jira/browse/NIFI-5061 Project: Apache NiFi Issue

[jira] [Created] (NIFI-5060) UpdateRecord substringAfter and substringAfterLast only increments by 1

2018-04-09 Thread Chris Green (JIRA)
Chris Green created NIFI-5060: - Summary: UpdateRecord substringAfter and substringAfterLast only increments by 1 Key: NIFI-5060 URL: https://issues.apache.org/jira/browse/NIFI-5060 Project: Apache NiFi

[GitHub] nifi pull request #2619: NIFI-5059 Updated MongoDBLookupService to be able t...

2018-04-09 Thread MikeThomsen
GitHub user MikeThomsen opened a pull request: https://github.com/apache/nifi/pull/2619 NIFI-5059 Updated MongoDBLookupService to be able to detect record sc… …hemas or take one provided by the user. Thank you for submitting a contribution to Apache NiFi. In ord

[jira] [Commented] (NIFI-5059) MongoDBLookupService should be able to determine a schema or have one provided

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

[jira] [Created] (NIFI-5059) MongoDBLookupService should be able to determine a schema or have one provided

2018-04-09 Thread Mike Thomsen (JIRA)
Mike Thomsen created NIFI-5059: -- Summary: MongoDBLookupService should be able to determine a schema or have one provided Key: NIFI-5059 URL: https://issues.apache.org/jira/browse/NIFI-5059 Project: Apach

[GitHub] nifi issue #2611: NIFI-5015: Implemented Azure Queue Storage processors

2018-04-09 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2611 @pvillard31 Mind taking a look at this? ---

[jira] [Commented] (NIFI-5015) Develop Azure Queue Storage processors

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

[jira] [Closed] (NIFI-4862) Copy original FlowFile attributes to output FlowFiles at SelectHiveQL processor

2018-04-09 Thread JIRA
[ https://issues.apache.org/jira/browse/NIFI-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakub Leś closed NIFI-4862. --- The fix was applied > Copy original FlowFile attributes to output FlowFiles at SelectHiveQL > processor > ---

[jira] [Updated] (NIFI-4862) Copy original FlowFile attributes to output FlowFiles at SelectHiveQL processor

2018-04-09 Thread JIRA
[ https://issues.apache.org/jira/browse/NIFI-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakub Leś updated NIFI-4862: Hi, The PR is ok for me. Thank you for your help !   Best regards, Jakub > Copy original FlowFile attributes

[jira] [Commented] (NIFI-4196) *S3 processors do not expose Proxy Authentication settings

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430615#comment-16430615 ] ASF GitHub Bot commented on NIFI-4196: -- Github user ottobackwards commented on the iss

[GitHub] nifi issue #2016: NIFI-4196 - Expose AWS proxy authentication settings

2018-04-09 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/nifi/pull/2016 in https://github.com/apache/nifi/pull/2588 I have done this as well, but only in my processor ( scope ). I would like to see this land. What can be done to move this forward? ---

[jira] [Commented] (NIFIREG-158) Should be able to retrieve a flow by id without the bucket it

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430601#comment-16430601 ] ASF GitHub Bot commented on NIFIREG-158: Github user kevdoran commented on a diff

[GitHub] nifi-registry pull request #108: NIFIREG-158 Added ability to retrieve flow ...

2018-04-09 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/108#discussion_r180112539 --- Diff: nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/api/FlowResource.java --- @@ -62,4 +85,214 @@ public Response getAvailabl

[jira] [Commented] (NIFI-5058) Create a "legacy" to Record based Processing Guide

2018-04-09 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430569#comment-16430569 ] Joseph Witt commented on NIFI-5058: --- looks like a good outline/good idea. > Create a "le

[jira] [Updated] (NIFI-5058) Create a "legacy" to Record based Processing Guide

2018-04-09 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otto Fowler updated NIFI-5058: -- Description: There are many processors in NiFi proper and in the user community that would benefit from

[jira] [Created] (NIFI-5058) Create a "legacy" to Record based Processing Guide

2018-04-09 Thread Otto Fowler (JIRA)
Otto Fowler created NIFI-5058: - Summary: Create a "legacy" to Record based Processing Guide Key: NIFI-5058 URL: https://issues.apache.org/jira/browse/NIFI-5058 Project: Apache NiFi Issue Type: Ne

[jira] [Commented] (NIFI-5042) Add section on using restricted components to the "Versioning a Dataflow" section of the User Guide

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

[jira] [Resolved] (NIFI-5042) Add section on using restricted components to the "Versioning a Dataflow" section of the User Guide

2018-04-09 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-5042. --- Resolution: Fixed Fix Version/s: 1.7.0 > Add section on using restricted components to the "Vers

[GitHub] nifi pull request #2610: NIFI-5042 Added section Restricted Components in Ve...

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

[jira] [Commented] (NIFI-5042) Add section on using restricted components to the "Versioning a Dataflow" section of the User Guide

2018-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430556#comment-16430556 ] ASF subversion and git services commented on NIFI-5042: --- Commit 5f16f

[jira] [Commented] (NIFI-5042) Add section on using restricted components to the "Versioning a Dataflow" section of the User Guide

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430555#comment-16430555 ] ASF GitHub Bot commented on NIFI-5042: -- Github user bbende commented on the issue:

[GitHub] nifi issue #2610: NIFI-5042 Added section Restricted Components in Versioned...

2018-04-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2610 +1 Looks good, will merge ---

[jira] [Commented] (NIFIREG-161) Unable to select bucket and flow UUIDs in flow details panel

2018-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430540#comment-16430540 ] ASF GitHub Bot commented on NIFIREG-161: Github user asfgit closed the pull reque

  1   2   >