[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381120#comment-15381120 ] Andre commented on NIFI-1899: - [~joewitt], [~djmdata] So that everyone is familiar with my twisted way of

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381092#comment-15381092 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on the issue:

[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread Dan Marshall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381088#comment-15381088 ] Dan Marshall commented on NIFI-1899: FYI - In our system we check the size of the payload coming from

[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread Dan Marshall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381085#comment-15381085 ] Dan Marshall commented on NIFI-1899: Great - thanks for the clarification. I'll check it out. > Create

[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381070#comment-15381070 ] Joseph Witt commented on NIFI-1899: --- Ok no problem. Can work with them as-is. In general we should just

[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381068#comment-15381068 ] Joseph Percivall commented on NIFI-1899: For the PR, all that's left is input from you regarding my

[GitHub] nifi issue #483: NIFI-1899 - Introduce ExtractEmailAttachments and ExtractEm...

2016-07-16 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/483 @JPercivall Fixing the rebase. Please hold --- 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

[GitHub] nifi issue #483: NIFI-1899 - Introduce ExtractEmailAttachments and ExtractEm...

2016-07-16 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/483 Thank you for the complements. The "InterruptedException" essentially means something want this thread to stop for some reason (here's an overview of

[jira] [Created] (NIFI-2290) List Queue not working properly in clustered mode

2016-07-16 Thread Mark Payne (JIRA)
Mark Payne created NIFI-2290: Summary: List Queue not working properly in clustered mode Key: NIFI-2290 URL: https://issues.apache.org/jira/browse/NIFI-2290 Project: Apache NiFi Issue Type: Bug

[GitHub] nifi issue #483: NIFI-1899 - Introduce ExtractEmailAttachments and ExtractEm...

2016-07-16 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/483 @JPercivall Beautiful code! Loved it. Interesting to see your programming thinking. Great lesson (specially because I tried to achieve a similar - though more covoluted - logic previously and failed.

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71074419 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AbstractDatabaseFetchProcessor.java

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71074368 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381027#comment-15381027 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71074365 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71074344 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71074306 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java --- @@

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15381022#comment-15381022 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[jira] [Updated] (NIFI-2289) Cluster sometimes gets into state where it always says 'no Cluster Coordinator elected'

2016-07-16 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-2289: - Status: Patch Available (was: Open) > Cluster sometimes gets into state where it always says 'no Cluster

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71073752 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java --- @@

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71073744 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java --- @@

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380995#comment-15380995 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380991#comment-15380991 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380985#comment-15380985 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380981#comment-15380981 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[jira] [Commented] (NIFI-2157) Add GenerateTableFetch processor

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380977#comment-15380977 ] ASF GitHub Bot commented on NIFI-2157: -- Github user JPercivall commented on a diff in the pull

[GitHub] nifi pull request #645: NIFI-2157: Add GenerateTableFetch processor

2016-07-16 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/645#discussion_r71073287 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java --- @@

[jira] [Commented] (NIFI-1899) Create ListenSMTP & ExtractEmailAttachment processors

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380971#comment-15380971 ] ASF GitHub Bot commented on NIFI-1899: -- Github user JPercivall commented on the issue:

[GitHub] nifi issue #502: Nifi-1972 Apache Ignite Put Cache Processor

2016-07-16 Thread mans2singh
Github user mans2singh commented on the issue: https://github.com/apache/nifi/pull/502 Hi @pvillard31 - Thanks for your thorough feedback. I've updated the code based on your comments (removed commented dependency in pom file, added license and notice files under nar

[jira] [Commented] (NIFI-2057) If variable registry cannot be loaded because one file cannot be found, none of the files are loaded

2016-07-16 Thread Yolanda M. Davis (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380948#comment-15380948 ] Yolanda M. Davis commented on NIFI-2057: [~joewitt] I apologize for the lack of clarity here. You

[GitHub] nifi issue #663: NIFI-1157 removed method that is no longer necessary post d...

2016-07-16 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/663 @joewitt I do agree that these methods are now superfluous and should be removed. Verified that all builds and all still looks okay. Contrib-check is good, as well. +1 Merged to master --- If your

[jira] [Updated] (NIFI-1157) Remove deprecated classes and methods

2016-07-16 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-1157: - Resolution: Fixed Status: Resolved (was: Patch Available) > Remove deprecated classes and methods

[jira] [Commented] (NIFI-2280) Annotate methods as deprecated on 0.x which aren't needed on 1.x

2016-07-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380923#comment-15380923 ] ASF subversion and git services commented on NIFI-2280: --- Commit

[jira] [Commented] (NIFI-1157) Remove deprecated classes and methods

2016-07-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380922#comment-15380922 ] ASF subversion and git services commented on NIFI-1157: --- Commit

[jira] [Commented] (NIFI-1157) Remove deprecated classes and methods

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

[GitHub] nifi pull request #663: NIFI-1157 removed method that is no longer necessary...

2016-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/663 --- 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-1157) Remove deprecated classes and methods

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380925#comment-15380925 ] ASF GitHub Bot commented on NIFI-1157: -- Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-2174) QueryCassandra is handling timestamps as strings

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

[jira] [Updated] (NIFI-2174) QueryCassandra is handling timestamps as strings

2016-07-16 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-2174: --- Resolution: Fixed Status: Resolved (was: Patch Available) > QueryCassandra is

[jira] [Commented] (NIFI-2174) QueryCassandra is handling timestamps as strings

2016-07-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380879#comment-15380879 ] ASF subversion and git services commented on NIFI-2174: --- Commit

[jira] [Assigned] (NIFI-2239) Need 'help' tool-tips in Access Policies dialog

2016-07-16 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-2239: - Assignee: Matt Gilman > Need 'help' tool-tips in Access Policies dialog >

[jira] [Commented] (NIFI-2216) PutFile doesn't create missing directories specified as part of the filename attribute

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380844#comment-15380844 ] Joseph Witt commented on NIFI-2216: --- i should clarify - you don't have to use UpdateAttribute for these

[jira] [Commented] (NIFI-2216) PutFile doesn't create missing directories specified as part of the filename attribute

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380843#comment-15380843 ] Joseph Witt commented on NIFI-2216: --- [~randerzander] In UpdateAttribute you need to set both the 'path'

[jira] [Commented] (NIFI-1730) org/apache/nifi/util/ReflectionUtils.java (and possibly other classes) exist in two different modules under the same FQN

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380837#comment-15380837 ] Joseph Witt commented on NIFI-1730: --- Here is what i propose after thinking about this for too long: Keep

[jira] [Issue Comment Deleted] (NIFI-2115) Enhanced About Box Version Information

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2115: -- Comment: was deleted (was: [~jameswing] based on your comment/my reply I'll go ahead and remove the 1.0

[jira] [Commented] (NIFI-2057) If variable registry cannot be loaded because one file cannot be found, none of the files are loaded

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380831#comment-15380831 ] Joseph Witt commented on NIFI-2057: --- [~YolandaMDavis] Having a bit of a hard time tracking NIFI-2057

[jira] [Commented] (NIFI-1942) Create a processor to validate CSV against a user-supplied schema

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380828#comment-15380828 ] Joseph Witt commented on NIFI-1942: --- [~JPercivall] [~pvillard] since this a new extension please consider

[jira] [Assigned] (NIFI-2253) zookeeper server cannot interpret "space" in ZK connection string, in nifi.properties config file

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt reassigned NIFI-2253: - Assignee: Joseph Witt (was: Mark Payne) > zookeeper server cannot interpret "space" in ZK

[jira] [Commented] (NIFI-2090) Add support for HL7 segment names and components in ExtractHL7Attributes

2016-07-16 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380783#comment-15380783 ] Joseph Witt commented on NIFI-2090: --- [~jfrazee] Hello Joey. Could you please resubmit this against the