[GitHub] nifi pull request #1136: [NIFI-2900] fixes timestamps to be ISO 8601 complia...

2016-10-14 Thread simplesteph
GitHub user simplesteph opened a pull request: https://github.com/apache/nifi/pull/1136 [NIFI-2900] fixes timestamps to be ISO 8601 compliant, as it should b… …e because of OpenAPI specs You can merge this pull request into a Git repository by running: $ git pull https://gi

[jira] [Commented] (NIFI-2900) DateTime API Endpoints don't respect RFC 3339

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574469#comment-15574469 ] ASF GitHub Bot commented on NIFI-2900: -- GitHub user simplesteph opened a pull request:

[GitHub] nifi pull request #1137: NIFI-1710 - Resolve path name to nifi.sh script

2016-10-14 Thread trixpan
GitHub user trixpan opened a pull request: https://github.com/apache/nifi/pull/1137 NIFI-1710 - Resolve path name to nifi.sh script ## Description: This commit allows nifi.sh to recursively traverse its path, allowing the simple linkage of nifi.sh to a script within /etc/init.d/

[jira] [Commented] (NIFI-1710) Resolve path name to nifi.sh in start script

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574644#comment-15574644 ] ASF GitHub Bot commented on NIFI-1710: -- GitHub user trixpan opened a pull request:

[GitHub] nifi issue #1137: NIFI-1710 - Resolve path name to nifi.sh script

2016-10-14 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1137 @jfrazee @arpitgupta @busbey Since PR#315 got stalled, I reworked from scratch. Would appreciate your feedback if this solves the problem reported on NIFI-1710 @apiri @Yolan

[jira] [Commented] (NIFI-1710) Resolve path name to nifi.sh in start script

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574651#comment-15574651 ] ASF GitHub Bot commented on NIFI-1710: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #1137: NIFI-1710 - Resolve path name to nifi.sh script

2016-10-14 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1137 From my tests, path finding seems to work well: ``` [trixpan@development init.d]$ ls -l nifi lrwxrwxrwx 1 root root 34 Oct 14 15:02 nifi -> /home/trixpan/development/nifi.sh [trixp

[jira] [Commented] (NIFI-1710) Resolve path name to nifi.sh in start script

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574686#comment-15574686 ] ASF GitHub Bot commented on NIFI-1710: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #1137: NIFI-1710 - Resolve path name to nifi.sh script

2016-10-14 Thread jfrazee
Github user jfrazee commented on the issue: https://github.com/apache/nifi/pull/1137 @trixpan Thanks for picking this up again! Since this is just about variation in the arguments that readlink supports or the availability of realpath, I would have thought it'd just be simpler to have

[jira] [Commented] (NIFI-1710) Resolve path name to nifi.sh in start script

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575227#comment-15575227 ] ASF GitHub Bot commented on NIFI-1710: -- Github user jfrazee commented on the issue:

[GitHub] nifi issue #1137: NIFI-1710 - Resolve path name to nifi.sh script

2016-10-14 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/1137 Indeed. Yet, as discussed in the original stackoverflow thread, the shell approach is greatly portable and eliminate the need to have any of the external utils. At least we didn't e

[jira] [Commented] (NIFI-1710) Resolve path name to nifi.sh in start script

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575236#comment-15575236 ] ASF GitHub Bot commented on NIFI-1710: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #1136: [NIFI-2900] fixes timestamps to be ISO 8601 compliant, as ...

2016-10-14 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/1136 Hey @simplesteph, thanks for the PR! I'm not sure we can merge this in as is. I'm afraid that changing the format of the of pre-existing values (like all time values in this case) could brea

[jira] [Commented] (NIFI-2900) DateTime API Endpoints don't respect RFC 3339

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575248#comment-15575248 ] ASF GitHub Bot commented on NIFI-2900: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-2900) DateTime API Endpoints don't respect RFC 3339

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575272#comment-15575272 ] ASF GitHub Bot commented on NIFI-2900: -- Github user simplesteph commented on the issue

[GitHub] nifi issue #1136: [NIFI-2900] fixes timestamps to be ISO 8601 compliant, as ...

2016-10-14 Thread simplesteph
Github user simplesteph commented on the issue: https://github.com/apache/nifi/pull/1136 Hi, I understand the concern. The tests were passing on my end, but maybe something has been broken. Let me explain the rationale: 1) Your API should comply with the OpenAPI s

[GitHub] nifi issue #1113: NIFI-2873: Nifi throws UnknownHostException with HA NameNo...

2016-10-14 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1113 This works great, thanks again for the contribution! +1 Merging to master --- 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 proj

[jira] [Commented] (NIFI-2873) PutHiveStreaming throws UnknownHostException with HA NameNode

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575319#comment-15575319 ] ASF GitHub Bot commented on NIFI-2873: -- Github user mattyb149 commented on the issue:

[jira] [Commented] (NIFI-2873) PutHiveStreaming throws UnknownHostException with HA NameNode

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575324#comment-15575324 ] ASF subversion and git services commented on NIFI-2873: --- Commit e969a

[GitHub] nifi pull request #1113: NIFI-2873: Nifi throws UnknownHostException with HA...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1113 --- 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 enabl

[jira] [Commented] (NIFI-2873) PutHiveStreaming throws UnknownHostException with HA NameNode

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575323#comment-15575323 ] ASF subversion and git services commented on NIFI-2873: --- Commit e969a

[jira] [Updated] (NIFI-2873) PutHiveStreaming throws UnknownHostException with HA NameNode

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2873: --- Resolution: Fixed Status: Resolved (was: Patch Available) > PutHiveStreaming throws UnknownHos

[jira] [Commented] (NIFI-2873) PutHiveStreaming throws UnknownHostException with HA NameNode

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

[GitHub] nifi issue #1136: [NIFI-2900] fixes timestamps to be ISO 8601 compliant, as ...

2016-10-14 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/1136 Our use of swagger is simply for generating the documentation. The swagger.json is generated into the target directory and is not made available as part of the released source or convenience binaries

[jira] [Commented] (NIFI-2900) DateTime API Endpoints don't respect RFC 3339

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575373#comment-15575373 ] ASF GitHub Bot commented on NIFI-2900: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-2199) NiFi cannot be restarted through SSH (nifi.sh hangs)

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

[jira] [Commented] (NIFI-2199) NiFi cannot be restarted through SSH (nifi.sh hangs)

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575383#comment-15575383 ] ASF subversion and git services commented on NIFI-2199: --- Commit 88d12

[GitHub] nifi pull request #1092: Fixes NIFI-2199 nifi.sh hangs on restart through ss...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1092 --- 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 enabl

[jira] [Commented] (NIFI-2034) NiFi is always loading a specific version of httpcore to classpath

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575480#comment-15575480 ] Matt Burgess commented on NIFI-2034: What about the NAR POM? Does that specify another

[GitHub] nifi issue #1107: origin/NIFI-1526

2016-10-14 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/1107 LGTM +1 run a full build with contrib check and visually verified code. @markap14 do you want to have another look? --- If your project is set up for it, you can reply to this email and have yo

[jira] [Commented] (NIFI-1526) Allow components to provide default values for Yield Duration and Run Schedule

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575508#comment-15575508 ] ASF GitHub Bot commented on NIFI-1526: -- Github user pvillard31 commented on the issue:

[jira] [Updated] (NIFI-32) Swap File format should include summary at end for faster NiFi system startup

2016-10-14 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-32: --- Fix Version/s: 1.2.0 > Swap File format should include summary at end for faster NiFi system startup > --

[jira] [Commented] (NIFI-2854) Enable repositories to support upgrades and rollback in well defined scenarios

2016-10-14 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575556#comment-15575556 ] Mark Payne commented on NIFI-2854: -- [~joewitt] - thanks. I think this outlines the intent

[GitHub] nifi pull request #1138: NIFI-2778 added abilty to interrupt Lucene search

2016-10-14 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/1138 NIFI-2778 added abilty to interrupt Lucene search Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the foll

[jira] [Commented] (NIFI-2778) If a Provenance Query is canceled, the repository doesn't stop immediately

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575574#comment-15575574 ] ASF GitHub Bot commented on NIFI-2778: -- GitHub user olegz opened a pull request:

[jira] [Updated] (NIFI-2778) If a Provenance Query is canceled, the repository doesn't stop immediately

2016-10-14 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Zhurakousky updated NIFI-2778: --- Status: Patch Available (was: In Progress) Basically current patch relies on using a different

[jira] [Assigned] (NIFI-2068) Add Elasticsearch processors that use the REST API

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-2068: -- Assignee: Matt Burgess > Add Elasticsearch processors that use the REST API > --

[jira] [Created] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread Matt Burgess (JIRA)
Matt Burgess created NIFI-2901: -- Summary: Comment out default vendor-specific versions of hadoop.version Key: NIFI-2901 URL: https://issues.apache.org/jira/browse/NIFI-2901 Project: Apache NiFi

[jira] [Commented] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575730#comment-15575730 ] ASF GitHub Bot commented on NIFI-2901: -- GitHub user mattyb149 opened a pull request:

[jira] [Updated] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2901: --- Fix Version/s: 1.1.0 Status: Patch Available (was: In Progress) > Comment out default vendo

[GitHub] nifi pull request #1139: NIFI-2901: Comment out hadoop.version overrides for...

2016-10-14 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/1139 NIFI-2901: Comment out hadoop.version overrides for vendor profiles See Jira for impetus and discussion You can merge this pull request into a Git repository by running: $ git pull https://git

[GitHub] nifi pull request #785: NIFI-2341 - Introduce ParseCEF processor

2016-10-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/785#discussion_r83456575 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseCEF.java --- @@ -0,0 +1,323 @

[jira] [Commented] (NIFI-2341) Create a processor to parse logs formated using CEF

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575786#comment-15575786 ] ASF GitHub Bot commented on NIFI-2341: -- Github user mattyb149 commented on a diff in t

[jira] [Commented] (NIFI-2897) SelectHiveQL CSV output cannot be used with comma delimiter in the presence of maps or structs

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575795#comment-15575795 ] ASF GitHub Bot commented on NIFI-2897: -- Github user olegz commented on the issue:

[GitHub] nifi issue #1132: NIFI-2897: Fixed SelectHiveQL for CSV output of complex ty...

2016-10-14 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/1132 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, or if the

[jira] [Commented] (NIFI-2897) SelectHiveQL CSV output cannot be used with comma delimiter in the presence of maps or structs

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575797#comment-15575797 ] ASF subversion and git services commented on NIFI-2897: --- Commit b52b8

[jira] [Updated] (NIFI-2897) SelectHiveQL CSV output cannot be used with comma delimiter in the presence of maps or structs

2016-10-14 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Zhurakousky updated NIFI-2897: --- Resolution: Fixed Status: Resolved (was: Patch Available) > SelectHiveQL CSV output ca

[jira] [Commented] (NIFI-2897) SelectHiveQL CSV output cannot be used with comma delimiter in the presence of maps or structs

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

[GitHub] nifi pull request #1132: NIFI-2897: Fixed SelectHiveQL for CSV output of com...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1132 --- 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 enabl

[GitHub] nifi issue #1139: NIFI-2901: Comment out hadoop.version overrides for vendor...

2016-10-14 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/1139 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, or if the featur

[GitHub] nifi pull request #1139: NIFI-2901: Comment out hadoop.version overrides for...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1139 --- 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 enabl

[GitHub] nifi issue #1129: NIFI-2894: Fixed typo in PutSQL documentation

2016-10-14 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/1129 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, or if the featur

[jira] [Commented] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575815#comment-15575815 ] ASF subversion and git services commented on NIFI-2901: --- Commit d63e6

[jira] [Commented] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

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

[jira] [Updated] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Zhurakousky updated NIFI-2901: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Comment out default vendor

[jira] [Commented] (NIFI-2894) PutSQL property Support Fragmented Transactions documentation fix

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575818#comment-15575818 ] ASF GitHub Bot commented on NIFI-2894: -- Github user olegz commented on the issue:

[GitHub] nifi pull request #1129: NIFI-2894: Fixed typo in PutSQL documentation

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1129 --- 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 enabl

[jira] [Commented] (NIFI-2894) PutSQL property Support Fragmented Transactions documentation fix

2016-10-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575831#comment-15575831 ] ASF subversion and git services commented on NIFI-2894: --- Commit 596b9

[jira] [Updated] (NIFI-2894) PutSQL property Support Fragmented Transactions documentation fix

2016-10-14 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Zhurakousky updated NIFI-2894: --- Resolution: Fixed Status: Resolved (was: Patch Available) > PutSQL property Support Fr

[jira] [Commented] (NIFI-2894) PutSQL property Support Fragmented Transactions documentation fix

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

[jira] [Commented] (NIFI-2901) Comment out default vendor-specific versions of hadoop.version

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575809#comment-15575809 ] ASF GitHub Bot commented on NIFI-2901: -- Github user olegz commented on the issue:

[GitHub] nifi pull request #1130: NIFI-2819: Added support for Expression Language in...

2016-10-14 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/1130#discussion_r83460093 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ModifyBytes.java --- @@ -66,13 +66,15

[jira] [Commented] (NIFI-2819) Improve ModifyBytes (Add expression language support)

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575843#comment-15575843 ] ASF GitHub Bot commented on NIFI-2819: -- Github user olegz commented on a diff in the p

[GitHub] nifi issue #1124: NIFI-2801 Edited Kafka processor documentation to explicit...

2016-10-14 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/1124 Hi @andrewmlim this is now synced to GitHub repository for `0.x` see [9cbb001](https://github.com/apache/nifi/commit/99874055bd649895dd4ddc68e294998929cbb001). Can you please close this PR? --- If

[jira] [Commented] (NIFI-2801) Add information about relevant version to *Kafka processor documentation

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575864#comment-15575864 ] ASF GitHub Bot commented on NIFI-2801: -- Github user alopresto commented on the issue:

[GitHub] nifi issue #1115: NIFI-2850: Added a migrate() method to ProcessSession and ...

2016-10-14 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/1115 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 if the

[jira] [Commented] (NIFI-2850) Provide ability for a FlowFile to be migrated from one Process Session to another

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575867#comment-15575867 ] ASF GitHub Bot commented on NIFI-2850: -- Github user olegz commented on the issue:

[GitHub] nifi issue #1088: NIFI-2841 Refactoring logic in SplitAvro RecordSplitter to...

2016-10-14 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/1088 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 if the

[jira] [Commented] (NIFI-2841) SplitAvro Processor is Broken

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575877#comment-15575877 ] ASF GitHub Bot commented on NIFI-2841: -- Github user olegz commented on the issue:

[GitHub] nifi pull request #1088: NIFI-2841 Refactoring logic in SplitAvro RecordSpli...

2016-10-14 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/1088#discussion_r83463726 --- Diff: nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/src/main/java/org/apache/nifi/processors/avro/SplitAvro.java --- @@ -267,7 +267,8 @@ public voi

[jira] [Commented] (NIFI-2841) SplitAvro Processor is Broken

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575903#comment-15575903 ] ASF GitHub Bot commented on NIFI-2841: -- Github user olegz commented on a diff in the p

[jira] [Commented] (NIFI-2872) Create PutCloudwatchMetric Processor

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575925#comment-15575925 ] ASF GitHub Bot commented on NIFI-2872: -- Github user jvwing commented on the issue:

[GitHub] nifi issue #1125: NIFI-2872 Create PutCloudwatchMetric Processor

2016-10-14 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/1125 Thanks, @vegaed, this is definitely going to improve my flow monitoring. --- 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] [Resolved] (NIFI-2872) Create PutCloudwatchMetric Processor

2016-10-14 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Wing resolved NIFI-2872. -- Resolution: Resolved Fix Version/s: 1.1.0 > Create PutCloudwatchMetric Processor > ---

[GitHub] nifi issue #1124: NIFI-2801 Edited Kafka processor documentation to explicit...

2016-10-14 Thread andrewmlim
Github user andrewmlim commented on the issue: https://github.com/apache/nifi/pull/1124 Thanks @alopresto ! Closed. --- 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 w

[jira] [Commented] (NIFI-2801) Add information about relevant version to *Kafka processor documentation

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575950#comment-15575950 ] ASF GitHub Bot commented on NIFI-2801: -- Github user andrewmlim closed the pull request

[GitHub] nifi pull request #1124: NIFI-2801 Edited Kafka processor documentation to e...

2016-10-14 Thread andrewmlim
Github user andrewmlim closed the pull request at: https://github.com/apache/nifi/pull/1124 --- 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 e

[jira] [Commented] (NIFI-2801) Add information about relevant version to *Kafka processor documentation

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575951#comment-15575951 ] ASF GitHub Bot commented on NIFI-2801: -- Github user andrewmlim commented on the issue:

[jira] [Commented] (NIFI-2874) StreamDemarcator can return wrong data for token

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575956#comment-15575956 ] ASF GitHub Bot commented on NIFI-2874: -- Github user markap14 closed the pull request a

[GitHub] nifi pull request #1114: NIFI-2874: Ensure that when reading more data from ...

2016-10-14 Thread markap14
Github user markap14 closed the pull request at: https://github.com/apache/nifi/pull/1114 --- 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 ena

[GitHub] nifi issue #1018: NIFI-1662 adding Expression Language decimal support

2016-10-14 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1018 Why are decimal literals expected to be in String format? Seems like the Lexer should be able to determine a decimal literal from a whole number literal? --- If your project is set up for it, you c

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576082#comment-15576082 ] ASF GitHub Bot commented on NIFI-1662: -- Github user mattyb149 commented on the issue:

[GitHub] nifi issue #1018: NIFI-1662 adding Expression Language decimal support

2016-10-14 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/1018 @mattyb149 the problem was that the parsing for the various representations of doubles in Java is crazy, Check out the pattern used in this documentation[1]. I guess we could offer a sub-set of the

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576240#comment-15576240 ] ASF GitHub Bot commented on NIFI-1662: -- Github user JPercivall commented on the issue:

[GitHub] nifi issue #1018: NIFI-1662 adding Expression Language decimal support

2016-10-14 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1018 I like the idea of a subset, we can probably cover 90% of the cases people have for floating-point literals (who uses Hex literals for floating point?!), but it might warrant a discussion with the c

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576266#comment-15576266 ] ASF GitHub Bot commented on NIFI-1662: -- Github user mattyb149 commented on the issue:

[jira] [Updated] (NIFI-2385) run-nifi.bat inconsistancy

2016-10-14 Thread n h (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] n h updated NIFI-2385: -- Summary: run-nifi.bat inconsistancy (was: run-bdfs.bat inconsistancy) > run-nifi.bat inconsistancy > ---

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576282#comment-15576282 ] Matt Burgess commented on NIFI-1662: Edited the above PR comment to read: "I like the i

[jira] [Commented] (NIFI-2385) run-nifi.bat inconsistancy

2016-10-14 Thread n h (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576286#comment-15576286 ] n h commented on NIFI-2385: --- edited. thanks > run-nifi.bat inconsistancy > -

[jira] [Updated] (NIFI-2385) run-nifi.bat inconsistancy

2016-10-14 Thread n h (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] n h updated NIFI-2385: -- Description: There is inconsistancy between linux (nifi.sh) and windows batch files (run-nifi.bat). NIFI_HOME in linux s

[jira] [Comment Edited] (NIFI-2385) run-nifi.bat inconsistancy

2016-10-14 Thread n h (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576286#comment-15576286 ] n h edited comment on NIFI-2385 at 10/14/16 7:41 PM: - edited. I (and ot

[jira] [Updated] (NIFI-2385) run-nifi.bat inconsistancy

2016-10-14 Thread n h (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] n h updated NIFI-2385: -- Fix Version/s: 0.7.1 1.1.0 > run-nifi.bat inconsistancy > -- > >

[GitHub] nifi issue #1018: NIFI-1662 adding Expression Language decimal support

2016-10-14 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/1018 @mattyb149, I agree with adding it to the lexer as a subset. I thought through it a bit more and is someone passes "toLiteral('1.1')" they should expect they would get a string with the value "1.1"

[jira] [Commented] (NIFI-1662) Improve Expression Language to Enable Working with Decimals

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576309#comment-15576309 ] ASF GitHub Bot commented on NIFI-1662: -- Github user JPercivall commented on the issue:

[jira] [Updated] (NIFI-2894) PutSQL property Support Fragmented Transactions documentation fix

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2894: --- Labels: documentation easyfix newbie (was: documentation) > PutSQL property Support Fragmented Transac

[jira] [Commented] (NIFI-2154) ExecuteScript: Fails to load Groovy Class Path from ExecuteScript nar

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576325#comment-15576325 ] Matt Burgess commented on NIFI-2154: Which import statements are failing? As far as I k

[jira] [Commented] (NIFI-2152) ExecuteScript throws Exception when Using NiFi Expression in ScriptPath

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576403#comment-15576403 ] Matt Burgess commented on NIFI-2152: Removing easyfix label, supporting Expression Lang

[jira] [Updated] (NIFI-2152) ExecuteScript throws Exception when Using NiFi Expression in ScriptPath

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2152: --- Labels: (was: easyfix patch) > ExecuteScript throws Exception when Using NiFi Expression in ScriptPat

[jira] [Updated] (NIFI-2153) ExecuteScript: Update Default Output Paths to Include Script Not Found and Script Execution Failure

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-2153: --- Labels: easyfix (was: easyfix patch) > ExecuteScript: Update Default Output Paths to Include Script No

[jira] [Commented] (NIFI-2153) ExecuteScript: Update Default Output Paths to Include Script Not Found and Script Execution Failure

2016-10-14 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576426#comment-15576426 ] Matt Burgess commented on NIFI-2153: Added "depends upon" link to NIFI-2152. If NIFI-2

  1   2   >