[jira] [Assigned] (NIFI-373) If NiFi UI is secure but cluster communication is not, NiFi doesn't start but throws NullPointer instead of nice error message

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-373: Assignee: Matt Gilman If NiFi UI is secure but cluster communication is not, NiFi doesn't start but

[jira] [Assigned] (NIFI-427) Too many steps to delete flows

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-427: Assignee: Matt Gilman Too many steps to delete flows --

[jira] [Created] (NIFI-660) ProvenanceRepository API needs to allow for IOException any time information is stored

2015-06-05 Thread Mark Payne (JIRA)
Mark Payne created NIFI-660: --- Summary: ProvenanceRepository API needs to allow for IOException any time information is stored Key: NIFI-660 URL: https://issues.apache.org/jira/browse/NIFI-660 Project:

[jira] [Commented] (NIFI-379) MergeContent does not merge when Maximum number of Bins is set to 1

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574361#comment-14574361 ] Mark Payne commented on NIFI-379: - Logic and code appear sound to me. +1 MergeContent does

[jira] [Updated] (NIFI-583) Provide ExecuteStreamCommand option of streaming contents over STDIN of an incoming flowfile

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated NIFI-583: - Summary: Provide ExecuteStreamCommand option of streaming contents over STDIN of an incoming flowfile

[jira] [Commented] (NIFI-613) ScanContent throws exception on dictionary with blank line

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574467#comment-14574467 ] Aldrin Piri commented on NIFI-613: -- Mirroring my +1 provided on the mailing list here.

[jira] [Commented] (NIFI-650) TestExecuteStreamCommand tests failing on Ubuntu 12.04.5 LTS

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574491#comment-14574491 ] Aldrin Piri commented on NIFI-650: -- This can be a common issue for people just getting

[jira] [Resolved] (NIFI-650) TestExecuteStreamCommand tests failing on Ubuntu 12.04.5 LTS

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved NIFI-650. -- Resolution: Not A Problem This appeared to not be a defect in the tests. I have linked this issue with a

[jira] [Updated] (NIFI-41) Shoud not be able to change destination of Connection if component has its FlowFiles

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-41: --- Attachment: 0001-NIFI-41-Don-t-allow-destination-fo-connection-to-cha.patch Shoud not be able to change

[jira] [Created] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Brandon DeVries (JIRA)
Brandon DeVries created NIFI-661: Summary: Controller Services tab not showing resons for Invalid state in Firefox Key: NIFI-661 URL: https://issues.apache.org/jira/browse/NIFI-661 Project: Apache

[jira] [Updated] (NIFI-546) StandardDataFlows constructor declears it throws NullPointerException but does not

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-546: - Attachment: nifi-546.patch StandardDataFlows constructor declears it throws NullPointerException but

[jira] [Commented] (NIFI-594) TestExtractHL7Attributes writes to System output

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574579#comment-14574579 ] Joseph Witt commented on NIFI-594: -- nice. Dumped the system.out and added legit testing

[jira] [Resolved] (NIFI-359) expand contribution guide to include walkthrough

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved NIFI-359. -- Resolution: Done expand contribution guide to include walkthrough

[jira] [Comment Edited] (NIFI-359) expand contribution guide to include walkthrough

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574580#comment-14574580 ] Aldrin Piri edited comment on NIFI-359 at 6/5/15 2:41 PM: -- This has

incubator-nifi git commit: NIFI-594: Removing the output to System.out and providing some simple checks to ensure extraction of attributes is consistent with the sample file used in the test.

2015-06-05 Thread aldrin
Repository: incubator-nifi Updated Branches: refs/heads/develop 8d745c2b7 - ba7855646 NIFI-594: Removing the output to System.out and providing some simple checks to ensure extraction of attributes is consistent with the sample file used in the test. Project:

incubator-nifi git commit: NIFI-546 clarified javadoc and added null check

2015-06-05 Thread joewitt
Repository: incubator-nifi Updated Branches: refs/heads/develop a49a03da4 - 8d745c2b7 NIFI-546 clarified javadoc and added null check Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/8d745c2b Tree:

[jira] [Commented] (NIFI-594) TestExtractHL7Attributes writes to System output

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574585#comment-14574585 ] ASF subversion and git services commented on NIFI-594: -- Commit

[jira] [Commented] (NIFI-546) StandardDataFlows constructor declears it throws NullPointerException but does not

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574575#comment-14574575 ] Matt Gilman commented on NIFI-546: -- +1 StandardDataFlows constructor declears it throws

[jira] [Commented] (NIFI-359) expand contribution guide to include walkthrough

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574580#comment-14574580 ] Aldrin Piri commented on NIFI-359: -- This has been migrated to the NiFi Wiki instance in

[jira] [Updated] (NIFI-642) Eliminate hardcoded HDFS compression codec classnames.

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-642: - Assignee: (was: Joseph Witt) Eliminate hardcoded HDFS compression codec classnames.

incubator-nifi git commit: NIFI-606 Add a NiFi Storm Spout

2015-06-05 Thread aldrin
Repository: incubator-nifi Updated Branches: refs/heads/develop ba7855646 - 960560723 NIFI-606 Add a NiFi Storm Spout Fixing JavaDoc to pass check-styles Signed-off-by: Aldrin Piri ald...@apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit:

incubator-nifi git commit: Correcting simple typo in Javadoc for NiFiSpout.

2015-06-05 Thread aldrin
Repository: incubator-nifi Updated Branches: refs/heads/develop 960560723 - 42a2fc5f6 Correcting simple typo in Javadoc for NiFiSpout. This closes #61 Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit:

[jira] [Commented] (NIFI-606) Add a NiFi Storm Spout

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

[1/2] incubator-nifi git commit: NIFI-349: - Setting namespace aware on all document builder factories.

2015-06-05 Thread mcgilman
Repository: incubator-nifi Updated Branches: refs/heads/develop 6d1128497 - 73b08d820 NIFI-349: - Setting namespace aware on all document builder factories. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit:

[jira] [Commented] (NIFI-349) NiFi should set namespaceAware flag on document builders

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575004#comment-14575004 ] Aldrin Piri commented on NIFI-349: -- Patch looks fine and built successfully for me. Was

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575017#comment-14575017 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on a diff in the pull

[jira] [Updated] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-454: Attachment: (was: 0001-NIFI-454-Use-random-ports-instead-of-specific-ports-.patch) Distributed cache

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575014#comment-14575014 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on a diff in the pull

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575038#comment-14575038 ] ASF GitHub Bot commented on NIFI-589: - Github user busbey commented on a diff in the

[2/3] incubator-nifi git commit: NIFI-41: Don't allow destination fo connection to change if current destination is holding its FlowFiles

2015-06-05 Thread markap14
NIFI-41: Don't allow destination fo connection to change if current destination is holding its FlowFiles Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/8d1536ed Tree:

[jira] [Commented] (NIFI-602) Error on shutdown bin/nifi.sh stop

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575043#comment-14575043 ] ASF subversion and git services commented on NIFI-602: -- Commit

[jira] [Commented] (NIFI-41) Shoud not be able to change destination of Connection if component has its FlowFiles

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575044#comment-14575044 ] ASF subversion and git services commented on NIFI-41: - Commit

[jira] [Commented] (NIFI-41) Shoud not be able to change destination of Connection if component has its FlowFiles

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575029#comment-14575029 ] Mark Payne commented on NIFI-41: Thanks, Joe. I did actually use a remote debugger to set a

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575034#comment-14575034 ] ASF GitHub Bot commented on NIFI-589: - Github user busbey commented on a diff in the

[jira] [Commented] (NIFI-606) Add a NiFi Storm Spout

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574904#comment-14574904 ] ASF GitHub Bot commented on NIFI-606: - Github user apiri commented on the pull request:

[jira] [Updated] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-454: Attachment: 0001-NIFI-454-Use-random-ports-instead-of-specific-ports-.patch Distributed cache server unit

[jira] [Updated] (NIFI-583) Provide ExecuteStreamCommand option of streaming contents over STDIN of an incoming flowfile

2015-06-05 Thread Ricky Saltzer (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricky Saltzer updated NIFI-583: --- Attachment: NIFI-583.2.patch [~aldrin] attaching formatted patch. Thanks for the reminder! Provide

[jira] [Updated] (NIFI-349) NiFi should set namespaceAware flag on document builders

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-349: - Attachment: 0001-NIFI-349.patch NiFi should set namespaceAware flag on document builders

[jira] [Updated] (NIFI-591) CompressContent uses wrong mime type for BZIP2

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-591: Attachment: (was: 0001-NIFI-591-Use-application-x-bzip2-for-mime-type-of-bz.patch) CompressContent uses

[jira] [Commented] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575011#comment-14575011 ] Matt Gilman commented on NIFI-661: -- This is also an issue for the reporting task table.

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575053#comment-14575053 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on the pull request:

[jira] [Assigned] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-454: --- Assignee: Mark Payne Distributed cache server unit tests should use random ports

incubator-nifi git commit: NIFI-583: Ignore STDIN for ExecuteStreamCommand

2015-06-05 Thread aldrin
Repository: incubator-nifi Updated Branches: refs/heads/develop 42a2fc5f6 - 6d1128497 NIFI-583: Ignore STDIN for ExecuteStreamCommand - Added the ability (default: false) to ignore STDIN when passing a flowfile to the ExecuteStreamCommand processor. This is useful if the command you are

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575024#comment-14575024 ] ASF GitHub Bot commented on NIFI-589: - Github user joewitt commented on a diff in the

[jira] [Commented] (NIFI-583) Provide ExecuteStreamCommand option of streaming contents over STDIN of an incoming flowfile

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574972#comment-14574972 ] Aldrin Piri commented on NIFI-583: -- [~rickysaltzer] Thanks! Provide ExecuteStreamCommand

[1/3] incubator-nifi git commit: NIFI-602: Ensure we read all data from socket after sending 'SHUTDOWN' command

2015-06-05 Thread markap14
Repository: incubator-nifi Updated Branches: refs/heads/develop 73b08d820 - 63bdda4b5 NIFI-602: Ensure we read all data from socket after sending 'SHUTDOWN' command Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit:

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575042#comment-14575042 ] ASF GitHub Bot commented on NIFI-589: - Github user busbey commented on a diff in the

[jira] [Commented] (NIFI-606) Add a NiFi Storm Spout

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574899#comment-14574899 ] ASF subversion and git services commented on NIFI-606: -- Commit

[jira] [Commented] (NIFI-583) Provide ExecuteStreamCommand option of streaming contents over STDIN of an incoming flowfile

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574971#comment-14574971 ] ASF subversion and git services commented on NIFI-583: -- Commit

[2/2] incubator-nifi git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop

2015-06-05 Thread mcgilman
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/73b08d82 Tree:

[jira] [Commented] (NIFI-349) NiFi should set namespaceAware flag on document builders

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575007#comment-14575007 ] ASF subversion and git services commented on NIFI-349: -- Commit

[jira] [Updated] (NIFI-591) CompressContent uses wrong mime type for BZIP2

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-591: Attachment: 0001-NIFI-591-Recognize-both-application-bzip2-and-applic.patch CompressContent uses wrong mime

[jira] [Commented] (NIFI-580) Typo in documentation for EncryptContent

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575035#comment-14575035 ] Mark Payne commented on NIFI-580: - +1: Feel free to merge that if you haven't already.

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575047#comment-14575047 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on a diff in the pull

[jira] [Commented] (NIFI-606) Add a NiFi Storm Spout

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574799#comment-14574799 ] ASF GitHub Bot commented on NIFI-606: - Github user apiri commented on a diff in the pull

[jira] [Commented] (NIFI-606) Add a NiFi Storm Spout

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574871#comment-14574871 ] ASF GitHub Bot commented on NIFI-606: - Github user bbende commented on the pull request:

[jira] [Assigned] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-661: Assignee: Matt Gilman Controller Services tab not showing resons for Invalid state in Firefox

[jira] [Commented] (NIFI-415) Framework should not allow an empty filename to be set

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574692#comment-14574692 ] Joseph Witt commented on NIFI-415: -- Understood. I am quite torn on this. 'filename' is

[jira] [Commented] (NIFI-41) Shoud not be able to change destination of Connection if component has its FlowFiles

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574724#comment-14574724 ] Joseph Witt commented on NIFI-41: - Mark: Code has been applied locally and is presently

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574749#comment-14574749 ] ASF GitHub Bot commented on NIFI-589: - Github user joewitt commented on the pull

[jira] [Resolved] (NIFI-348) session.importFrom() fails on session commit if unable to delete file - but after the commit is about half-way through

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-348. - Resolution: Fixed Fix Version/s: (was: 0.2.0) 0.0.2 session.importFrom()

[jira] [Commented] (NIFI-348) session.importFrom() fails on session commit if unable to delete file - but after the commit is about half-way through

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574731#comment-14574731 ] Mark Payne commented on NIFI-348: - It appears that this has been done for quite some time.

[jira] [Commented] (NIFI-628) Document steps in migrating from 0.0.x to 0.1.x

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574744#comment-14574744 ] Joseph Witt commented on NIFI-628: -- Page created and initial/known information added.

[jira] [Resolved] (NIFI-628) Document steps in migrating from 0.0.x to 0.1.x

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt resolved NIFI-628. -- Resolution: Fixed Document steps in migrating from 0.0.x to 0.1.x

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574806#comment-14574806 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on the pull request:

[jira] [Commented] (NIFI-415) Framework should not allow an empty filename to be set

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574687#comment-14574687 ] Mark Payne commented on NIFI-415: - Joe, I believe the case that prompted this ticket was

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574803#comment-14574803 ] ASF GitHub Bot commented on NIFI-589: - Github user joewitt commented on the pull

[jira] [Assigned] (NIFI-642) Eliminate hardcoded HDFS compression codec classnames.

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt reassigned NIFI-642: Assignee: Joseph Witt Eliminate hardcoded HDFS compression codec classnames.

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574797#comment-14574797 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on the pull request:

[jira] [Resolved] (NIFI-155) Test Failure: MulticastProtocolListenerTest and ClusterServiceDiscoveryTest

2015-06-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved NIFI-155. -- Resolution: Invalid The tests referenced by this ticket were troublesome and were ignored as they needed

[jira] [Updated] (NIFI-571) Findbugs issue in StandardControllerServiceProvider

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-571: Attachment: 0001-NIFI-571-Removed-checking-List-List-ControllerServic.patch Findbugs issue in

[jira] [Commented] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575203#comment-14575203 ] Mark Payne commented on NIFI-661: - +1. I rebuilt and could not for the life of me get

[jira] [Updated] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-661: - Attachment: 0001-NIFI-661.patch Controller Services tab not showing resons for Invalid state in Firefox

[jira] [Commented] (NIFI-31) If unable to swap in FlowFiles from .swap file due to corrupt .swap file, should update FlowFile Repository and should generate Provenance Drop Event indicating reason

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575090#comment-14575090 ] Mark Payne commented on NIFI-31: I remember thinking that this was a good idea... But

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575302#comment-14575302 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Updated] (NIFI-662) Unit test failures for ExecuteStreamCommand

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-662: Attachment: 0001-NIFI-662-Unit-test-expects-n-when-it-should-expect-S.patch Unit test failures for

[jira] [Created] (NIFI-662) Unit test failures for ExecuteStreamCommand

2015-06-05 Thread Mark Payne (JIRA)
Mark Payne created NIFI-662: --- Summary: Unit test failures for ExecuteStreamCommand Key: NIFI-662 URL: https://issues.apache.org/jira/browse/NIFI-662 Project: Apache NiFi Issue Type: Bug

[jira] [Updated] (NIFI-427) Too many steps to delete flows

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-427: Attachment: 0001-NIFI-427-Allow-Process-Groups-to-be-deleted-as-long-.patch Too many steps to delete flows

[jira] [Updated] (NIFI-427) Too many steps to delete flows

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-427: Attachment: (was: 0001-NIFI-427-Allow-Process-Groups-to-be-deleted-as-long-.patch) Too many steps to

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575317#comment-14575317 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-571) Findbugs issue in StandardControllerServiceProvider

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575110#comment-14575110 ] Mark Payne commented on NIFI-571: - I attached a new patch to just remove the check all

[jira] [Updated] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-454: Attachment: (was: 0001-NIFI-454-Use-random-ports-instead-of-specific-ports-.patch) Distributed cache

[jira] [Updated] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-454: Attachment: 0001-NIFI-454-Use-random-ports-instead-of-specific-ports-.patch Distributed cache server unit

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575225#comment-14575225 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on the pull request:

[jira] [Resolved] (NIFI-31) If unable to swap in FlowFiles from .swap file due to corrupt .swap file, should update FlowFile Repository and should generate Provenance Drop Event indicating reason

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFI-31. - Resolution: Invalid Fix Version/s: (was: 0.2.0) Don't recall original intent of ticket... though

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575227#comment-14575227 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on the pull request:

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575321#comment-14575321 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575356#comment-14575356 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575357#comment-14575357 ] ASF GitHub Bot commented on NIFI-589: - Github user joey commented on a diff in the pull

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575378#comment-14575378 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575347#comment-14575347 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-589) Add processors that can run Apache Flume sources/sinks

2015-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575359#comment-14575359 ] ASF GitHub Bot commented on NIFI-589: - Github user rdblue commented on a diff in the

[jira] [Commented] (NIFI-454) Distributed cache server unit tests should use random ports

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575554#comment-14575554 ] Matt Gilman commented on NIFI-454: -- [~markap14] Thoughts on reverting the changes to the

[jira] [Commented] (NIFI-427) Too many steps to delete flows

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575574#comment-14575574 ] Matt Gilman commented on NIFI-427: -- [~markap14] These changes look good! +1 Too many

[jira] [Commented] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575550#comment-14575550 ] Matt Gilman commented on NIFI-661: -- Easily the most reassuring review I've had... Thanks!

[1/2] incubator-nifi git commit: NIFI-661: - Fixing issue which caused the invalid icon from wrapping in Firefox.

2015-06-05 Thread mcgilman
Repository: incubator-nifi Updated Branches: refs/heads/develop 63bdda4b5 - 245fef4ee NIFI-661: - Fixing issue which caused the invalid icon from wrapping in Firefox. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit:

[jira] [Commented] (NIFI-661) Controller Services tab not showing resons for Invalid state in Firefox

2015-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14575551#comment-14575551 ] ASF subversion and git services commented on NIFI-661: -- Commit

[2/2] incubator-nifi git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop

2015-06-05 Thread mcgilman
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/245fef4e Tree:

[jira] [Updated] (NIFI-415) Framework should not allow an empty filename to be set

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-415: - Assignee: Mark Payne Framework should not allow an empty filename to be set

[jira] [Commented] (NIFI-415) Framework should not allow an empty filename to be set

2015-06-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574616#comment-14574616 ] Joseph Witt commented on NIFI-415: -- I believe doing what is proposed would require a change

  1   2   >