[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408370#comment-16408370 ] Bryan Bende commented on NIFI-4917: --- Thanks [~markap14] , everything is looking good from my testing. I'm

[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

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

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

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

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

2018-03-21 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r176207854 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/PutSolrRecord.java --- @@ -0,0

[jira] [Resolved] (MINIFICPP-428) Implement encode/decode JSON EL functions

2018-03-21 Thread Andrew Christianson (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Christianson resolved MINIFICPP-428. --- Resolution: Fixed > Implement encode/decode JSON EL functions >

[jira] [Commented] (NIFI-4895) Implement back-end for terminating a Processor

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408591#comment-16408591 ] ASF GitHub Bot commented on NIFI-4895: -- Github user markap14 commented on the issue:

[GitHub] nifi issue #2555: NIFI-4895: Added backend code to give users the ability to...

2018-03-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2555 @mcgilman sorry - i had forgotten to push the branch to remote! Updated commit is now available. ---

[jira] [Assigned] (NIFI-4963) Add support for Hive 3.0 processors

2018-03-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-4963: -- Assignee: Matt Burgess > Add support for Hive 3.0 processors >

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408613#comment-16408613 ] ASF GitHub Bot commented on NIFI-4809: -- GitHub user pvillard31 opened a pull request:

[jira] [Commented] (NIFI-4360) Add support for Azure Data Lake Store (ADLS)

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408514#comment-16408514 ] ASF GitHub Bot commented on NIFI-4360: -- Github user milanchandna commented on the issue:

[GitHub] nifi issue #2158: NIFI-4360 Adding support for ADLS Processors. Feature incl...

2018-03-21 Thread milanchandna
Github user milanchandna commented on the issue: https://github.com/apache/nifi/pull/2158 @jzonthemtn @jzonthemtn @pvillard31 Please review. ---

[jira] [Commented] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408545#comment-16408545 ] ASF GitHub Bot commented on MINIFICPP-440: -- Github user phrocker commented on a diff in the

[jira] [Commented] (NIFI-4360) Add support for Azure Data Lake Store (ADLS)

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408541#comment-16408541 ] ASF GitHub Bot commented on NIFI-4360: -- Github user milanchandna commented on the issue:

[GitHub] nifi-minifi-cpp pull request #289: MINIFICPP-440 Added LibreSSL as an extern...

2018-03-21 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/289#discussion_r176229379 --- Diff: CMakeLists.txt --- @@ -25,8 +25,10 @@ set(PROJECT_VERSION_MINOR 4) set(PROJECT_VERSION_PATCH 0) option(SKIP_TESTS "Skips

[GitHub] nifi issue #2533: NIFI-4961 Allow data to be set on MockFlowFile

2018-03-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2533 @kai5263499 can this be closed? ---

[jira] [Commented] (MINIFICPP-438) Expression language test fails with json unescape procedure

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408593#comment-16408593 ] ASF GitHub Bot commented on MINIFICPP-438: -- Github user achristianson commented on the issue:

[GitHub] nifi pull request #2575: NIFI-4809 - Implement a SiteToSiteMetricsReportingT...

2018-03-21 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi/pull/2575 NIFI-4809 - Implement a SiteToSiteMetricsReportingTask This PR is an update of the previous one (#2430) that has been reverted to fix a dependency issue. I've manually added a JSON

[jira] [Commented] (NIFI-4963) Add support for Hive 3.0 processors

2018-03-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408610#comment-16408610 ] Matt Burgess commented on NIFI-4963: I think we should replace ConvertAvroToORC in the Hive 3 bundle

[jira] [Commented] (NIFI-4963) Add support for Hive 3.0 processors

2018-03-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408619#comment-16408619 ] Matt Burgess commented on NIFI-4963: Fair enough, I'll create a profile for it as we have for the

[jira] [Commented] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

2018-03-21 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408286#comment-16408286 ] Mark Payne commented on NIFI-4999: -- [~joewitt] - I just merged this to master. Started to put fix version

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

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408393#comment-16408393 ] ASF GitHub Bot commented on NIFI-4035: -- Github user bbende commented on the issue:

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

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

[jira] [Created] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread Andrew Christianson (JIRA)
Andrew Christianson created MINIFICPP-440: - Summary: Build & statically link libressl when not available in system Key: MINIFICPP-440 URL: https://issues.apache.org/jira/browse/MINIFICPP-440

[jira] [Commented] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408510#comment-16408510 ] ASF GitHub Bot commented on MINIFICPP-440: -- Github user achristianson commented on the issue:

[GitHub] nifi-minifi-cpp issue #289: MINIFICPP-440 Added LibreSSL as an external proj...

2018-03-21 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/289 Looking into potential Macintosh issue... ---

[jira] [Commented] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408562#comment-16408562 ] ASF GitHub Bot commented on MINIFICPP-440: -- Github user achristianson commented on the issue:

[GitHub] nifi-minifi-cpp issue #289: MINIFICPP-440 Added LibreSSL as an external proj...

2018-03-21 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/289 @phrocker I inverted the default to the more conservative option for 0.5.0. Would 0.6.0 be the target for switching it back? I created MINIFICPP-441 to track and will set the release

[GitHub] nifi pull request #2094: NIFI-4198 *ElasticsearchHttp processors do not expo...

2018-03-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2094#discussion_r176243205 --- Diff:

[jira] [Commented] (NIFI-4198) *ElasticsearchHttp processors do not expose Proxy settings

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

[GitHub] nifi issue #2575: NIFI-4809 - Implement a SiteToSiteMetricsReportingTask

2018-03-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2575 I saw the "unable to find schema" issue in the last PR too, it seems to be related to the onPropertyModified() method of AvroSchemaRegistry, that's where the actual schemas get populated, but while

[jira] [Created] (MINIFICPP-441) Set USE_SYSTEM_OPENSSL to OFF by default for next major release

2018-03-21 Thread Andrew Christianson (JIRA)
Andrew Christianson created MINIFICPP-441: - Summary: Set USE_SYSTEM_OPENSSL to OFF by default for next major release Key: MINIFICPP-441 URL: https://issues.apache.org/jira/browse/MINIFICPP-441

[jira] [Commented] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408552#comment-16408552 ] ASF GitHub Bot commented on MINIFICPP-440: -- Github user achristianson commented on a diff in

[jira] [Commented] (NIFI-4961) Allow data to be set on MockFlowFile

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408574#comment-16408574 ] ASF GitHub Bot commented on NIFI-4961: -- Github user bbende commented on the issue:

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408618#comment-16408618 ] ASF GitHub Bot commented on NIFI-4809: -- Github user mattyb149 commented on the issue:

[GitHub] nifi-minifi-cpp pull request #289: MINIFICPP-440 Added LibreSSL as an extern...

2018-03-21 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/289 MINIFICPP-440 Added LibreSSL as an external project build, statically… …-linked for cases when it isn't available in the target environment for dynamic linking Thank you

[jira] [Commented] (MINIFICPP-440) Build & statically link libressl when not available in system

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408502#comment-16408502 ] ASF GitHub Bot commented on MINIFICPP-440: -- GitHub user achristianson opened a pull request:

[GitHub] nifi issue #2158: NIFI-4360 Adding support for ADLS Processors. Feature incl...

2018-03-21 Thread milanchandna
Github user milanchandna commented on the issue: https://github.com/apache/nifi/pull/2158 Can I please get some feedback here. Thanks. ---

[GitHub] nifi-minifi-cpp pull request #289: MINIFICPP-440 Added LibreSSL as an extern...

2018-03-21 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/289#discussion_r176231138 --- Diff: CMakeLists.txt --- @@ -25,8 +25,10 @@ set(PROJECT_VERSION_MINOR 4) set(PROJECT_VERSION_PATCH 0) option(SKIP_TESTS "Skips

[jira] [Commented] (MINIFICPP-438) Expression language test fails with json unescape procedure

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408592#comment-16408592 ] ASF GitHub Bot commented on MINIFICPP-438: -- GitHub user achristianson opened a pull request:

[GitHub] nifi-minifi-cpp pull request #290: MINIFICPP-438 Improved standards-complian...

2018-03-21 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/290 MINIFICPP-438 Improved standards-compliance of JSON format to fix par… …sing issue Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order

[GitHub] nifi-minifi-cpp issue #286: MINIFICPP-438: Preform string to correct test fa...

2018-03-21 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/286 Fixed the decode method in #290 ---

[jira] [Commented] (NIFI-4198) *ElasticsearchHttp processors do not expose Proxy settings

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408598#comment-16408598 ] ASF GitHub Bot commented on NIFI-4198: -- Github user arunma commented on a diff in the pull request:

[GitHub] nifi pull request #2094: NIFI-4198 *ElasticsearchHttp processors do not expo...

2018-03-21 Thread arunma
Github user arunma commented on a diff in the pull request: https://github.com/apache/nifi/pull/2094#discussion_r176242220 --- Diff:

[jira] [Commented] (NIFI-4963) Add support for Hive 3.0 processors

2018-03-21 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408616#comment-16408616 ] Joseph Witt commented on NIFI-4963: --- Sounds good to me.   Lets not include the new hive3 bundle in the

[jira] [Commented] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

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

[jira] [Updated] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

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

[GitHub] nifi pull request #2574: NIFI-4999 ListenHTTP : Add request URI into the "re...

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2574 ---

[jira] [Updated] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

2018-03-21 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4999: - Status: Patch Available (was: Open) > ListenHTTP processor : Add request uri to the attributes >

[GitHub] nifi-minifi pull request #117: MINIFI-424 Adding the ability to evaluate boo...

2018-03-21 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/117#discussion_r176170883 --- Diff: minifi-commons/minifi-commons-schema/src/test/java/org/apache/nifi/minifi/commons/schema/serialization/SchemaLoaderTest.java --- @@ -84,13

[GitHub] nifi pull request #2552: NIFI-4917: Externalize Keytab and Principal configu...

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2552 ---

[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

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

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

2018-03-21 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r176208228 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrUtils.java --- @@ -280,5

[jira] [Updated] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

2018-03-21 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4999: - Fix Version/s: (was: 1.6.0) > ListenHTTP processor : Add request uri to the attributes >

[jira] [Updated] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-4917: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Create a new Controller Service for

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

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

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

2018-03-21 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r176208789 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/PutSolrRecord.java --- @@ -0,0

[jira] [Commented] (NIFI-4988) UnpackContent throws "java.lang.IllegalArgumentException: invalid entry size" and Administratively Yields

2018-03-21 Thread William Vilwock (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408256#comment-16408256 ] William Vilwock commented on NIFI-4988: --- Unfortunately, I cannot provide the data sample that caused

[jira] [Updated] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-4917: -- Fix Version/s: 1.6.0 > Create a new Controller Service for specifying Keytabs >

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

2018-03-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2561 I would try doing a rebase against master to see what happens. In the worst case situation you would have to create another branch off latest master, and then individually cherry-pick your commits

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

2018-03-21 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r176206589 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/PutSolrRecord.java --- @@ -0,0

[jira] [Commented] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

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

[jira] [Updated] (NIFI-4999) ListenHTTP processor : Add request uri to the attributes

2018-03-21 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-4999: -- Fix Version/s: 1.6.0 > ListenHTTP processor : Add request uri to the attributes >

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

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

[GitHub] nifi pull request #2572: NIFI-4952 Add EL support for JettyWebSocketClient a...

2018-03-21 Thread claudiu-stanciu
GitHub user claudiu-stanciu opened a pull request: https://github.com/apache/nifi/pull/2572 NIFI-4952 Add EL support for JettyWebSocketClient and JettyWebSocketS… …erver properties Thank you for submitting a contribution to Apache NiFi. In order to streamline

[GitHub] nifi issue #2552: NIFI-4917: Externalize Keytab and Principal configuration ...

2018-03-21 Thread claudiu-stanciu
Github user claudiu-stanciu commented on the issue: https://github.com/apache/nifi/pull/2552 @markap14 would you consider adding the _HOST replacement for the principal as well? I've made a PR to address this here https://github.com/apache/nifi/pull/2569, but it's only for the

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

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

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

2018-03-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2561 @abhinavrohatgi30 Looks like your latest push grabbed a bunch of other folks' commits. Unless @bbende disagrees, I think you're going to need to rebase and repush. ---

[jira] [Commented] (NIFI-4952) JettyWebSocketClient websocket-uri property missing evaluateAttributeExpressions

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407753#comment-16407753 ] ASF GitHub Bot commented on NIFI-4952: -- GitHub user claudiu-stanciu opened a pull request:

[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407754#comment-16407754 ] ASF GitHub Bot commented on NIFI-4917: -- Github user claudiu-stanciu commented on the issue:

[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407914#comment-16407914 ] ASF GitHub Bot commented on NIFI-4917: -- Github user bbende commented on the issue:

[GitHub] nifi issue #2552: NIFI-4917: Externalize Keytab and Principal configuration ...

2018-03-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2552 @claudiu-stanciu since the principal property supports expression language, can you just do this? `foo/${hostname(true)}@ABC.COM` The parameter to the hostname function indicates to

[jira] [Commented] (NIFI-4942) NiFi Toolkit - Allow migration of master key without previous password

2018-03-21 Thread Andy LoPresto (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408734#comment-16408734 ] Andy LoPresto commented on NIFI-4942: - I synced with [~YolandaMDavis] and we agreed to use scrypt in

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176268253 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/Device.java --- @@ -0,0 +1,55 @@ +/* + * Licensed to the

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176267863 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/FlowUri.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the

[jira] [Created] (MINIFICPP-442) Modify bootstrap to use curl openssl for darwin

2018-03-21 Thread marco polo (JIRA)
marco polo created MINIFICPP-442: Summary: Modify bootstrap to use curl openssl for darwin Key: MINIFICPP-442 URL: https://issues.apache.org/jira/browse/MINIFICPP-442 Project: NiFi MiNiFi C++

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176267101 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/BundleManifest.java --- @@ -0,0 +1,65 @@ +/* + *

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176280748 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/FlowStatus.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[jira] [Updated] (NIFI-4885) More granular restricted component categories

2018-03-21 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-4885: -- Issue Type: Improvement (was: Bug) > More granular restricted component categories >

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176271235 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/FlowStatus.java --- @@ -0,0 +1,51 @@ +/* + * Licensed to

[GitHub] nifi-minifi-cpp pull request #291: MINIFICPP-442: Change darwin to use libcu...

2018-03-21 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/291 MINIFICPP-442: Change darwin to use libcurl w/ openssl Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[jira] [Commented] (MINIFICPP-442) Modify bootstrap to use curl openssl for darwin

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408811#comment-16408811 ] ASF GitHub Bot commented on MINIFICPP-442: -- GitHub user phrocker opened a pull request:

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176278082 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/ExtensionComponent.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176278810 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/C2Operation.java --- @@ -0,0 +1,99 @@ +/* + * Licensed to

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176279968 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/BundleManifest.java --- @@ -0,0 +1,65 @@ +/* +

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176273652 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/ExtensionComponent.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176281479 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/FlowUri.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176270398 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/C2Operation.java --- @@ -0,0 +1,99 @@ +/* + * Licensed to

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-21 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/118#discussion_r176272024 --- Diff: minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/ExtensionComponent.java --- @@ -0,0 +1,85 @@ +/*

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

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

[GitHub] nifi pull request #2567: NIFI-4993: Add NiFi UserId to ReportLineageToAtlas

2018-03-21 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2567#discussion_r176314562 --- Diff: nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/src/main/java/org/apache/nifi/atlas/reporting/ReportLineageToAtlas.java --- @@

[GitHub] nifi issue #2567: NIFI-4993: Add NiFi UserId to ReportLineageToAtlas

2018-03-21 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2567 I am now trying a different approach. Instead of letting user specify the user id, adding provenance query method that does not require any user for internal NiFi use. I will update this PR,

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409088#comment-16409088 ] ASF GitHub Bot commented on NIFI-4993: -- Github user ijokarumawak commented on the issue:

[jira] [Commented] (MINIFICPP-433) Create PutSQL (lite) implementation

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407989#comment-16407989 ] ASF GitHub Bot commented on MINIFICPP-433: -- Github user achristianson closed the pull request

[jira] [Resolved] (MINIFICPP-433) Create PutSQL (lite) implementation

2018-03-21 Thread Andrew Christianson (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Christianson resolved MINIFICPP-433. --- Resolution: Fixed > Create PutSQL (lite) implementation >

[GitHub] nifi-minifi-cpp pull request #283: MINIFICPP-433 Added PutSQL(ite) implement...

2018-03-21 Thread achristianson
Github user achristianson closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/283 ---

[jira] [Resolved] (MINIFICPP-434) Create ExecuteSQL (lite) implementation

2018-03-21 Thread Andrew Christianson (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Christianson resolved MINIFICPP-434. --- Resolution: Fixed > Create ExecuteSQL (lite) implementation >

[jira] [Commented] (NIFI-4917) Create a new Controller Service for specifying Keytabs

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407935#comment-16407935 ] ASF GitHub Bot commented on NIFI-4917: -- Github user claudiu-stanciu commented on the issue:

[jira] [Commented] (NIFI-4885) More granular restricted component categories

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407985#comment-16407985 ] ASF GitHub Bot commented on NIFI-4885: -- GitHub user mcgilman opened a pull request:

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

2018-03-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2561 Yea when you update your branch you should be doing something like the following... ``` git fetch upstream git rebase upstream/master ``` This assumes "upstream" points to either

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

2018-03-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407994#comment-16407994 ] ASF GitHub Bot commented on NIFI-4035: -- Github user bbende commented on the issue:

  1   2   >