Re: [discuss] Proposed addition of replaceRegex to expression language

2016-05-25 Thread Andy LoPresto
Joe, These would be breaking changes and a lot of existing workflows would begin to behave differently. I would suggest making an incremental change here — simply adding replaceFirst as a non-destructive change as a solution for this issue, and opening a new Jira for the changes which break

Re: [discuss] Proposed addition of replaceRegex to expression language

2016-05-25 Thread Joe Percivall
Andy, Nice write-up and thanks for bringing attention to this. I definitely assumed for a while that replace vs replaceAll was the number of things replaced. The underlying problem, I think, is that these EL methods are just wrappers around the Java String methods and the Java String methods

[GitHub] nifi pull request: Nifi-1808-0.x-add-license

2016-05-25 Thread JPercivall
GitHub user JPercivall opened a pull request: https://github.com/apache/nifi/pull/467 Nifi-1808-0.x-add-license MQTT bundle was committed with a NOTICE in the nar, adding that and fixing a MQTT provenance issue You can merge this pull request into a Git repository by running:

[GitHub] nifi pull request: Nifi-1808-0.x-add-license

2016-05-25 Thread JPercivall
Github user JPercivall commented on the pull request: https://github.com/apache/nifi/pull/467#issuecomment-221718521 Commits got messed up, will force push a new one --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[discuss] Proposed addition of replaceRegex to expression language

2016-05-25 Thread Andy LoPresto
Hi all, During investigation of an expression language issue posted to the list, I discovered that replace explicitly delegates to a String#replace invocation that only accepts literal expressions, not regular expressions, while replaceAll accepts regular expressions. I thought this was an

Re: site to site communication error on output port

2016-05-25 Thread pradeepbill
Yes, happens everytime, I started spark job after starting NIFI as well.same result. here is my sample spark application package com.dtcc.nifi; import java.nio.charset.StandardCharsets; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import

Integrate with Microsoft Azure

2016-05-25 Thread Joe Witt
Brig, I've tried to approve your message. It needed moderation as you appear not to be on the dev list. However, it isn't coming through so I'm sending this. I've just created a JIRA for it. https://issues.apache.org/jira/browse/NIFI-1922 Thanks Joe Brig wrote: -- Date: Wed, 25 May

Re: site to site communication error on output port

2016-05-25 Thread Bryan Bende
That approach should be fine. Is this happening every time you launch your Spark job? Is there any chance you started the Spark job before everything was running in NiFi? On Wed, May 25, 2016 at 12:16 PM, pradeepbill wrote: > I started the whole flow by clicking the

Integrate with Microsoft Azure

2016-05-25 Thread Brig Lamoreaux
Hi Team, I'm trying to put a file to Azure HDInsight using the PutHDFS command. However, there seems to be an issue with the WASB. Do you know if this is on the roadmap to support WASB? Thanks, Brig Lamoreaux Data Solution Architect US Desert/Mountain Tempe [MSFT_logo_Gray DE sized

[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-25 Thread ckmcd
Github user ckmcd commented on the pull request: https://github.com/apache/nifi/pull/303#issuecomment-221658273 @markap14 wrote > In the vast majority of use cases, I would expect that the JSON Path will be a literal string that does not reference any attributes. In this case, I

[GitHub] nifi pull request: Nifi-1808-0.x-squashed

2016-05-25 Thread JPercivall
Github user JPercivall closed the pull request at: https://github.com/apache/nifi/pull/464 --- 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

Re: site to site communication error on output port

2016-05-25 Thread pradeepbill
I started the whole flow by clicking the start button at the top, and I see green start symbol on all the components including the output port , anything wrong with this approach? Thanks Pradeep Sent from my iPhone > On May 25, 2016, at 10:52 AM, Bryan Bende [via Apache NiFi Developer List]

Re: [ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Joe Percivall
Congrats and welcome Pierre! - - - - - - Joseph Percivall linkedin.com/in/Percivall e: joeperciv...@yahoo.com On Wednesday, May 25, 2016 1:02 PM, Tony Kurc wrote: Welcome aboard Pierre! On Wed, May 25, 2016 at 11:50 AM, Joe Witt wrote: > On

Re: [ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Tony Kurc
Welcome aboard Pierre! On Wed, May 25, 2016 at 11:50 AM, Joe Witt wrote: > On behalf of the Apache NiFi PMC, I am pleased to announce that Pierre > Villard has accepted the PMC's invitation to become a committer on the > Apache NiFi project. Several months ago Pierre began

Re: [ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Andy LoPresto
Congratulations and welcome, Pierre. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On May 25, 2016, at 09:09, Oleg Zhurakousky > wrote: > > Wow! Finally, very excited!!! Long

Re: site to site communication error on output port

2016-05-25 Thread Bryan Bende
Hi Pradeep, Is your Output Port started and running? That error is typically produced when the port being communicated with is not running. -Bryan On Wed, May 25, 2016 at 11:33 AM, pradeepbill wrote: > Hi there, I have an issue in the site to site communication, I

site to site communication error on output port

2016-05-25 Thread pradeepbill
Hi there, I have an issue in the site to site communication, I see data getting into the output port , but wont reach my spark application.And I see below errors, not sure what that means, please help. Please ask for any data you need. 2016-05-25 12:40:12,439 ERROR [Timer-Driven Process

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64604197 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -616,15 +630,21 @@ private static void

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64602965 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -428,13 +436,26 @@ private static void

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64602692 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -428,13 +436,26 @@ private static void

[GitHub] nifi pull request: NIFI-1280 Create FilterCSVColumns Processor.

2016-05-25 Thread aperepel
Github user aperepel commented on the pull request: https://github.com/apache/nifi/pull/420#issuecomment-221625867 My only driver was going with something which wasn't abandoned and had recent release activity (who would've thought, that pesky CSV problem... :) ) I was just

[GitHub] nifi pull request: NIFI-1280 Create FilterCSVColumns Processor.

2016-05-25 Thread julianhyde
Github user julianhyde commented on the pull request: https://github.com/apache/nifi/pull/420#issuecomment-221623264 @joewitt I agree with your philosophy... however sometimes the other project didn't put as much thought into the decision as you imagine. A little bit of polite

Re: [ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Oleg Zhurakousky
Wow! Finally, very excited!!! Long overdue! Congrats and welcome Pierre! Oleg > On May 25, 2016, at 11:50, Joe Witt wrote: > > On behalf of the Apache NiFi PMC, I am pleased to announce that Pierre > Villard has accepted the PMC's invitation to become a committer on the >

Re: [ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Matt Burgess
Congratulations Pierre, well deserved! Looking forward to more great contributions like you've already had :) Regards, Matt > On May 25, 2016, at 11:50 AM, Joe Witt wrote: > > On behalf of the Apache NiFi PMC, I am pleased to announce that Pierre > Villard has accepted the

[ANNOUNCE] New Apache NiFi Committer Pierre Villard

2016-05-25 Thread Joe Witt
On behalf of the Apache NiFi PMC, I am pleased to announce that Pierre Villard has accepted the PMC's invitation to become a committer on the Apache NiFi project. Several months ago Pierre began contributing to NiFi in a variety of important ways and quickly expanded those contributions to

[GitHub] nifi pull request: Nifi 1540 - AWS Kinesis Get and Put Processors

2016-05-25 Thread jvwing
Github user jvwing commented on the pull request: https://github.com/apache/nifi/pull/239#issuecomment-221619193 @mans2singh, I'm skeptical about the need to change the class hierarchy for all AWS processors. I understand you want to share a common base class for the Kinesis

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64594607 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -219,6 +223,7 @@ private static void

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64589532 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -219,6 +223,7 @@ private static void

[GitHub] nifi-minifi pull request: MINIFI-30 added changes to the config tr...

2016-05-25 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/17#discussion_r64589057 --- Diff: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java --- @@ -219,6 +223,7 @@ private static void

[GitHub] nifi pull request: NIFI-1280 Create FilterCSVColumns Processor.

2016-05-25 Thread joewitt
Github user joewitt commented on a diff in the pull request: https://github.com/apache/nifi/pull/420#discussion_r64578812 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml --- @@ -235,6 +235,11 @@ language governing permissions and limitations under

Re: NIFI & IBM MQ

2016-05-25 Thread Oleg Zhurakousky
Ok, seems like this list doesn’t like images (at least for me), so here is text version of what was in them Processor (required properties): - Destination Name: (e.g., queue://MYQUEUE) - Destination Type: QUEUE or TOPIC - Session Cache size: 1 (read its doc for more details) - Connection

Re: NIFI & IBM MQ

2016-05-25 Thread Oleg Zhurakousky
Christian I’d suggest to look at the additional documentation of this new component as it provides some level of details, but it would be interesting to get your feedback as to what do you think is missing/confusing. In any event, here are some details. You need to configure ControllerService

[GitHub] nifi pull request: NIFI-1280 Create FilterCSVColumns Processor.

2016-05-25 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/420#discussion_r64573388 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml --- @@ -235,6 +235,11 @@ language governing permissions and limitations under

[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-05-25 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/466 NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be treated as

[GitHub] nifi pull request: Nifi 1540 - AWS Kinesis Get and Put Processors

2016-05-25 Thread mans2singh
Github user mans2singh commented on the pull request: https://github.com/apache/nifi/pull/239#issuecomment-221567920 Hey @jvwing @olegz @apiri - Just wondering if you've had the time to review this request. If there are any feedback comments/recommendations, please let me know.

Re: NIFI & IBM MQ

2016-05-25 Thread christianv
Tried it which class do I use from IBM ie com.ibm for the setting JMSConnectionFactoryProvider -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/NIFI-IBM-MQ-tp10651p10679.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.