[GitHub] [nifi] MikeThomsen commented on pull request #4204: NIFI-7355 Added Gremlin bytecode client service.

2020-09-30 Thread GitBox
MikeThomsen commented on pull request #4204: URL: https://github.com/apache/nifi/pull/4204#issuecomment-701710302 @levilentz can you take a look at this and get back to me on what improvements you made need to be incorporated?

[jira] [Updated] (NIFI-7868) Processor Stats don't always include correct values for number of FlowFiles/Bytes sent

2020-09-30 Thread Yolanda M. Davis (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yolanda M. Davis updated NIFI-7868: --- Status: Patch Available (was: Open) > Processor Stats don't always include correct values

[jira] [Updated] (NIFI-7868) Processor Stats don't always include correct values for number of FlowFiles/Bytes sent

2020-09-30 Thread Yolanda M. Davis (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yolanda M. Davis updated NIFI-7868: --- Resolution: Fixed Status: Resolved (was: Patch Available) PR was merged 09/30/2020

[jira] [Commented] (NIFI-7868) Processor Stats don't always include correct values for number of FlowFiles/Bytes sent

2020-09-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17205150#comment-17205150 ] ASF subversion and git services commented on NIFI-7868: --- Commit

[GitHub] [nifi] YolandaMDavis merged pull request #4564: NIFI-7868: Track number of flowfiles/bytes sent/received/fetched in p…

2020-09-30 Thread GitBox
YolandaMDavis merged pull request #4564: URL: https://github.com/apache/nifi/pull/4564 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [nifi] MikeThomsen commented on pull request #4547: rename onConfigured to OnEnabled to make code more clear

2020-09-30 Thread GitBox
MikeThomsen commented on pull request #4547: URL: https://github.com/apache/nifi/pull/4547#issuecomment-701706721 @pvillard31 do you want me to do that? This is an automated message from the Apache Git Service. To respond to

[GitHub] [nifi] YolandaMDavis commented on pull request #4564: NIFI-7868: Track number of flowfiles/bytes sent/received/fetched in p…

2020-09-30 Thread GitBox
YolandaMDavis commented on pull request #4564: URL: https://github.com/apache/nifi/pull/4564#issuecomment-701706810 @markap14 I've tested this fix using the prometheus metrics endpoint and was able to see expected values appear for bytes for nifi_amount_bytes_sent and

[GitHub] [nifi] MikeThomsen commented on pull request #4460: NIFI-7717 Updated main NiFi images to JRE 11.

2020-09-30 Thread GitBox
MikeThomsen commented on pull request #4460: URL: https://github.com/apache/nifi/pull/4460#issuecomment-701706371 @jfrazee @joewitt updated with the `ARG` so it's parameterized, with a default to JDK 8. Let me know what you think.

[GitHub] [nifi] markap14 opened a new pull request #4564: NIFI-7868: Track number of flowfiles/bytes sent/received/fetched in p…

2020-09-30 Thread GitBox
markap14 opened a new pull request #4564: URL: https://github.com/apache/nifi/pull/4564 …rovenance reporter so that events that are emitted with 'immediate' flag true are still counted Thank you for submitting a contribution to Apache NiFi. Please provide a short description

[jira] [Created] (NIFI-7868) Processor Stats don't always include correct values for number of FlowFiles/Bytes sent

2020-09-30 Thread Mark Payne (Jira)
Mark Payne created NIFI-7868: Summary: Processor Stats don't always include correct values for number of FlowFiles/Bytes sent Key: NIFI-7868 URL: https://issues.apache.org/jira/browse/NIFI-7868 Project:

[jira] [Comment Edited] (NIFI-7738) Provenance Search Events - add feature to allow inverse query

2020-09-30 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186648#comment-17186648 ] Nissim Shiman edited comment on NIFI-7738 at 9/30/20, 6:02 PM: --- This will

[jira] [Comment Edited] (NIFI-7738) Provenance Search Events - add feature to allow inverse query

2020-09-30 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204934#comment-17204934 ] Nissim Shiman edited comment on NIFI-7738 at 9/30/20, 6:02 PM: --- This has

[jira] [Commented] (NIFI-7738) Provenance Search Events - add feature to allow inverse query

2020-09-30 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204934#comment-17204934 ] Nissim Shiman commented on NIFI-7738: - This has been compiled and tested on java 8/java11 for all 4

[GitHub] [nifi] NissimShiman opened a new pull request #4563: NIFI-7738 Reverse Provenance Query

2020-09-30 Thread GitBox
NissimShiman opened a new pull request #4563: URL: https://github.com/apache/nifi/pull/4563 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR This is for

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-09-30 Thread GitBox
fgerlits commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r497676730 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-09-30 Thread GitBox
fgerlits commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r497663818 ## File path: libminifi/include/core/yaml/YamlConfiguration.h ## @@ -260,6 +260,10 @@ class YamlConfiguration : public FlowConfiguration { */

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-09-30 Thread GitBox
fgerlits commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r497656887 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-09-30 Thread GitBox
fgerlits commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r497656887 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi] mattyb149 commented on a change in pull request #4522: NIFI-7796: Add Prometheus counters for total bytes sent/received

2020-09-30 Thread GitBox
mattyb149 commented on a change in pull request #4522: URL: https://github.com/apache/nifi/pull/4522#discussion_r497656022 ## File path:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #875: MINIFICPP-1332 Prevent errneous behavior by stopping FlowController in low disk space conditions

2020-09-30 Thread GitBox
szaszm commented on a change in pull request #875: URL: https://github.com/apache/nifi-minifi-cpp/pull/875#discussion_r497632424 ## File path: libminifi/include/properties/Properties.h ## @@ -82,6 +84,16 @@ class Properties { */ int getInt(const std::string , int

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #875: MINIFICPP-1332 Prevent errneous behavior by stopping FlowController in low disk space conditions

2020-09-30 Thread GitBox
szaszm commented on a change in pull request #875: URL: https://github.com/apache/nifi-minifi-cpp/pull/875#discussion_r497617784 ## File path: libminifi/include/properties/Properties.h ## @@ -82,6 +84,16 @@ class Properties { */ int getInt(const std::string , int

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #875: MINIFICPP-1332 Prevent errneous behavior by stopping FlowController in low disk space conditions

2020-09-30 Thread GitBox
szaszm commented on a change in pull request #875: URL: https://github.com/apache/nifi-minifi-cpp/pull/875#discussion_r497621072 ## File path: libminifi/include/utils/IntervalSwitch.h ## @@ -0,0 +1,80 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #916: MINIFICPP-1360 Configurable scheduling strategy in integration tests

2020-09-30 Thread GitBox
lordgamez opened a new pull request #916: URL: https://github.com/apache/nifi-minifi-cpp/pull/916 The scheduling strategy was hard coded to be TIMER_DRIVEN for all processors, which is not desirable in all cases. The processors have been investigated on a case by case basis and

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #4522: NIFI-7796: Add Prometheus counters for total bytes sent/received

2020-09-30 Thread GitBox
YolandaMDavis commented on a change in pull request #4522: URL: https://github.com/apache/nifi/pull/4522#discussion_r497617191 ## File path: nifi-api/src/main/java/org/apache/nifi/reporting/EventAccess.java ## @@ -63,4 +63,32 @@ */ List getFlowChanges(int

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #4522: NIFI-7796: Add Prometheus counters for total bytes sent/received

2020-09-30 Thread GitBox
YolandaMDavis commented on a change in pull request #4522: URL: https://github.com/apache/nifi/pull/4522#discussion_r497617782 ## File path:

[jira] [Updated] (NIFI-7859) Write execution duration attributes to SelectHive3QL output flow files

2020-09-30 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7859: --- Affects Version/s: (was: 1.12.1) > Write execution duration attributes to SelectHive3QL output

[jira] [Commented] (NIFI-7867) nifi.sh diagnostics also runs the env command

2020-09-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204826#comment-17204826 ] ASF subversion and git services commented on NIFI-7867: --- Commit

[jira] [Updated] (NIFI-7867) nifi.sh diagnostics also runs the env command

2020-09-30 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7867: - Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi] markap14 merged pull request #4562: NIFI-7867: Add break statement to prevent diagnostics from running env afterward

2020-09-30 Thread GitBox
markap14 merged pull request #4562: URL: https://github.com/apache/nifi/pull/4562 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi] markap14 commented on pull request #4562: NIFI-7867: Add break statement to prevent diagnostics from running env afterward

2020-09-30 Thread GitBox
markap14 commented on pull request #4562: URL: https://github.com/apache/nifi/pull/4562#issuecomment-701474245 Thanks @mattyb149 +1 merged to main This is an automated message from the Apache Git Service. To respond to

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #875: MINIFICPP-1332 Prevent errneous behavior by stopping FlowController in low disk space conditions

2020-09-30 Thread GitBox
arpadboda commented on a change in pull request #875: URL: https://github.com/apache/nifi-minifi-cpp/pull/875#discussion_r497600016 ## File path: libminifi/include/properties/Properties.h ## @@ -82,6 +84,16 @@ class Properties { */ int getInt(const std::string , int

[jira] [Updated] (NIFI-7867) nifi.sh diagnostics also runs the env command

2020-09-30 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7867: --- Status: Patch Available (was: In Progress) > nifi.sh diagnostics also runs the env command >

[GitHub] [nifi] mattyb149 opened a new pull request #4562: NIFI-7867: Add break statement to prevent diagnostics from running env afterward

2020-09-30 Thread GitBox
mattyb149 opened a new pull request #4562: URL: https://github.com/apache/nifi/pull/4562 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR There's a missing `break` statement when the

[jira] [Assigned] (NIFI-7867) nifi.sh diagnostics also runs the env command

2020-09-30 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-7867: -- Assignee: Matt Burgess > nifi.sh diagnostics also runs the env command >

[jira] [Created] (NIFI-7867) nifi.sh diagnostics also runs the env command

2020-09-30 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-7867: -- Summary: nifi.sh diagnostics also runs the env command Key: NIFI-7867 URL: https://issues.apache.org/jira/browse/NIFI-7867 Project: Apache NiFi Issue Type: Bug

[jira] [Created] (NIFI-7866) When cluster coordinator dies, other nodes may have trouble rejoining cluster

2020-09-30 Thread Mark Payne (Jira)
Mark Payne created NIFI-7866: Summary: When cluster coordinator dies, other nodes may have trouble rejoining cluster Key: NIFI-7866 URL: https://issues.apache.org/jira/browse/NIFI-7866 Project: Apache

[GitHub] [nifi] grego33 commented on pull request #4513: NIFI-7761 Allow HandleHttpRequest to add specified form data to FlowF…

2020-09-30 Thread GitBox
grego33 commented on pull request #4513: URL: https://github.com/apache/nifi/pull/4513#issuecomment-701453900 I've not built and tested this but the code looks good. Very clear. I can see how simply specifying a comma-separated list of form names will result in http.param.XXX FlowFile

[GitHub] [nifi] mattyb149 commented on a change in pull request #4522: NIFI-7796: Add Prometheus counters for total bytes sent/received

2020-09-30 Thread GitBox
mattyb149 commented on a change in pull request #4522: URL: https://github.com/apache/nifi/pull/4522#discussion_r497581937 ## File path: nifi-api/src/main/java/org/apache/nifi/reporting/EventAccess.java ## @@ -63,4 +63,32 @@ */ List getFlowChanges(int firstActionId,

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #4522: NIFI-7796: Add Prometheus counters for total bytes sent/received

2020-09-30 Thread GitBox
YolandaMDavis commented on a change in pull request #4522: URL: https://github.com/apache/nifi/pull/4522#discussion_r497558154 ## File path: nifi-api/src/main/java/org/apache/nifi/reporting/EventAccess.java ## @@ -63,4 +63,32 @@ */ List getFlowChanges(int

[jira] [Created] (MINIFICPP-1382) Upload logs as artifacts for docker integration tests on failure

2020-09-30 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1382: Summary: Upload logs as artifacts for docker integration tests on failure Key: MINIFICPP-1382 URL: https://issues.apache.org/jira/browse/MINIFICPP-1382

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-09-30 Thread GitBox
adamdebreceni commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r497542525 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-09-30 Thread GitBox
adamdebreceni commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r497542525 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (NIFI-7858) ExecuteSQLRecord processor Fails

2020-09-30 Thread Chris (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204743#comment-17204743 ] Chris commented on NIFI-7858: - I'll start with we updated to 1.12.1 and the issue seems to have disappeared. I

[jira] [Updated] (NIFI-7858) ExecuteSQLRecord processor Fails

2020-09-30 Thread Chris (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris updated NIFI-7858: Attachment: image-2020-09-30-08-50-22-609.png > ExecuteSQLRecord processor Fails >

[jira] [Updated] (NIFI-7858) ExecuteSQLRecord processor Fails

2020-09-30 Thread Chris (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris updated NIFI-7858: Attachment: image-2020-09-30-08-49-40-218.png > ExecuteSQLRecord processor Fails >

[jira] [Resolved] (MINIFICPP-1377) Add build number parameter for linux distribution builds

2020-09-30 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1377. -- Resolution: Fixed > Add build number parameter for linux distribution builds >

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #915: MINIFICPP-1376 Create PutS3Object processor

2020-09-30 Thread GitBox
lordgamez opened a new pull request #915: URL: https://github.com/apache/nifi-minifi-cpp/pull/915 Implementation of PutS3Object processor. The purpose of the processor is to upload an S3 object created from a flow file to AWS storage. Jira issue:

[jira] [Updated] (MINIFICPP-1376) Create PutS3Object processor

2020-09-30 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1376: - Description: Create a new processor that can put flow files to AWS S3 buckets.

[jira] [Updated] (MINIFICPP-1376) Create PutS3Object processor

2020-09-30 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1376: - Description: Create a new processor that can put flow files to AWS S3 buckets.

[jira] [Updated] (MINIFICPP-1376) Create PutS3Object processor

2020-09-30 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1376: - Description: Create a new processor that can put flow files to AWS S3 buckets.

[jira] [Commented] (NIFI-7858) ExecuteSQLRecord processor Fails

2020-09-30 Thread Alessandro D'Armiento (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204719#comment-17204719 ] Alessandro D'Armiento commented on NIFI-7858: - Hello [~cdebe...@borderstates.com], can you

[jira] [Commented] (NIFI-7338) Add GetSmbFile and PutSmbFile processors

2020-09-30 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204710#comment-17204710 ] Jens M Kofoed commented on NIFI-7338: - Bug reported as:

[jira] [Updated] (NIFI-7514) UI - Property table group id not always set correctly

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7514: - Fix Version/s: 1.12.0 > UI - Property table group id not always set correctly >

[jira] [Updated] (NIFI-7865) amqp$header is splitted in the wrong way for "," and "}"

2020-09-30 Thread Tobias Kellermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Kellermann updated NIFI-7865: Description: I have connected the both processors ConsumeAMQP and PublishAMQP. When I get

[jira] [Commented] (NIFI-7748) PutDatabaseRecord: Add an optional record writer: FreeFormRecordWriter

2020-09-30 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204688#comment-17204688 ] DEOM Damien commented on NIFI-7748: --- PutSQL is convenient, but one flow file must be created for each

[jira] [Created] (NIFI-7865) amqp$header is splitted in the wrong way for "," and "}"

2020-09-30 Thread Tobias Kellermann (Jira)
Tobias Kellermann created NIFI-7865: --- Summary: amqp$header is splitted in the wrong way for "," and "}" Key: NIFI-7865 URL: https://issues.apache.org/jira/browse/NIFI-7865 Project: Apache NiFi

[jira] [Commented] (NIFI-7864) No Cancel button when adding Variables or editing their values

2020-09-30 Thread Alasdair Brown (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204673#comment-17204673 ] Alasdair Brown commented on NIFI-7864: -- It is indeed, apologies > No Cancel button when adding

[jira] [Resolved] (NIFI-2580) Improve EvaluateJSONPath docs

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-2580. -- Fix Version/s: 1.13.0 Resolution: Fixed > Improve EvaluateJSONPath docs >

[jira] [Commented] (NIFI-2580) Improve EvaluateJSONPath docs

2020-09-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204675#comment-17204675 ] ASF subversion and git services commented on NIFI-2580: --- Commit

[jira] [Updated] (NIFI-2580) Improve EvaluateJSONPath docs

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-2580: - Component/s: Extensions Documentation & Website > Improve EvaluateJSONPath docs

[jira] [Updated] (NIFI-2580) Improve EvaluateJSONPath docs

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-2580: - Issue Type: Improvement (was: Bug) > Improve EvaluateJSONPath docs >

[GitHub] [nifi] asfgit closed pull request #4561: NIFI-2580 Added a little explanation note about a common issue new us…

2020-09-30 Thread GitBox
asfgit closed pull request #4561: URL: https://github.com/apache/nifi/pull/4561 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Resolved] (NIFI-7864) No Cancel button when adding Variables or editing their values

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7864. -- Fix Version/s: 1.12.0 Resolution: Duplicate I believe this is a duplicate of NIFI-6603.

[jira] [Created] (NIFI-7864) No Cancel button when adding Variables or editing their values

2020-09-30 Thread Alasdair Brown (Jira)
Alasdair Brown created NIFI-7864: Summary: No Cancel button when adding Variables or editing their values Key: NIFI-7864 URL: https://issues.apache.org/jira/browse/NIFI-7864 Project: Apache NiFi

[jira] [Resolved] (NIFI-5900) Add Streaming JsonPath Record Reader

2020-09-30 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-5900. Resolution: Abandoned The vast majority of users will never encounter this use case, and frankly

[GitHub] [nifi] MikeThomsen opened a new pull request #4561: NIFI-2580 Added a little explanation note about a common issue new us…

2020-09-30 Thread GitBox
MikeThomsen opened a new pull request #4561: URL: https://github.com/apache/nifi/pull/4561 …ers face with jsonpath. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X

[GitHub] [nifi] ottobackwards commented on pull request #4384: NIFI-2072 Support named captures in ExtractText

2020-09-30 Thread GitBox
ottobackwards commented on pull request #4384: URL: https://github.com/apache/nifi/pull/4384#issuecomment-701315803 That sounds reasonable. I'll do that This is an automated message from the Apache Git Service. To respond

[jira] [Updated] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-09-30 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens M Kofoed updated NIFI-7863: Description: I'm trying the new PutSmbFile, which I have been waiting for for years. So many many

[jira] [Updated] (NIFI-7830) PutAzureDataLakeStorage fails on large files

2020-09-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7830: - Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi] asfgit closed pull request #4556: NIFI-7830: Support large files in PutAzureDataLakeStorage

2020-09-30 Thread GitBox
asfgit closed pull request #4556: URL: https://github.com/apache/nifi/pull/4556 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi] pvillard31 commented on pull request #4556: NIFI-7830: Support large files in PutAzureDataLakeStorage

2020-09-30 Thread GitBox
pvillard31 commented on pull request #4556: URL: https://github.com/apache/nifi/pull/4556#issuecomment-701270023 Merged to main, thanks @turcsanyip and everyone who reviewed. @MuazmaZ - let us know if you have a feedback recommending to take another approach here.

[jira] [Commented] (NIFI-7830) PutAzureDataLakeStorage fails on large files

2020-09-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204595#comment-17204595 ] ASF subversion and git services commented on NIFI-7830: --- Commit

[jira] [Updated] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-09-30 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens M Kofoed updated NIFI-7863: Description: I'm trying the new PutSmbFile, which I have been waiting for for years. So many many

[GitHub] [nifi] pvillard31 commented on pull request #4384: NIFI-2072 Support named captures in ExtractText

2020-09-30 Thread GitBox
pvillard31 commented on pull request #4384: URL: https://github.com/apache/nifi/pull/4384#issuecomment-701255032 Hey @ottobackwards - I just went through this PR and it LGTM. Given that the processor becomes a little bit more "complex", I think it'd make a lot of sense to have an

[jira] [Created] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-09-30 Thread Jens M Kofoed (Jira)
Jens M Kofoed created NIFI-7863: --- Summary: PutSmbFile does not create missing folder parents folder Key: NIFI-7863 URL: https://issues.apache.org/jira/browse/NIFI-7863 Project: Apache NiFi