[GitHub] nifi pull request: NIFI-1919 Add replaceFirst method to expression...

2016-05-27 Thread alopresto
Github user alopresto commented on the pull request: https://github.com/apache/nifi/pull/474#issuecomment-78473 Will rebase the merge after it's been reviewed. --- 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

[GitHub] nifi pull request: NIFI-1919 Add replaceFirst method to expression...

2016-05-27 Thread alopresto
GitHub user alopresto opened a pull request: https://github.com/apache/nifi/pull/474 NIFI-1919 Add replaceFirst method to expression language I will open an additional Jira for 1.0 to consider renaming the `replace` method to `replaceAllLiteral` or something similar, and add logic t

[GitHub] nifi pull request: NIFI-1916 Updating FileAuthorizer to extend Abs...

2016-05-27 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/473 NIFI-1916 Updating FileAuthorizer to extend AbstractPolicyBasedAuthor… …izer and adding intial loading of data users, groups, and policies - Implementing CRUD operations and unit tests for

[GitHub] nifi pull request: NIFI-1868: Add PutHiveStreaming processor

2016-05-27 Thread mattyb149
Github user mattyb149 closed the pull request at: https://github.com/apache/nifi/pull/434 --- 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 pull request: NIFI-1265: Upgrading to Jetty 9.3

2016-05-27 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/472 NIFI-1265: Upgrading to Jetty 9.3 This PR should only be applied to master as Jetty 9.3 requires Java 8. You can merge this pull request into a Git repository by running: $ git pull https://git

[GitHub] nifi pull request: NIFI-1908 Added encoding-version attribute to T...

2016-05-27 Thread mcgilman
Github user mcgilman commented on the pull request: https://github.com/apache/nifi/pull/471#issuecomment-12578 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 en

[GitHub] nifi pull request: NIFI-1908 Added encoding-version attribute to T...

2016-05-27 Thread jtstorck
GitHub user jtstorck opened a pull request: https://github.com/apache/nifi/pull/471 NIFI-1908 Added encoding-version attribute to TemplateDTO added scaling of templates upon instantiation for placement on the canvas added template-0.7.0.xml for live-testing the import of template

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

2016-05-27 Thread Andy LoPresto
After some discussion and further thought, leaving “replace” to handle literal Strings which contain escape characters may be convenient. In this case I would suggest either renaming “replace” to “replaceAllLiteral” or the other methods to “replaceFirstRegex” and “replaceAllRegex” to illustrate

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

2016-05-27 Thread Andy LoPresto
Following up on this, I am not sure replace is needed at all. ReplaceAll, if called with a “regular expression” that is just a literal String, will perform the same operation as replace would. In NIFI-1919, I will not remove replace, as that would break BC, but I submit that for 1.0, we should

RE: Best way to process the processor requests in batch

2016-05-27 Thread Kumiko Yada
Joe, Thank you for your inputs. I'd like to avoid creating the multi-threads. Would it possible to loop through a ProcessSession once it's committed? For example, the total of 1000 requests, and break down 100 requests per batch. Create/transfer a flowfile per request, then once 100 reques

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

2016-05-27 Thread mans2singh
Github user mans2singh commented on the pull request: https://github.com/apache/nifi/pull/239#issuecomment-222191326 Hi @jvwing Thanks again for your comments: I have am currently not using REL_FAILURE in GetKinesis as you've mentioned, and wanted your advice on the

Re: [DISCUSS] Apache NiFi 0.7.0 and 1.0.0

2016-05-27 Thread Ryan H
I'm looking forward to 0.7.. Plenty of awesome features, like SSL with the AMQP processors (https://issues.apache.org/jira/browse/NIFI-1521) Thanks! On Thu, May 26, 2016 at 7:52 AM, Joe Witt wrote: > Ok just to wrap up this thread. Will push a couple efforts > 1) Will start pulling together an