[jira] [Created] (NIFI-3442) FTPTransfer tries to evaluate PORT as expression language, although property doesn't support EL

2017-02-06 Thread Andre (JIRA)
Andre created NIFI-3442: --- Summary: FTPTransfer tries to evaluate PORT as expression language, although property doesn't support EL Key: NIFI-3442 URL: https://issues.apache.org/jira/browse/NIFI-3442 Project:

[jira] [Commented] (NIFI-3442) FTPTransfer tries to evaluate PORT as expression language, although property doesn't support EL

2017-02-06 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853947#comment-15853947 ] Andre commented on NIFI-3442: - issue seems to also affect Username and password > FTPTransfer tries to

[jira] [Commented] (NIFI-3162) RPG proxy and Remote Group Port configuration changes should be audited

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855128#comment-15855128 ] Koji Kawamura commented on NIFI-3162: - For the issue of deleted component, I created another JIRA

[jira] [Commented] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855158#comment-15855158 ] ASF GitHub Bot commented on NIFI-1125: -- GitHub user ijokarumawak opened a pull request:

[jira] [Assigned] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura reassigned NIFI-1125: --- Assignee: Koji Kawamura > ERROR [NiFi Web Server-22655]

[GitHub] nifi issue #1450: NIFI-3339b Add getDataSource() to DBCPService, second vers...

2017-02-06 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/1450 @mattyb149 Thanks for sharing your use case. That's interesting. Why does your processor need DBCPService's URL? For provenance? If so, I'd prefer creating another interface looks like below:

[jira] [Updated] (NIFI-3162) RPG proxy and Remote Group Port configuration changes should be audited

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-3162: Status: Patch Available (was: In Progress) > RPG proxy and Remote Group Port configuration changes

[GitHub] nifi pull request #1477: NIFI-1125 InvokeHTTP throws NullPointerException

2017-02-06 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/1477 NIFI-1125 InvokeHTTP throws NullPointerException Added null check in onPropertyModified to avoid NPE. Thank you for submitting a contribution to Apache NiFi. In order to

[jira] [Updated] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-1125: Status: Patch Available (was: Open) Thank you [~mpetronic] for reporting this issue with detailed

[jira] [Updated] (NIFI-3162) RPG proxy and Remote Group Port configuration changes should be audited

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-3162: Description: Since NiFi 1.0.0, several configurations have been added to RemoteProcessGroup such as

[jira] [Created] (NIFI-3445) Show more meaningful audit events for deleted components

2017-02-06 Thread Koji Kawamura (JIRA)
Koji Kawamura created NIFI-3445: --- Summary: Show more meaningful audit events for deleted components Key: NIFI-3445 URL: https://issues.apache.org/jira/browse/NIFI-3445 Project: Apache NiFi

[GitHub] nifi-minifi-cpp pull request #46: MINIFI-188: Incorporate CATCH and example ...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/46 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (NIFI-3162) RPG proxy and Remote Group Port configuration changes should be audited

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855104#comment-15855104 ] ASF GitHub Bot commented on NIFI-3162: -- GitHub user ijokarumawak opened a pull request:

[GitHub] nifi pull request #1476: NIFI-3162: Audit RPG and RPG port config changes

2017-02-06 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/1476 NIFI-3162: Audit RPG and RPG port config changes - Added configure audits for Transport Protocol, HTTP Proxy Server Host, Port, User and Password in RemoteProcessGroup configuration -

[jira] [Created] (NIFI-3446) Make FlowConfigurationDAO Pluggable

2017-02-06 Thread Peter Wicks (JIRA)
Peter Wicks created NIFI-3446: - Summary: Make FlowConfigurationDAO Pluggable Key: NIFI-3446 URL: https://issues.apache.org/jira/browse/NIFI-3446 Project: Apache NiFi Issue Type: Improvement

[GitHub] nifi issue #1450: NIFI-3339b Add getDataSource() to DBCPService, second vers...

2017-02-06 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1450 My use case is a third-party library that takes the same information you might put into a DBCPControllerService, either in the URL and/or the username/password, etc. I was hoping to avoid trying to

[GitHub] nifi pull request #1478: NIFI-3446 FlowConfigurationDAO Changes

2017-02-06 Thread patricker
GitHub user patricker opened a pull request: https://github.com/apache/nifi/pull/1478 NIFI-3446 FlowConfigurationDAO Changes Allows for Flow Configuration (flow.xml.gz) to be pluggable. There should be no "functional" changes as a result of this code change. ### For all

[jira] [Commented] (NIFI-3446) Make FlowConfigurationDAO Pluggable

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855326#comment-15855326 ] ASF GitHub Bot commented on NIFI-3446: -- GitHub user patricker opened a pull request:

[jira] [Commented] (NIFI-3414) Implement an EnforceOrder processor

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855371#comment-15855371 ] Koji Kawamura commented on NIFI-3414: - Thanks Matt for explaining detailed use-case. (I thought I wrote

[GitHub] nifi pull request #1467: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1467 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Resolved] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

2017-02-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-3408. -- Resolution: Fixed Fix Version/s: 1.2.0 > Add an attribute for failure reason to

[jira] [Commented] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

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

[jira] [Commented] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

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

[jira] [Updated] (NIFI-3213) ListFile always skips files with the latest timestamp in an iteration even if the files have existed a while ago

2017-02-06 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-3213: Status: Patch Available (was: Open) > ListFile always skips files with the latest timestamp in an

[GitHub] nifi-minifi-cpp issue #46: MINIFI-188: Incorporate CATCH and example tests

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/46 Thanks for taking care of licensing. Will get this merged in! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Commented] (NIFI-3015) NiFi service starts from root user after installation

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854132#comment-15854132 ] ASF GitHub Bot commented on NIFI-3015: -- Github user joewitt commented on the issue:

[GitHub] nifi issue #1198: [NIFI-3015] Run NiFi service from nifi user instead of roo...

2017-02-06 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/1198 @fidget83 thank you for the contribution. It looks as though the desired behavior is now addressed by @trixpan patch. If you agree can you close this PR? Thanks! --- If your project is set up

[jira] [Commented] (NIFI-2565) NiFi processor to parse logs using Grok patterns

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854174#comment-15854174 ] ASF GitHub Bot commented on NIFI-2565: -- Github user trixpan commented on the issue:

[GitHub] nifi-minifi-cpp issue #44: MINIFI-189: Check log level before buffer operati...

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/44 reviewing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] nifi-minifi-cpp issue #44: MINIFI-189: Check log level before buffer operati...

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/44 looks good and thanks for submitting fix. will get this merged in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Updated] (NIFI-3015) NiFi service starts from root user after installation

2017-02-06 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3015: -- Fix Version/s: 1.2.0 > NiFi service starts from root user after installation >

[GitHub] nifi issue #1474: NIFI-3442 - Explictly support EL on Username, password, po...

2017-02-06 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1474 @markap14 you may want to have a look note that in the case of transfer method I simply removed the EL evaluation. Happy to follow the opposite approach if needed --- If your project is set

[jira] [Reopened] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reopened NIFI-3055: -- > StandardRecordWriter can throw UTFDataFormatException >

[jira] [Updated] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-3055: - Priority: Blocker (was: Major) > StandardRecordWriter can throw UTFDataFormatException >

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854100#comment-15854100 ] Mark Payne commented on NIFI-3055: -- [~devriesb] [~jskora] [~mosermw] - Sorry, I didn't have a chance to

[jira] [Commented] (NIFI-3015) NiFi service starts from root user after installation

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

[GitHub] nifi pull request #1422: NIFI-3015 - Corrects issue were RPM profile run.as ...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1422 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi issue #1108: NIFI-2565: add Grok parser

2017-02-06 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1108 @joewitt when you have time can you have a final look on this one? LGTM and I am happy to address the two remaining cosmetic comments as part of a separate PR. --- If your project is set up

[GitHub] nifi-minifi-cpp pull request #44: MINIFI-189: Check log level before buffer ...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/44 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (NIFI-3015) NiFi service starts from root user after installation

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854093#comment-15854093 ] ASF GitHub Bot commented on NIFI-3015: -- Github user joewitt commented on the issue:

[jira] [Commented] (NIFI-3015) NiFi service starts from root user after installation

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

[GitHub] nifi issue #1422: NIFI-3015 - Corrects issue were RPM profile run.as propert...

2017-02-06 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/1422 @trixpan thanks for the contrib! @jfrazee thanks for the review. Merging based on your findings. Running a quick build. Thanks --- If your project is set up for it, you can reply to this email

[jira] [Commented] (NIFI-3442) FTPTransfer tries to evaluate PORT as expression language, although property doesn't support EL

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854149#comment-15854149 ] ASF GitHub Bot commented on NIFI-3442: -- Github user trixpan commented on the issue:

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854196#comment-15854196 ] Joseph Witt commented on NIFI-3055: --- Am only commenting on the licensing concern noted. It is a good

[jira] [Created] (NIFI-3444) PutKenesisFirehose Optional message demarcator

2017-02-06 Thread Nicholas Carenza (JIRA)
Nicholas Carenza created NIFI-3444: -- Summary: PutKenesisFirehose Optional message demarcator Key: NIFI-3444 URL: https://issues.apache.org/jira/browse/NIFI-3444 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Joe Skora (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854306#comment-15854306 ] Joe Skora commented on NIFI-3055: - [~markap14], [~devriesb], [~mosermw], [~joewitt] * Sorry, I forgot

[jira] [Commented] (NIFI-3430) PutSQL Errors attempting to coerce date string to timestamp

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854419#comment-15854419 ] ASF GitHub Bot commented on NIFI-3430: -- Github user pvillard31 commented on the issue:

[GitHub] nifi pull request #1464: NIFI-3429 automatically quoting all table identifie...

2017-02-06 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1464#discussion_r99665513 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ConvertJSONToSQL.java --- @@

[jira] [Created] (NIFI-3443) Add ambari controller service, allowing users to point to a cluster in ambari for configuration

2017-02-06 Thread Karthik Narayanan (JIRA)
Karthik Narayanan created NIFI-3443: --- Summary: Add ambari controller service, allowing users to point to a cluster in ambari for configuration Key: NIFI-3443 URL:

[jira] [Commented] (NIFI-3437) KafkaConsumer pause/resume

2017-02-06 Thread Nicholas Carenza (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854475#comment-15854475 ] Nicholas Carenza commented on NIFI-3437: [~joewitt] Apologies I am not very experienced with Kafka,

[jira] [Updated] (NIFI-3429) ConvertJSONToSQL Does not work with table identifiers that need to be quoted

2017-02-06 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wicks updated NIFI-3429: -- Affects Version/s: 1.2.0 > ConvertJSONToSQL Does not work with table identifiers that need to be quoted

[jira] [Commented] (NIFI-3429) ConvertJSONToSQL Does not work with table identifiers that need to be quoted

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854514#comment-15854514 ] ASF GitHub Bot commented on NIFI-3429: -- Github user patricker commented on the issue:

[jira] [Updated] (NIFI-3429) ConvertJSONToSQL Does not work with table identifiers that need to be quoted

2017-02-06 Thread Peter Wicks (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wicks updated NIFI-3429: -- Fix Version/s: 1.2.0 > ConvertJSONToSQL Does not work with table identifiers that need to be quoted >

[jira] [Commented] (NIFI-3419) MergeContent should route to failure on ZipException

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

[jira] [Updated] (NIFI-3443) Add ambari controller service, allowing users to point to a cluster in ambari for configuration

2017-02-06 Thread Karthik Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Narayanan updated NIFI-3443: Description: The improvement will enable users to define hadoop configuration as a

[GitHub] nifi pull request #1475: NIFI-3055 StandardRecordWriter Can Throw UTFDataFor...

2017-02-06 Thread jskora
GitHub user jskora opened a pull request: https://github.com/apache/nifi/pull/1475 NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatException (1.x) * Remove function based on JDK source. * Add new function to find bytes based on RFC3629. * Add field name to log entry

[GitHub] nifi issue #1470: NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatExce...

2017-02-06 Thread jskora
Github user jskora commented on the issue: https://github.com/apache/nifi/pull/1470 Closing this PR, committed on [4f72e34](https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=4f72e3491f2372c8c45afb96a765c1f5cdd2f07d). --- If your project is set up for it, you can reply to

[GitHub] nifi pull request #1470: NIFI-3055 StandardRecordWriter Can Throw UTFDataFor...

2017-02-06 Thread jskora
Github user jskora closed the pull request at: https://github.com/apache/nifi/pull/1470 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi-minifi-cpp issue #46: MINIFI-188: Incorporate CATCH and example tests

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/46 reviewing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[jira] [Comment Edited] (NIFI-3437) KafkaConsumer pause/resume

2017-02-06 Thread Nicholas Carenza (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854475#comment-15854475 ] Nicholas Carenza edited comment on NIFI-3437 at 2/6/17 6:13 PM: [~joewitt]

[GitHub] nifi issue #1454: NIFI-3419: Routing flow files causing ZipException to fail...

2017-02-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1454 LGTM, merging. The same could apply to ``TarMerge`` but this can be done in another JIRA. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] nifi pull request #1454: NIFI-3419: Routing flow files causing ZipException ...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1454 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-3419) MergeContent should route to failure on ZipException

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

[GitHub] nifi issue #1464: NIFI-3429 automatically quoting all table identifiers

2017-02-06 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/1464 @nickcarenza It looks good to me, but I don't have the power to do anything... I did go out to JIRA and tag your ticket as 1.2.0 so it will get reviewed sooner:

[jira] [Updated] (NIFI-3443) Add Hadoop controller service, allowing users to define hadoop configuration as a central and reusable resource.

2017-02-06 Thread Karthik Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Narayanan updated NIFI-3443: Summary: Add Hadoop controller service, allowing users to define hadoop configuration as a

[GitHub] nifi issue #1467: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-06 Thread gglanzani
Github user gglanzani commented on the issue: https://github.com/apache/nifi/pull/1467 Hi @pvillard31 thanks for the review. I've incorporated the changes. I've renamed the two new attributes to `invoke.http.java.exception.{class,message}`. They reflect better the

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854545#comment-15854545 ] ASF GitHub Bot commented on NIFI-3055: -- GitHub user jskora opened a pull request:

[jira] [Commented] (NIFI-3442) FTPTransfer tries to evaluate PORT as expression language, although property doesn't support EL

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854054#comment-15854054 ] ASF GitHub Bot commented on NIFI-3442: -- GitHub user trixpan opened a pull request:

[jira] [Resolved] (NIFI-2476) Further refine tls-toolkit based on feedback gathered during beta

2017-02-06 Thread Bryan Rosander (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Rosander resolved NIFI-2476. -- Resolution: Fixed > Further refine tls-toolkit based on feedback gathered during beta >

[GitHub] nifi-minifi-cpp issue #45: MINIFI-187: Remove XML References and deps.

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/45 reviewing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

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

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854445#comment-15854445 ] ASF GitHub Bot commented on NIFI-3055: -- Github user jskora commented on the issue:

[jira] [Resolved] (NIFI-3437) KafkaConsumer pause/resume

2017-02-06 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt resolved NIFI-3437. --- Resolution: Information Provided > KafkaConsumer pause/resume > -- > >

[GitHub] nifi pull request #1467: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-06 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1467#discussion_r99649060 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java --- @@ -753,6

[GitHub] nifi-minifi-cpp pull request #46: MINIFI-188: Incorporate CATCH and example ...

2017-02-06 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/46#discussion_r99649610 --- Diff: libminifi/cmake/FindLeveldb.cmake --- @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] nifi-minifi-cpp pull request #46: MINIFI-188: Incorporate CATCH and example ...

2017-02-06 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/46#discussion_r99655455 --- Diff: libminifi/cmake/FindLeveldb.cmake --- @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[jira] [Commented] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

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

[GitHub] nifi pull request #1467: NIFI-3408 Add exception class when InvokeHTTP fails

2017-02-06 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1467#discussion_r99649592 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java --- @@ -118,6

[jira] [Commented] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

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

[jira] [Commented] (NIFI-3419) MergeContent should route to failure on ZipException

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854501#comment-15854501 ] ASF GitHub Bot commented on NIFI-3419: -- Github user pvillard31 commented on the issue:

[jira] [Commented] (NIFI-3408) Add an attribute for failure reason to InvokeHTTP in all cases to match docs

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854530#comment-15854530 ] ASF GitHub Bot commented on NIFI-3408: -- Github user gglanzani commented on the issue:

[jira] [Commented] (NIFI-3427) Data Provenance date/time sort ignores the date

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

[GitHub] nifi pull request #1465: NIFI-3427 Fix Provenance DateTime Sorting

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1465 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi issue #1472: NIFI-3434 - Introduce the ability to skip the packaging of...

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi/pull/1472 @pvillard31 Yes, please! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (NIFI-3430) PutSQL Errors attempting to coerce date string to timestamp

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

[GitHub] nifi issue #1470: NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatExce...

2017-02-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1470 Even if I know there will be additional changes for this JIRA in a new PR, can you close this PR @jskora ? (not closed automatically in 0.x) --- If your project is set up for it, you can reply to

[jira] [Commented] (NIFI-2809) Add processors for Google Cloud Storage Fetch/Put/Delete

2017-02-06 Thread Andrew Philpot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854365#comment-15854365 ] Andrew Philpot commented on NIFI-2809: -- [~frankmarit] What's the status of this ticket? I see it was

[jira] [Updated] (NIFI-3427) Data Provenance date/time sort ignores the date

2017-02-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-3427: - Resolution: Fixed Fix Version/s: 1.2.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (NIFI-3430) PutSQL Errors attempting to coerce date string to timestamp

2017-02-06 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-3430: - Component/s: (was: Core Framework) Extensions > PutSQL Errors attempting to

[jira] [Commented] (NIFI-3430) PutSQL Errors attempting to coerce date string to timestamp

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

[jira] [Commented] (NIFI-3427) Data Provenance date/time sort ignores the date

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854428#comment-15854428 ] ASF GitHub Bot commented on NIFI-3427: -- Github user jvwing commented on the issue:

[GitHub] nifi issue #1465: NIFI-3427 Fix Provenance DateTime Sorting

2017-02-06 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/1465 Thanks, @pvillard31 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[jira] [Commented] (NIFI-3055) StandardRecordWriter can throw UTFDataFormatException

2017-02-06 Thread Joe Skora (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854280#comment-15854280 ] Joe Skora commented on NIFI-3055: - [~markap14], [~devriesb], [~mosermw], [~joewitt] * Mark, I see your

[jira] [Commented] (NIFI-3427) Data Provenance date/time sort ignores the date

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

[GitHub] nifi issue #1472: NIFI-3434 - Introduce the ability to skip the packaging of...

2017-02-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1472 LGTM, will allow faster build when developing ;) @trixpan @apiri Could we use this new profile in the travis builds to reduce the risk of timeout? --- If your project is set up for it, you

[GitHub] nifi issue #1468: NIFI-3430 adds support for date format property to parse i...

2017-02-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1468 LGTM, I'll take care of merging @trixpan ;) Thanks @nickcarenza --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] nifi issue #1450: NIFI-3339b Add getDataSource() to DBCPService, second vers...

2017-02-06 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1450 Koji has a good point about managing the actual DataSource instance internally, if your use case can be accomplished without needing access to this object, then I would tend to agree that we

[GitHub] nifi-minifi-cpp issue #45: MINIFI-187: Remove XML References and deps.

2017-02-06 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/45 changes look good and verified config after the fact. additionally going to remove the references in the readme to the removed XML deps on merge. Thanks for cleaning up! --- If

[jira] [Commented] (NIFI-3434) nifi-assembly dependencies should allow users to skip the creation of ZIP and TAR.GZ packages

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854360#comment-15854360 ] ASF GitHub Bot commented on NIFI-3434: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #1465: NIFI-3427 Fix Provenance DateTime Sorting

2017-02-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1465 LGTM, merging... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

  1   2   >