Re: How to unsubscribe from this alias

2016-05-31 Thread Pierre Villard
Hi Dan, I think you should have received a mail with a link to confirm you want to unsubscribe the mailing list. Pierre 2016-05-31 21:08 GMT+02:00 Dan S : > I tried sending unsubscribe emails to > > >1. users-unsubscr...@nifi.apache.org >2.

Re: HDFS inotify commit to nifi-hdfs-processors seems to break MapR "profile" / Hadoop 2.7(?)

2016-06-20 Thread Pierre Villard
Thanks Andre for reporting this! I'll try to have a look today but my MapR knowledge is limited... However, since it seems to be a problem in test classes only, it should be possible to find a workaround quite easily. Pierre 2016-06-18 17:43 GMT+02:00 Andre : > And if I my

Re: HDFS inotify commit to nifi-hdfs-processors seems to break MapR "profile" / Hadoop 2.7(?)

2016-06-20 Thread Pierre Villard
2.7 so compiling nifi with pure ASL > Hadoop 2.7.0 triggers the same issue. > > Cheers > > On Mon, Jun 20, 2016 at 5:51 PM, Pierre Villard < > pierre.villard...@gmail.com > > wrote: > > > Thanks Andre for reporting this! > > I'll try to have a look today bu

Re: Failed to convert 8/18 records from JSON to Avro

2016-06-23 Thread Pierre Villard
Hi, you may want to have a look at this thread: https://community.hortonworks.com/questions/38702/convertcsvtoavro-nifi-failed-to-convert-records.html Quote: Typically the 'failed to convert' errors occur when the csv records don't fit the data types defined in your avro schema. If you're using

Re: [VOTE] Release Apache NiFi 0.7.0 (RC1)

2016-06-25 Thread Pierre Villard
Hi, +1 Thanks Joe for the amazing work to have this RC out. Ran through the helper release guide. Signature and checksums are OK. Maven build with tests and contrib-check OK on Windows 10. Tested some flows and everything looks OK. -Pierre 2016-06-24 21:34 GMT+02:00 Joe Percivall

Re: Issue in Custom Processor in 0.4.1 version

2016-02-22 Thread Pierre Villard
Hi, Could you attach the logs? 2016-02-22 11:10 GMT+01:00 Venkat Sgk : > Hi Team, > > We are using apache Nifi 0.4.1 and trying to write custom processor to > convert CSV to avro. > when modifying existing code and generated .nar file. When .nar is placed > in lib

OnStopped annotation

2016-02-28 Thread Pierre Villard
Hi, I am working on SNMP processors [1] and I'm almost ready for a PR... but I have an issue I can't explain. In my processors, I have implemented a method close() with the @OnStopped annotation but it seems the annotation is not seen. When debugging and stopping my processor, I correctly go

Re: OnStopped annotation

2016-02-29 Thread Pierre Villard
there steps to reproduce it? I am trying to read into your initial > email and suspecting you were doing some sort of testing, so want to make > sure I am doing the same thing. . . . > > Oleg > > On Feb 28, 2016, at 2:46 PM, Pierre Villard <pierre.villard...@gmail.com> > w

Re: Problems with links on the Contributors Guide

2016-02-23 Thread Pierre Villard
Hi David, Regarding the formatter file, it is supposed to be loaded in Preferences / Java / Code style / Formatter. For the checkstyle configuration, if I remember correctly there are two links pointing to the configuration file but only one is valid. Did you manage to add the checkstyle conf?

Re: Problems with links on the Contributors Guide

2016-02-23 Thread Pierre Villard
04 error the other > takes me to the NiFi pom file and highlights a area of code which is a > maven checkstyle plugin, I tried saving it as an xml file and importing it > but again I got 'Document is invalid - No grammer found' error. > Dave > > On Tuesday, 23 February

SNMP Processors

2016-02-18 Thread Pierre Villard
Hi, Would that be of any interest to have processors for SNMP exchanges using snmp4j? I was thinking about something like: GetSNMP > possibility to do a SNMP get or a SNMP walk, the flow file would not have any content, just attributes with key = requested oid and value = requested value.

Re: SNMP Processors

2016-02-18 Thread Pierre Villard
a good shot others will as > well. I think interaction with SNMP makes sense and look forward to > checking it out if you do find time to contribute that. > > Thanks > Joe > > On Thu, Feb 18, 2016 at 1:29 PM, Pierre Villard > <pierre.villard...@gmail.com> wrote: > > Hi, &g

Re: SNMP Processors

2016-02-18 Thread Pierre Villard
I created a JIRA (https://issues.apache.org/jira/browse/NIFI-1537). Will work on it soon. 2016-02-18 21:07 GMT+01:00 Pierre Villard <pierre.villard...@gmail.com>: > Hi Joe, > > I do see use cases where interactions with SNMP could be useful. I > preferred to ask because, to be

Re: SNMP Processors

2016-02-19 Thread Pierre Villard
t; Product Solutions Architect > Hortonworks - Powering the future of data > > > On 18 Feb 2016, at 20:29, Pierre Villard <pierre.villard...@gmail.com > <mailto:pierre.villard...@gmail.com>> wrote: > > I created a JIRA (https://issues.apache.org/jira/browse/NIFI-1537). Will &

Re: OnStopped annotation

2016-03-01 Thread Pierre Villard
ou invoke it? I have a hunch, but > want to look before I speculate. > > > > Cheers > > Oleg > >> On Feb 29, 2016, at 11:58 AM, Pierre Villard < > pierre.villard...@gmail.com> wrote: > >> > >> I just wanted to test the processors with local SNMP se

Broadcasting Flow File

2016-03-10 Thread Pierre Villard
Hi, I have a use case where I need to "broadcast" a flow file to multiple processors. At the moment, the only way I see to do that is to combine a DuplicateFlowFile processor with a DistributeLoad processor. It seems to work fine, but I am wondering if it would be more user friendly to have a

Re: Broadcasting Flow File

2016-03-10 Thread Pierre Villard
Fi will automatically > clone the FlowFile when multiple relationships of the same type are > connected. What is even better here is that NiFi does not duplicate the > content but rather just adds additional pointers to the same content for > each replicated FlowFile. > On M

Re: InvokeHTTP body

2016-03-14 Thread Pierre Villard
ntent instead of random > content? > > Hope this helps. > > Adam > > > On Fri, Mar 11, 2016 at 6:56 AM, Pierre Villard < > pierre.villard...@gmail.com > > wrote: > > > Hi, > > > > Would it make sense to add a property "body" allowing

Re: InvokeHTTP body

2016-03-11 Thread Pierre Villard
y."* So in addition to my previous message, I'd suggest authorizing an empty Content-Type value which would lead to request without this header property. I'm going to create a JIRA for that. 2016-03-11 12:56 GMT+01:00 Pierre Villard <pierre.villard...@gmail.com>: > Hi, > > Would it

InvokeHTTP body

2016-03-11 Thread Pierre Villard
Hi, Would it make sense to add a property "body" allowing the user to manually set the body of the request for PUT/POST requests? At the moment, the body of the request seems to be only set with the content of incoming flow files. But it is possible to use this processor without incoming

Re: Export a process group

2016-04-11 Thread Pierre Villard
Hi Harish, Select the process group you want to export as a template. Once encircled in yellow, click on the "Create template" button and give it a name. That's it, you may now drag the template into the canvas using the "Template" button or export it as a XML file using the "Templates" button

Re: [VOTE] Release Apache NiFi 0.6.1 (RC2)

2016-04-13 Thread Pierre Villard
+1 (non-binding) Ran through the helper release guide. Maven build with tests and contrib-check OK on Windows 10. Tested some flow, everything looks OK. Pierre 2016-04-13 4:47 GMT+02:00 Joe Witt : > Hello Apache NiFi Community, > > I am pleased to be calling this vote for

Error icon on processors not showing up

2016-04-08 Thread Pierre Villard
Hi, I was about to create a JIRA but I just want to confirm there is a problem. I am running on master branch and so far, if I remember correctly, when there was an error at a processor level there was a bulletin emitted (we can see it in Bulletin Board) but there was also an icon appearing at

Re: Error icon on processors not showing up

2016-04-08 Thread Pierre Villard
r our 1.0.0 release on master. We've introduced a 0.x branch > > for all 0.x releases going forward. > > > > Thanks for reporting this! > > > > Matt > > > > On Fri, Apr 8, 2016 at 4:21 AM, Pierre Villard < > > pierre.villard...@gmail.com> wrot

Re: [VOTE] Establish Apache MiNiFi, a subproject of Apache NIFi

2016-04-09 Thread Pierre Villard
+1 Pierre Le 9 avr. 2016 8:16 AM, "Andre" a écrit : > +1 > > Had a look at the Community Driven Requirements and I must say they match > my needs like a glove! :-) > > > > On Sat, Apr 9, 2016 at 3:13 PM, Joe Witt wrote: > > > Team, > > > > Following a

Re: Initial Commit of New In-Depth Developer Doc

2016-04-09 Thread Pierre Villard
Great addition in the documentation. Very clear and useful. Thanks, Pierre Le 8 avr. 2016 8:12 PM, "Joe Percivall" a écrit : Hello Dev, I recently finished up an initial version of a new developer doc "Apache NiFi In Depth". It goes in depth on the design

Re: Error at startup

2016-03-23 Thread Pierre Villard
compile correctly. Was there any unexpected output during the maven > build? I just verified the build locally on OSX and Windows 10. In Windows > 10 I copied the zip, extracted, and executed run-nifi.bat without > additionally configuration. > > Matt > > On Tue, Mar 22, 2016 at 10:4

Re: [VOTE] Release Apache NiFi 0.6.0 (RC2)

2016-03-25 Thread Pierre Villard
+1 (non-binding) full build and contrib check, tested locally with some templates. 2016-03-24 14:58 GMT+01:00 Matt Gilman : > +1 (binding) > > Build, hashes, etc all look good. > > Ran through various cases verifying Kerberos authentication in the UI/Rest > Api using

Error at startup

2016-03-22 Thread Pierre Villard
Hi, I updated my local checkout to current master and did a successful maven build. When trying to start generated binaries, I have a bunch of errors and NIFI does not start. See attached logs. Does someone experience the same issue? Thanks, Pierre

Re: Error at startup

2016-03-22 Thread Pierre Villard
Erf that's strange, I do see logs from my side. Is it better? 2016-03-22 15:06 GMT+01:00 Oleg Zhurakousky <ozhurakou...@hortonworks.com>: > Pierre, no logs ;) > > > On Mar 22, 2016, at 10:03 AM, Pierre Villard < > pierre.villard...@gmail.com> wrote: > > &

Re: Error at startup

2016-03-22 Thread Pierre Villard
gt; Thanks, > Matt > > On Tue, Mar 22, 2016 at 10:10 AM, Pierre Villard < > pierre.villard...@gmail.com> wrote: > > > Erf that's strange, I do see logs from my side. > > Is it better? > > > > 2016-03-22 15:06 GMT+01:00 Oleg Zhurakousky < > ozhurakou...@hor

Re: OnStopped annotation

2016-03-06 Thread Pierre Villard
t; > On Mar 5, 2016, at 4:48 PM, Oleg Zhurakousky <ozhurakou...@hortonworks.com > <mailto:ozhurakou...@hortonworks.com>> wrote: > > Ok, I do see a problem and no I can’t explain it yet ;) Will figure it > tomorrow. > > Cheers > Oleg > On Mar 5, 2016, at 3:04

Re: OnStopped annotation

2016-03-05 Thread Pierre Villard
o see what’s going on. > Just to confirm what I am looking for is @OnStopped is not getting invoked > in ‘AbstractSNMPProcessor’ whenever you try to stop the processor. Correct? > > Cheers > Oleg > On Mar 5, 2016, at 2:28 PM, Pierre Villard <pierre.villard...@gmail.com > &

Re: OnStopped annotation

2016-03-03 Thread Pierre Villard
specify the version of Java you are using? > > On Wed, Mar 2, 2016 at 5:53 AM, Pierre Villard < > pierre.villard...@gmail.com> > wrote: > > > Sure, the branch is available here : > > https://github.com/pvillard31/nifi/tree/NIFI-1537 > > Let me know if I can

Re: OnStopped annotation

2016-03-03 Thread Pierre Villard
<aldrinp...@gmail.com>: > Thanks for the info. Are you doing all of this debugging local to that > instance (via tunnel/VNC/etc) or connecting remotely across the network to > that instance? Also, what IDE are you using to bind to the remote session? > > On Thu, Mar 3, 2016 at 10:

Re: OnStopped annotation

2016-03-03 Thread Pierre Villard
That's a RedHat 7.2 VM running on AWS EC2 services. 2016-03-03 15:55 GMT+01:00 Aldrin Piri <aldrinp...@gmail.com>: > Hmm... Java version should be okay. What OS are you running on? > > On Thu, Mar 3, 2016 at 4:04 AM, Pierre Villard < > pierre.villard...@gmail.com&g

Re: OnStopped annotation

2016-03-01 Thread Pierre Villard
pdate as well when I get a chance. > > Oleg > > On Mar 1, 2016, at 4:47 AM, Pierre Villard <pierre.villard...@gmail.com > <mailto:pierre.villard...@gmail.com>> wrote: > > No it is not in a unit test, I remotely attached my Eclipse in debug mode > to my deployed

Re: Error at startup

2016-03-22 Thread Pierre Villard
ders.local.WriteAheadLocalStateProvider > with a Directory property that points to ./state/local. > > I think the error in the logs is having trouble with that property. > > Matt > > > On Tue, Mar 22, 2016 at 10:16 AM, Pierre Villard < > pierre.villard...@gmail.com> wrote: > &g

Re: [Discuss] Expression Language Options to Add Decimal Support

2016-04-25 Thread Pierre Villard
With explanations from Mark, option 3 is fine with me especially as it is backward compatible. Pierre 2016-04-25 16:14 GMT+02:00 Joe Percivall : > Pierre and Andy, > > How do you guys feel about option 3 as Mark has explained it? Keeping in > mind that it would

Re: Sample to read file and insert into oracle based on the pattern in the line

2016-04-27 Thread Pierre Villard
Hi, Please detail "remote location". How the file can be accessed? Then you can use processors to extract your patterns and use expression language to perform insertions into tables. Depending of what is the technology behind your "tables" you have multiple options regarding processors to use.

Re: [ANNOUNCE] New Apache NiFi Committer James Wing

2016-05-11 Thread Pierre Villard
Congrats James! 2016-05-11 22:15 GMT+02:00 dan bress : > Welcome James! > > On Wed, May 11, 2016 at 1:15 PM Mark Payne wrote: > > > Welcome, James! Glad to have you aboard! > > > > > On May 11, 2016, at 4:10 PM, Joe Witt wrote: > >

Build requires git in path

2016-05-04 Thread Pierre Villard
Hi guys, Following the commit NIFI-1782 yesterday, I was not able to build because of the following error: [INFO] --- frontend-maven-plugin:1.0:npm (install bower) @ nifi-web-ui --- [INFO] Running 'npm install bower' in

New design on master branch - JIRA process question

2016-05-04 Thread Pierre Villard
Hi, A quick question regarding the process to follow on master branch. I know that the new design is integrated step by step in the master branch, but I noticed some bugs with the recent additions. Should I mention the problems in the original JIRA, open a new one, wait for full integration,

Observation regarding PutKafka while implementing NIFI-1672

2016-04-13 Thread Pierre Villard
Hi, I was working on NIFI-1672 [1], and while performing some tests with a local running Kafka instance, I noticed there is a possible error regarding how the behavior of the processor is documented. The "Message delimiter" property is documented with: "Specifies the delimiter (interpreted in

Re: [VOTE] Incorporate SHA256 part of release process

2016-04-14 Thread Pierre Villard
+1 Pierre 2016-04-14 14:24 GMT+02:00 Joe Percivall : > +1 > - - - - - - Joseph Percivalllinkedin.com/in/Percivalle: > joeperciv...@yahoo.com > > > On Thursday, April 14, 2016 7:55 AM, Joe Skora > wrote: > > > +1 for SHA256 > > Whatever

Re: [Discuss] Expression Language Options to Add Decimal Support

2016-04-21 Thread Pierre Villard
Hi Joe, In my opinion, I think I would feel more "natural" to go with option 4. Option 1 is fine as well but I think that adding a lot of functions could be confusing with the auto-completion feature. 2016-04-21 4:47 GMT+02:00 Andy LoPresto : > I would support option 4,

Re: Sample to read file and insert into oracle based on the pattern in the line

2016-04-27 Thread Pierre Villard
BigData. > > Regards > Siva. > > > On Wed, Apr 27, 2016 at 8:59 AM, Pierre Villard [via Apache NiFi Developer > List] <ml-node+s39713n9646...@n7.nabble.com> wrote: > > > Hi, > > > > Please detail "remote location". How the file can be

Re: [ANNOUNCE] New Apache NiFi Committer Yolanda Davis

2016-07-31 Thread Pierre Villard
Congrats Yolanda, that's a great news! 2016-07-30 16:43 GMT+02:00 Andy LoPresto : > Congratulations Yolanda. Well-deserved and I am excited for all of your > upcoming contributions, both code and to the community. > > Andy LoPresto > alopre...@apache.org >

Re: [VOTE] Release Apache NiFi 0.7.0 (RC2)

2016-07-12 Thread Pierre Villard
+1 (non-binding) Ran through the helper guide on Windows 10 and Mac OS X. Checked some templates and some new processors. Looks good! 2016-07-12 7:08 GMT+02:00 Joe Percivall : > +1 (binding) > > Ran through the helper and verified functionality of a couple

Re: [ANNOUNCE] New Apache NiFi Committer Koji Kawamura

2016-07-20 Thread Pierre Villard
Congrats Koji! Pierre 2016-07-20 3:16 GMT+02:00 Joe Percivall : > Congrats Koji! - - - - - - Joseph Percivalllinkedin.com/in/Percivalle: > joeperciv...@yahoo.com > > > On Tuesday, July 19, 2016 9:13 PM, Oleg Zhurakousky < > ozhurakou...@hortonworks.com>

Re: NiFi processor yield for one bad flowfile and not able to process other good files in the queue

2016-07-13 Thread Pierre Villard
Hi Evan, What is the processor you are using? Does the 'failure' relationship go back to the processor? Pierre 2016-07-13 10:38 GMT+02:00 : > Hi Guys, > > > > I have a workflow keep generating flow files, and one bad file cause the > processor error and yield,

Re: kafka to hdfs through apache nifi

2016-06-28 Thread Pierre Villard
Depending of how you installed NiFi, the log file you are looking for should be /logs/nifi-app.log. 2016-06-28 19:39 GMT+02:00 tejaswi : > Ya I have started them but still the data is not moving. > and where to check the errors in the logs exactly? > > > > -- > View this

Re: [VOTE] Release Apache NiFi MiNiFi 0.0.1 (RC1)

2016-07-09 Thread Pierre Villard
Hi guys, +0 (non-binding) Checked signature and checksum. Built sources without issue. Used toolkit to convert template. And ran a template to exchange data between a MiNiFi instance and a NiFi instance. Great !! (under Windows 10 environment) Few remarks though (sorry if it has already been

Re: [ANNOUNCE] New Apache NiFi PMC Member - Andy LoPresto

2016-07-07 Thread Pierre Villard
Great Andy ! Well-deserved ! Congrats ! Pierre 2016-07-07 18:47 GMT+02:00 Joe Percivall : > Congratulations Andy! Excited to have you join the PMC. > > > - - - - - - > Joseph Percivall > linkedin.com/in/Percivall > e: joeperciv...@yahoo.com > > > > On Thursday,

Re: [DISCUSS] MiNiFi C++ Initial Release - cpp-0.0.1

2016-08-05 Thread Pierre Villard
+1, awesome! 2016-08-05 6:16 GMT+02:00 Matt Burgess : > +1, also we need documentation on the S2S protocol so we can further > extend the reach (Go, Python, Erlang/Elixir, etc) > > > > On Aug 4, 2016, at 11:42 PM, Aldrin Piri wrote: > > > > Hey folks,

Re: [ANNOUNCE] New Apache NiFi Committer Andre Fucs de Miranda

2016-08-07 Thread Pierre Villard
Congratulations Andre! 2016-08-07 16:23 GMT+02:00 Bryan Bende : > Congrats Andre! > > On Sunday, August 7, 2016, Yolanda Davis > wrote: > > > Congratulations Andre! > > > > Sent from my iPhone > > > > > On Aug 6, 2016, at 10:40 PM, Tony Kurc

Re: Regarding usage of executeSQL and PutSQl processors

2017-02-07 Thread Pierre Villard
Hi Rakesh, Connection refused generally means that the information you provided is not matching the IP/port of the remote system you are trying to access. I'd suggest to double check your configuration and, if the problem persists, to share the current configuration of your processors and the

Re: How restart and clear state for listHDFS processor

2017-02-08 Thread Pierre Villard
I'd recommend the REST API documentation here: https://nifi.apache.org/docs/nifi-docs/rest-api/ In particular you have : POST /processors/{id}/state/clear-requests Hope this helps. 2017-02-08 13:10 GMT+01:00 maykiwogno : > @Pierre : thanks, sorry, i would like to said how

Re: How restart and clear state for listHDFS processor

2017-02-08 Thread Pierre Villard
Hi, You can do the following: stop the processor, right click on it, view state, and clear state. Restart your processor. Hope this helps. 2017-02-08 13:00 GMT+01:00 maykiwogno : > Hi all, > > I would like to use listHDFS with deleteHDFS processors to delete the > files

Re: Upgrade from 1.0.0 to 1.1.1, cluster config. under heavy load, nodes do not connect

2017-01-26 Thread Pierre Villard
In addition to Mark's comment, you could start NiFi with nifi.flowcontroller.autoResumeState=false in order to have the flow stopped when cluster is started. Once cluster is OK, you can manually start the flow (can also be done via REST API if needed). 2017-01-26 15:16 GMT+01:00 Mark Payne

Re: PutHDFS does not write on all nodes of a cluster, only the on the coordinator

2017-01-27 Thread Pierre Villard
Hi Ben, There shouldn't be any issue. I'm wondering: is the input processor of your workflow running "on primary node only" mode? If yes, then, unless you specifically distribute the data on your nodes, the data will remain on the primary node from the beginning to the end of your workflow and

Re: Query on nifi project deployment

2017-02-17 Thread Pierre Villard
: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/main/java/org/apache/nifi/NiFi.java#L147 Not sure if it would require a lot of changes. Pierre 2017-02-17 14:35 GMT+01:00 Pierre Villard <pierre.villard...@gmail.com>: > Hi,

Re: [VOTE] Release Apache NiFi 0.7.2

2017-02-18 Thread Pierre Villard
+1 non-binding, all good. Pierre Le 18 févr. 2017 11:37, "Andre" a écrit : +1 binding. On Sat, Feb 18, 2017 at 6:51 AM, Matt Gilman wrote: > +1 (binding) Release this package as nifi-0.7.2 > > On Thu, Feb 16, 2017 at 11:42 PM, Andy LoPresto

Re: [VOTE] Release Apache NiFi 1.1.2

2017-02-18 Thread Pierre Villard
+1 non-binding Full build OK, various flows running as expected. Le 18 févr. 2017 00:45, "Andre" a écrit : > +1 - release > > On Fri, Feb 17, 2017 at 2:37 PM, Andy LoPresto > wrote: > > > Hello, > > > > I am pleased to be calling this vote for the

Re: How to keep the original flowfile?

2017-02-23 Thread Pierre Villard
Hi Srini, You have a relationship "original" that will route the original flow file used to perform the request. Have a look here: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.InvokeHTTP/ Thanks 2017-02-23 18:20 GMT+01:00 srini

Re: [ANNOUNCE] New Apache NiFi Committer Jeff Storck

2017-02-21 Thread Pierre Villard
Congrats ! 2017-02-21 20:58 GMT+01:00 Joe Witt : > Congrats Jeff! > > On Tue, Feb 21, 2017 at 2:43 PM, Jeremy Dyer wrote: > > Congratulations Jeff! Good to have you aboard! > > > > On Tue, Feb 21, 2017 at 2:41 PM, Aldrin Piri wrote: > >

Re: [ANNOUNCE] New Apache NiFi PMC Member - James Wing

2017-02-22 Thread Pierre Villard
Congrats James! Well deserved! 2017-02-22 16:28 GMT+01:00 James Wing : > Thank you all > > On Wed, Feb 22, 2017 at 6:58 AM, Aldrin Piri wrote: > > > Team, > > > > On behalf of the Apache NiFi PMC, I am pleased to announce that James > Wing > > has accepted

Re: [VOTE] Establish Registry, a sub-project of Apache NiFi

2017-02-10 Thread Pierre Villard
+1 as well, that will be a very important piece of the ecosystem and looking forward its development! 2017-02-10 18:47 GMT+01:00 Joe Witt : > The name 'registry' is insufficient but we're not creating 'Apache > Registry'. We're creating a subproject of 'Apache NiFi' which is

Re: Node in cluster cannot reconnect

2017-02-13 Thread Pierre Villard
he flow into memory. > > On Sat, Feb 11, 2017 at 1:54 PM, Pierre Villard < > pierre.villard...@gmail.com > > wrote: > > > Hi Joe, > > > > I don't think that would help based on the log message you are seeing, > > but... just in case... could

Re: Query on nifi project deployment

2017-02-17 Thread Pierre Villard
Hi, NiFi is running in its own embedded Jetty server. There is no way, at the moment, to allow NiFi deployment in other web application server. Hope this helps, Pierre 2017-02-17 13:55 GMT+01:00 Deepak Kumar Patel : > Hi Dev Team, > > Can you guide me, I want to

Re: [VOTE] Release Apache NiFi MiNiFI C++ 0.0.1 (RC1)

2016-08-29 Thread Pierre Villard
+1 (non-binding) release this package as nifi-minifi-cpp-0.0.1 - verified signatures, hashes, and LICENSE/NOTICE/README - built sources on CentOS 7 and ran a GenerateFlowFile -> RPG -> Standalone NiFi Remark: - in the readme, the requirement "libboost" is "boost" on CentOS 7, I don't know if it

Re: [VOTE] Release Apache NiFi MiNiFI C++ 0.0.1 (RC1)

2016-08-29 Thread Pierre Villard
Forgot one minor remark: If I connect via SSH to my VM and call './minifi.sh stop' when minifi.sh is already stopped, I get disconnected from the VM and cannot reconnect it unless I reboot the VM. I opened a JIRA: https://issues.apache.org/jira/browse/MINIFI-97 2016-08-29 23:45 GMT+02:00 Pierre

Re: [ANNOUNCE] New Apache NiFi PMC Member - Matt Burgess

2016-10-07 Thread Pierre Villard
Congrats Matt!!! 2016-10-07 16:39 GMT+02:00 Joe Percivall : > Congrats Matt! Very well deserved! > - - - - - - Joseph Percivalllinkedin.com/in/Percivalle: > joeperciv...@yahoo.com > > > On Friday, October 7, 2016 10:37 AM, Bryan Bende >

Re: Contributing to NiFi

2016-09-19 Thread Pierre Villard
Hi Charles, we did answer to you (Matt did): But you probably didn't subscribe to the mailing lists or you should check your spam. 2016-08-24 20:55 GMT+02:00 Matt Burgess : > Charles, > > Welcome to the community! Very glad to have you, it is excellent that > you'd like to

Re: [ANNOUNCE] New Apache NiFi Committer Rob Moran

2016-09-19 Thread Pierre Villard
Congrats Rob, well deserved with all your amazing job! 2016-09-19 21:39 GMT+02:00 Joe Percivall : > It's about time, very well deserved. Congrats Rob! > > - - - - - - > Joseph Percivall > linkedin.com/in/Percivall > e: joeperciv...@yahoo.com > > > > > On Monday,

Re: [VOTE] Release Apache NiFi 1.0.0 (RC1)

2016-08-28 Thread Pierre Villard
+1 (non-binding) Full build with contrib-check on Mac OSX, Windows 10 and CentOS 7. I had the same issue as reported by Joe on SMTP tests with Windows 10 build. Workaround with timeouts works. I also reported two minor issues related to timezones (NIFI-2682) / locale (NIFI-2683) aspects.

Re: [VOTE] Release Apache NiFi 1.0.0 (RC1)

2016-08-29 Thread Pierre Villard
towards global users from now on. > > > > Andy LoPresto > > alopre...@apache.org > > alopresto.apa...@gmail.com > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > > > > On Aug 28, 2016, at 22:47, Pierre Villard <pierre.vi

Re: [ANNOUNCE] New Apache NiFi Committer Bryan Rosander

2016-10-26 Thread Pierre Villard
Congrats Bryan! (and I definitely agree with Andy) 2016-10-26 19:20 GMT+02:00 Andy LoPresto : > Congratulations Bryan. I can say the TLS toolkit has made my life much > easier and I think that goes for a lot of people. Looking forward to more > great contributions. > > Andy

Re: [VOTE] Release Apache NiFi 0.7.1 (RC1)

2016-10-19 Thread Pierre Villard
+1 (non-binding) Full build with contrib-check, ran few workflows successfully. 2016-10-19 2:39 GMT+02:00 Koji Kawamura : > +1 (non-binding) > > - git tag and commit ID verified > - Downloaded nifi-0.7.1-source-release.zip and verified hashes > - Full build finished

Re: Posting file and form params as multipart/form-data

2016-10-24 Thread Pierre Villard
Hi Rupert, Could you give more details about how you have used InvokeHTTP processor? The content of the incoming flow file will be used as content of the request sent by InvokeHTTP processor and you can define all the parameters in the processor. What I am not sure to understand is "the other

Double-click action

2016-10-24 Thread Pierre Villard
Hi, I was wondering if there is any reason why the double click action is not used in the UI? I think this could be a nice shortcut to access "Configure/View configuration" view from elements on the canvas. Thoughts? Pierre

Re: Double-click action

2016-10-24 Thread Pierre Villard
ry about confusing the user > with changing up the existing behavior too much. > > Matt > > Sent from my iPhone > > > On Oct 24, 2016, at 7:39 AM, Pierre Villard <pierre.villard...@gmail.com> > wrote: > > > > Hi, > > > > I was wondering i

Re: [VOTE] Release Apache NiFi 1.1.0 (RC1)

2016-11-24 Thread Pierre Villard
+1 (non-binding) Full build with contrib-check on OS X and CentOS 7 Classic flows tested on unsecured and secured standalone instance, and on unsecured cluster with embedded ZK. Great job team: 265 JIRAs, it's huge! PS: happy thanksgiving! 2016-11-24 15:27 GMT+01:00 Koji Kawamura

Re: [VOTE] Release Apache NiFi 1.1.0 (RC2)

2016-11-28 Thread Pierre Villard
+1 (non-binding) Full build with contrib-check on OS X and CentOS 7. (Apache Maven 3.3.9 / Java version: 1.8.0_77) Classic flows tested on unsecured and secured standalone instance, and on unsecured cluster with embedded ZK. Also tested on Windows 10: mvn -version Apache Maven 3.3.9

Re: Please reply !!Clarification on using regular expression and pass arguments to the executestream command

2016-10-28 Thread Pierre Villard
Hi Ibrahim, I think this is a question you should address to the users mailing list as it is more a use case question. Anyway, once you get your files after the combination of ListSFTP and FetchSFTP processors, your flow files will have an attribute 'filename' with the name of your files. Then

Re: [ANNOUNCE] New Apache NiFi PMC Member - Andre Fucs de Miranda

2016-11-04 Thread Pierre Villard
Congrats Andre! 2016-11-04 8:58 GMT+01:00 Andy LoPresto : > Congratulations Andre. Really excited for your continued contributions and > valuable security insight. > > Andy LoPresto > alopre...@apache.org > alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6

Re: [ANNOUNCE] New Apache NiFi Committer Scott Aslan

2016-11-04 Thread Pierre Villard
Congrats! Well deserved is an euphemism ;-) 2016-11-04 16:32 GMT+01:00 Oleg Zhurakousky : > Congrats Scott! Well earned! > > Oleg > > On Nov 4, 2016, at 11:25 AM, Tony Kurc wrote: > > > > On behalf of the Apache NiFI PMC, I am very pleased to

Re: ValidateCSV

2016-12-09 Thread Pierre Villard
Hi Shashi, As James pointed it out, the ValidateCSV processor does have a property "Header" that says "my CSV data contains a header line, please ignore it while validating data". That's all. There is nothing to validate the header itself. And there is nothing about footer handling. Using other

Re: ValidateCSV

2016-12-09 Thread Pierre Villard
Shashi, When right-clicking on a processor, you can go in "usage" to display processor's documentation. Additionally, this documentation is also published on the internet. For this processor you have:

Re: [ANNOUNCE] New Apache NiFi PMC Member - Joe Skora

2016-12-30 Thread Pierre Villard
Congratulations Joe! 2016-12-30 4:19 GMT+01:00 Bryan Bende : > Congrats Joe! > > On Thu, Dec 29, 2016 at 10:06 PM Oleg Zhurakousky < > ozhurakou...@hortonworks.com> wrote: > > > Congrats Joe!!! Well earned! > > > > Oleg > > > > > > > > Sent from my iPhone > > > > > > > > > On

Re: [ANNOUNCE] New Apache NiFi Committer Joey Frazee

2017-01-03 Thread Pierre Villard
Congrats Joey! 2017-01-03 20:44 GMT+01:00 Suneel Marthi : > Congrats @Joey > > On Tue, Jan 3, 2017 at 2:42 PM, Aldrin Piri wrote: > > > On behalf of the Apache NiFI PMC, I am very pleased to announce that Joey > > Frazee has accepted the PMC's invitation

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-21 Thread Pierre Villard
+1 (non-binding) - Full contrib-check build on OSX - Tested few workflows on a secured standalone instance 2016-12-21 7:54 GMT+01:00 Koji Kawamura : > +1 (non-binding) > > - Built and tested on OSX with contrib-check. > - Ran followings with

Re: [ANNOUNCE] New Apache NiFi Committer Jeremy Dyer

2016-12-20 Thread Pierre Villard
Congrats Jeremy, great to have you! 2016-12-20 6:18 GMT+01:00 Andrew Psaltis : > Congrats Jeremy!! > > On Mon, Dec 19, 2016 at 9:45 PM, Joe Witt wrote: > > > Well done Jeremy and thanks for all your contributions! > > > > On Mon, Dec 19, 2016 at

Re: encryption before writing to disk

2016-12-23 Thread Pierre Villard
ke it encrypt everything that goes to disk. I could have it use > AWS’s KMS service to do that. I might even have custom encryption logic > here. > > Is that right? > > On 12/23/16, 10:23 AM, "Pierre Villard" <pierre.villard...@gmail.com> > wrote: > > Hi

Re: encryption before writing to disk

2016-12-23 Thread Pierre Villard
up using that. > > Is there any way to have some processors use one repository and other > processors use the default repository? If not, then I may need to have two > separate nifi instances running for that. > > On 12/23/16, 11:42 AM, "Pierre Villard" <pierre.vil

Re: encryption before writing to disk

2016-12-23 Thread Pierre Villard
Hi Michael, The feature you describe is on the roadmap and you may find more details here [1] and/or participate into the discussion. Regarding the implementation you suggest, I think that implementing a custom repository instead of a controller service would be an easier approach (no need to

Re: [HEADS-UP] Travis is green again!

2017-03-23 Thread Pierre Villard
Well done! Now we have to fix the Appveyor part ;) 2017-03-23 15:43 GMT+01:00 Aldrin Piri : > Andre and anyone else involved, > > Thanks so much for fixing that up! Certainly save a lot of time with > reviews. > > > On Thu, Mar 23, 2017 at 10:37 AM, Andre

Re: load balancer on nifi cluster

2017-04-21 Thread Pierre Villard
Other resources that could be useful: - https://pierrevillard.com/2017/02/10/haproxy-load-balancing-in-front-of-apache-nifi/ - http://ijokarumawak.github.io/nifi/2016/11/01/nifi-cluster-lb/ Pierre 2017-04-21 17:15 GMT+02:00 Bryan Bende : > Correct, depending how you are

Re: NiFI XProc Processor

2017-03-07 Thread Pierre Villard
Hi Steve, Regarding the possibility to have both properties (one for file-based configuration and one for UI-input based configuration) you can have a look at InvokeScriptedProcessor [1] that proposes the same approach. Anyway, I'm looking forward to your contribution, it looks like a nice

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Pierre Villard
Congrats Bin! Very well deserved! Le 5 avr. 2017 5:31 AM, "Rob Moran" a écrit : Thank you and congratulations BIn! Rob On Tue, Apr 4, 2017 at 10:44 PM, Joe Skora wrote: > Congratulations and welcome! > > On Tue, Apr 4, 2017 at 10:07 PM, Andy LoPresto

  1   2   3   4   5   >