[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on the pull request: https://github.com/apache/nifi/pull/213#issuecomment-197151921 @mattyb149 has it. @mans2singh the updates look great. Concerning the validator, how does 6bed3bcaad61c516eacf268400cdd03c0cd58dae look to you? Otherwise,

Re: quick reminder on new nars

2016-03-15 Thread Joe Witt
Would certainly like to better understand what you have in mind. thanks On Wed, Mar 16, 2016 at 12:02 AM, Sean Busbey wrote: > we could make a parent pom for all the nar modules. > > wanna see what that looks like? > > On Tue, Mar 15, 2016 at 8:46 PM, Joe Witt

Re: quick reminder on new nars

2016-03-15 Thread Sean Busbey
we could make a parent pom for all the nar modules. wanna see what that looks like? On Tue, Mar 15, 2016 at 8:46 PM, Joe Witt wrote: > Team, > > During the previous build/release cycle it was found that > javadocs/sources were being made for the Nar bundles themselves and >

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56276158 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread mattyb149
Github user mattyb149 commented on the pull request: https://github.com/apache/nifi/pull/213#issuecomment-197125258 @mans2singh I think Aldrin was referring to DATA_SIZE_VALIDATOR in org.apache.nifi.processor.util.StandardValidators. If you need custom min/max size (in bytes), you

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread mans2singh
Github user mans2singh commented on the pull request: https://github.com/apache/nifi/pull/213#issuecomment-197122905 @aldrin - I've moved the check for buffer size and rebased as you had recommended. I could not find the data size validator that you have mentioned though. Please let

[GitHub] nifi pull request: NIFI-1571 initial commit of SpringContext suppo...

2016-03-15 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/271#issuecomment-197121747 @trkurc Without knowing how much spring experience you have it's hard to say, but I do have a sample app which I use for testing that I can push to my github and you

[GitHub] nifi pull request: NIFI-1571 initial commit of SpringContext suppo...

2016-03-15 Thread trkurc
Github user trkurc commented on the pull request: https://github.com/apache/nifi/pull/271#issuecomment-197119997 @oleg: changes look good. do you have a recommendation for building a sample "application" for testing other than adapting what is in the unit tests? --- If your project

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56274269 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

quick reminder on new nars

2016-03-15 Thread Joe Witt
Team, During the previous build/release cycle it was found that javadocs/sources were being made for the Nar bundles themselves and was causing invalid licensing/notice information to be present. All the existing bundles and the archetypes were fixed for this. Just be sure on new nars to

Re: [ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Jeremy Dyer
Congrats Oleg! Sent from my iPhone > On Mar 15, 2016, at 9:01 PM, Ricky Saltzer wrote: > > Big congrats! >> On Mar 15, 2016 8:42 PM, "Michael Moser" wrote: >> >> Yes, welcome Oleg! Your hard work is very much appreciated by everyone. >> >> -- Mike >>

Re: Rollbacks

2016-03-15 Thread Joe Witt
Devin, So the session follows the unit of work pattern that Martin Fowler describes [1]. The idea here is that whether you access one flow file or many flow files or anything in between you are doing some session of work. You can commit all the things you do on that session or rollback all the

Re: Cross NAR Controller Services

2016-03-15 Thread Devin Fisher
Thanks Bryan. That should give me plenty to work on tomorrow. I'll write back if I can't figure it out. Devin On Tue, Mar 15, 2016 at 6:11 PM, Bryan Bende wrote: > Devin, > > This WIki page shows how to create the appropriate dependencies between > your NAR and the

Re: [ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Ricky Saltzer
Big congrats! On Mar 15, 2016 8:42 PM, "Michael Moser" wrote: > Yes, welcome Oleg! Your hard work is very much appreciated by everyone. > > -- Mike > > > On Tue, Mar 15, 2016 at 8:22 PM, Matt Burgess wrote: > > > Congratulations! Well deserved. > > > >

Re: [ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Michael Moser
Yes, welcome Oleg! Your hard work is very much appreciated by everyone. -- Mike On Tue, Mar 15, 2016 at 8:22 PM, Matt Burgess wrote: > Congratulations! Well deserved. > > > On Mar 15, 2016, at 8:17 PM, Tony Kurc wrote: > > > > On behalf of the Apache

Re: [ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Matt Burgess
Congratulations! Well deserved. > On Mar 15, 2016, at 8:17 PM, Tony Kurc wrote: > > On behalf of the Apache NiFI PMC, I am very pleased to announce that Oleg > Zhurakousky has accepted the PMC's invitation to become a committer on the > Apache NiFi project. We greatly

[ANNOUNCE] New Apache NiFi Committer Oleg Zhurakousky

2016-03-15 Thread Tony Kurc
On behalf of the Apache NiFI PMC, I am very pleased to announce that Oleg Zhurakousky has accepted the PMC's invitation to become a committer on the Apache NiFi project. We greatly appreciate all of Oleg's hard work and generous contributions to the project. We look forward to his continued

Re: Cross NAR Controller Services

2016-03-15 Thread Bryan Bende
Devin, This WIki page shows how to create the appropriate dependencies between your NAR and the ControllerService: https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices I also created an example project

Re: Cross NAR Controller Services

2016-03-15 Thread Oleg Zhurakousky
Devin Your problem is most likely in your NAR poms where you may satisfy compile dependency but not NAR to participate in class loader runtime inheritance. Is there a way to look at your poms and also the general structure of the project? Oleg Sent from my iPhone > On Mar 15, 2016, at

Re: Rollbacks

2016-03-15 Thread Devin Fisher
Thanks for your reply. I'm sorry if my question seems confusing. I'm still learning how nifi works. I don't have any understand about how the framework works on the back end and incomplete understanding of the exposed interface. From my point view (an external process developer) asking to rollback

Re: Cross NAR Controller Services

2016-03-15 Thread Matt Burgess
Devin, DBCPConnectionPool is an implementation of the DBCPService interface. The DBCPService interface is in the nifi-dbcp-service-api and is the way you'd interact with the instance(s), which currently happen to be DBCPConnectionPool objects. If you implement your own class that implements

Cross NAR Controller Services

2016-03-15 Thread Devin Fisher
I'm having issues using a standard controller service (DBCPConnectionPool) that is provided by nifi-dbcp-service-nar. But I'm having issues with my nar. I have included a dependency on nifi-dbcp-service-api in my maven pom and have used the property description that is the same as ExecuteSQL for

Re: Rollbacks

2016-03-15 Thread Andrew Grande
Devin, What you're asking for is a contradicting requirement. One trades individual message transactional control (and necessary overhead) for the higher throughput with micro-batching (but lesser control). In short, you can't expect to rollback a message and not affect the whole batch.

[GitHub] nifi pull request: Nifi 1516 - AWS DynamoDB Get/Put/Delete Process...

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/224#discussion_r56249462 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/dynamodb/PutDynamoDB.java --- @@ -0,0 +1,182 @@

[GitHub] nifi pull request: Nifi 1516 - AWS DynamoDB Get/Put/Delete Process...

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/224#discussion_r56249382 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/dynamodb/PutDynamoDB.java --- @@ -0,0 +1,182 @@

[GitHub] nifi pull request: Nifi 1516 - AWS DynamoDB Get/Put/Delete Process...

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/224#discussion_r56242141 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/dynamodb/AbstractDynamoDBProcessor.java --- @@ -0,0

[GitHub] nifi pull request: Nifi 1516 - AWS DynamoDB Get/Put/Delete Process...

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/224#discussion_r56241934 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/dynamodb/DeleteDynamoDB.java --- @@ -0,0 +1,161 @@

[GitHub] nifi pull request: NIFI-1047 Added additional method to get proces...

2016-03-15 Thread trkurc
Github user trkurc commented on the pull request: https://github.com/apache/nifi/pull/278#issuecomment-197021816 This makes shutdown work in cywin, but not for the right reason. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] nifi pull request: NIFI-1047 Added additional method to get proces...

2016-03-15 Thread trkurc
Github user trkurc closed the pull request at: https://github.com/apache/nifi/pull/278 --- 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-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56237562 --- Diff:

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56237303 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraQLTest.java ---

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56235010 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56234935 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/280#discussion_r56234292 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java --- @@ -134,6

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/280#discussion_r56234376 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java --- @@ -134,6

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/280#discussion_r56233876 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java --- @@ -63,9 +71,16

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on the pull request: https://github.com/apache/nifi/pull/261#issuecomment-197004580 Matt: left a few comments inline. Mostly regarding error handling. Otherwise, looks good! --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56232920 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56232701 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-614 Added initial support for new style JM...

2016-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/222 --- 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-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56232384 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56232288 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: NIFI-1575: Add QueryDatabaseTable processor

2016-03-15 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/261#discussion_r56231653 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java --- @@

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on the pull request: https://github.com/apache/nifi/pull/213#issuecomment-197000303 Looking good going to AWS endpoints and services. Good stuff. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] nifi pull request: NIFI-1488 Refactoring HBase Kerberos support

2016-03-15 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/281 NIFI-1488 Refactoring HBase Kerberos support - Storing UGI so we can support multiple HBaseClientServices with different configs - Creating nifi-hadoop-utils to hold utility code shared between

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56216735 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@ -0,0

[GitHub] nifi pull request: NIFI-1047 Added additional method to get proces...

2016-03-15 Thread trkurc
Github user trkurc commented on a diff in the pull request: https://github.com/apache/nifi/pull/278#discussion_r56214991 --- Diff: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java --- @@ -1131,6 +1135,22 @@ public void run() { this.loggingFutures =

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56214671 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/AbstractCassandraProcessor.java ---

[GitHub] nifi pull request: NIFI-1047 Added additional method to get proces...

2016-03-15 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/278#discussion_r56213996 --- Diff: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java --- @@ -1131,6 +1135,22 @@ public void run() { this.loggingFutures =

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on the pull request: https://github.com/apache/nifi/pull/213#issuecomment-196956296 @mans2singh Overall, the changes look good and appreciate the inclusion of some additional tests. Going to do some functional testing but think we can get this merged in.

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/213#discussion_r56212999 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/PutKinesisFirehose.java --- @@ -0,0

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/213#discussion_r56212702 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/PutKinesisFirehose.java --- @@ -0,0

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/213#discussion_r56212500 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/PutKinesisFirehose.java --- @@ -0,0

[GitHub] nifi pull request: Nifi 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/213#discussion_r56212428 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/AbstractKinesisFirehoseProcessor.java

Re: Unable to Copy data from local NIFI to Cluster in AWS

2016-03-15 Thread ambaricloud
I am attaching log info: 2016-03-15 12:39:24,699 ERROR [Timer-Driven Process Thread-3] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=FromRemote,target=http://.compute-1.amazonaws.com:1/nifi] failed to communicate with http://xxx.compute-1.amazonaws.com:1/nifi due to

[GitHub] nifi pull request: NIFI-1464 fixed OnScheduled invocation to pass ...

2016-03-15 Thread olegz
Github user olegz closed the pull request at: https://github.com/apache/nifi/pull/279 --- 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 1495 - AWS Kinesis Firehose

2016-03-15 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi/pull/213#discussion_r56201575 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/firehose/PutKinesisFirehose.java --- @@ -0,0

Unable Copy data from local NIFI to Cluster in AWS

2016-03-15 Thread ambaricloud
Hi I am running NIFI in my MAC and NIFI cluster in AWS. RPG is able to see port and nodes in AWS cluster. However, when I try to send data from local NIFI to AWS cluster, I getting below error. Any help appreciated.

Process Creation

2016-03-15 Thread Joshua D Rinker
To whom it may concern, I am trying to create a process that will export data from a MySQL database using a select query. This data will in turn be used to either update or insert records of another MySQL database. At the moment my process in NiFi includes the flowing Process flow:

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56191239 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraQLTest.java ---

Re: Closing in on the Apache NiFi 0.6.0 release

2016-03-15 Thread Aldrin Piri
Sounds great. Will scope those out in the process. Thanks, Tony. On Tue, Mar 15, 2016 at 11:37 AM, Tony Kurc wrote: > Aldrin, > I did some crappy shell scripts to help, I'll try to put those up on the > wiki. > > Tony > > On Tue, Mar 15, 2016 at 11:29 AM, Aldrin Piri

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56187278 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread jskora
GitHub user jskora opened a pull request: https://github.com/apache/nifi/pull/280 NIFI-1118 Update SplitText Processor - add support for split size limits and header line markers. * Add "Maximum Fragment Size" property. A new split file will be created if the next line to be

Re: Closing in on the Apache NiFi 0.6.0 release

2016-03-15 Thread Tony Kurc
Aldrin, I did some crappy shell scripts to help, I'll try to put those up on the wiki. Tony On Tue, Mar 15, 2016 at 11:29 AM, Aldrin Piri wrote: > In an effort to avoid me missing helpers and spamming the list, I will > throw my hat into the ring to do this one. > > On

Re: Closing in on the Apache NiFi 0.6.0 release

2016-03-15 Thread Aldrin Piri
In an effort to avoid me missing helpers and spamming the list, I will throw my hat into the ring to do this one. On Tue, Mar 15, 2016 at 11:28 AM, Joe Witt wrote: > Team, > > Seeing good progress today. Great! > > I know I volunteered to do the RM for the release but now I

Re: Closing in on the Apache NiFi 0.6.0 release

2016-03-15 Thread Joe Witt
Team, Seeing good progress today. Great! I know I volunteered to do the RM for the release but now I need to be out of town and will have questionable Internet access. Can someone else grab it? Thanks Joe On Mon, Mar 14, 2016 at 9:01 PM, Joe Witt wrote: > Team, > >

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56178725 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@

[GitHub] nifi pull request: NIFI-614 Added initial support for new style JM...

2016-03-15 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/222#issuecomment-196861594 Agreed and the JIRA is https://issues.apache.org/jira/browse/NIFI-1628 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] nifi pull request: NIFI-614 Added initial support for new style JM...

2016-03-15 Thread joewitt
Github user joewitt commented on the pull request: https://github.com/apache/nifi/pull/222#issuecomment-196858986 i am on the same page of this being a good start oleg provided the JIRA is created to enable ssl context to provide info for providers that want it. We don't have

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56176199 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@

[GitHub] nifi pull request: NIFI-614 Added initial support for new style JM...

2016-03-15 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/222#issuecomment-196855425 So the problem with Tibco and SSL is that Tibco does things differently then other providers. In other words they don't use SSLContext and instead rely on setting

[GitHub] nifi pull request: NIFI-901: Add QueryCassandra and PutCassandraQL...

2016-03-15 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/237#discussion_r56175269 --- Diff: nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraQL.java --- @@

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread jskora
Github user jskora commented on the pull request: https://github.com/apache/nifi/pull/135#issuecomment-196847105 Cancelling this pull request, will followup with new PR for updated and current source branch. --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi pull request: NIFI-1118 Update SplitText Processor - add supp...

2016-03-15 Thread jskora
Github user jskora closed the pull request at: https://github.com/apache/nifi/pull/135 --- 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-1519 upgraded to the latest version of Spa...

2016-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/231 --- 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-1519 upgraded to the latest version of Spa...

2016-03-15 Thread mattyb149
Github user mattyb149 commented on the pull request: https://github.com/apache/nifi/pull/231#issuecomment-196831085 +1 LGTM, tested the receiver on Spark 1.6.0, was able to retrieve and process data coming from a NiFi Output Port on a different machine --- If your project is set up

[GitHub] nifi pull request: NIFI-1464 fixed OnScheduled invocation to pass ...

2016-03-15 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/279 NIFI-1464 fixed OnScheduled invocation to pass ProcessContext You can merge this pull request into a Git repository by running: $ git pull https://github.com/olegz/nifi NIFI-1464C Alternatively

[GitHub] nifi pull request: NIFI-1464 life-cycle refactoring part-2

2016-03-15 Thread olegz
Github user olegz closed the pull request at: https://github.com/apache/nifi/pull/275 --- 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