[GitHub] nifi pull request: NIFI-1918 Ignored failing test because timing i...

2016-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/465 --- 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: Apache NiFi expression language

2016-05-24 Thread Andy LoPresto
Hi Ilaria, I tried to implement what you were asking for in the expression language and I think I discovered a bug in our implementation, which I have reported as NIFI-1919 [1]. The expression language evaluation delegates to String replace/replaceAll for the respective EL functions, but the

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

2016-05-24 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/463#issuecomment-221441775 Closing it as there are more work to be done --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

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

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

[GitHub] nifi pull request: NIFI-1799 Implements auto-scaling flow layout

2016-05-24 Thread alopresto
Github user alopresto commented on the pull request: https://github.com/apache/nifi/pull/442#issuecomment-221410007 Merged and closed. Did *not* port to 0.x branch as this code is for migration from 0.x to 1.0. --- If your project is set up for it, you can reply to this email and

[GitHub] nifi pull request: NIFI-1799 Implements auto-scaling flow layout

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

[GitHub] nifi pull request: NIFI-1799 Implements auto-scaling flow layout

2016-05-24 Thread alopresto
Github user alopresto commented on the pull request: https://github.com/apache/nifi/pull/442#issuecomment-221405938 Reviewing to merge... --- 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

[GitHub] nifi pull request: NIFI-1662 Initial commit of adding Decimal and ...

2016-05-24 Thread JPercivall
Github user JPercivall closed the pull request at: https://github.com/apache/nifi/pull/320 --- 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: Contribution ListFTP and FetchSTP processors

2016-05-24 Thread Joe Percivall
Hello Joris, Very sorry that no one has gotten back to you earlier. We are always happy to get contributions tackling Jira tickets! To get start with contributing I'd suggest checking out our contributor guide[1]. You can either post a patch to the Jira ticket or open a pull request, the guide

Re: Apache NiFi expression language

2016-05-24 Thread Joe Percivall
Hello, Is there a specific reason you want to do this within Expression Language and not a Processor? You can use the ExtractTest processor and it will add attributes for the first occurrence of the pattern in the content of a FlowFile. Joe - - - - - - Joseph Percivall

[GitHub] nifi pull request: NIFI-1808 Creating general MQTT processors

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

[GitHub] nifi pull request: NIFI-1808 Creating general MQTT processors

2016-05-24 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/392#issuecomment-221343071 +1, all is good, test are passing. You'll need another PR for 0.x branch since the commits can not be cherry picked cleanly. --- If your project is set up for it, you

[GitHub] nifi pull request: NIFI-1913 Properly removing flowfile in HandleH...

2016-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/462 --- 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: Nifi Installation and configeration

2016-05-24 Thread Joe Witt
Vishnu, The community has done a nice job of providing a lot of documentation to help people get started. You can find that here: https://nifi.apache.org/docs.html Thanks Joe On Tue, May 24, 2016 at 10:34 AM, Bapathi, Vishnu wrote: > Hi, > > We are in a process of

Nifi Installation and configeration

2016-05-24 Thread Bapathi, Vishnu
Hi, We are in a process of exploring new ETL tools for our requirements and want to try Nifi. Can you please provide us the basic steps to download and install Nifi on Linux platform and how to make configuration changes to get connected to different files systems and Data bases. It would be

[GitHub] nifi pull request: NIFI-1913 Properly removing flowfile in HandleH...

2016-05-24 Thread JPercivall
Github user JPercivall commented on the pull request: https://github.com/apache/nifi/pull/462#issuecomment-221296594 Thanks @pvillard31, github was being weird when I pushed this originally so it didn't get built. I re-pushed, addressing the double space, and it passes. I will merge

[GitHub] nifi pull request: NIFI-1907 Moving lazy init of SSLContext...

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

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

2016-05-24 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/463 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-1907 Moving lazy init of SSLContext...

2016-05-24 Thread bbende
Github user bbende commented on the pull request: https://github.com/apache/nifi/pull/457#issuecomment-221268368 Going to merge this in since Joe was a +1... --- 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

Re: NIFI & IBM MQ

2016-05-24 Thread Oleg Zhurakousky
Christian Get/PutJMS* processors are effectively deprecated since they only work with ActiveMQ. The new processors that you should use that were specifically developed to support multiple JMS providers (tested with IBM MQ, Tibco and ActiveMQ) are PublishJMS and ConsumeJMS. Give it a try and

NIFI & IBM MQ

2016-05-24 Thread christianv
Hi, I am in need of help I am trying to use GetJMSQueue to connect to an IBM MQ Queue and I need an example of the property setting I am unable to compile the UTI. Kind Regards -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/NIFI-IBM-MQ-tp10651.html