Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
Thanks Mark, good point about check box, I'll update. Oleg Sent from my iPhone > On Oct 27, 2015, at 17:19, Mark Petronic wrote: > > On Tue, Oct 27, 2015 at 9:27 AM, Oleg Zhurakousky > wrote: >> Now I am officially puzzled, since you are showing me the output from the >> class that is not su

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Mark Petronic
On Tue, Oct 27, 2015 at 9:27 AM, Oleg Zhurakousky wrote: > Now I am officially puzzled, since you are showing me the output from the > class that is not supposed to run. > > Basically when you start NiFi via ./run-nifi.sh it executes > org.apache.nifi.bootstrap.RunNiFi which sets the required co

Re: whether nifi can pull data from realtional database like oracle into hdfs

2015-10-27 Thread Joe Percivall
Hey Cathy, There are many processors that cover pushing/pulling from databases as well as doing some transformations. You can check out the list here: https://nifi.apache.org/docs.html Let us know if you need more help, Joe - - - - - - Joseph Percivall linkedin.com/in/Percivall e: joeperciv

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
Now I am officially puzzled, since you are showing me the output from the class that is not supposed to run. Basically when you start NiFi via ./run-nifi.sh it executes org.apache.nifi.bootstrap.RunNiFi which sets the required configuration, class path etc., and starts org.apache.nifi.NiFi as

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Mark Petronic
Oleg, yes, absolutely configured as a Run/Debug Configuration. I can open my debug run configuration and click "Debug" and it starts up Nifi. I've set breakpoints in a the ExecuteProcess code then created a processor from the GUI and started it and hit the break point. So, that all seems to be work

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Bryan Bende
Mark, I don't think there is a strong preference for patches vs. pull requests. A lot of contributors use pull requests, and I personally find it easier to review pull requests because you can give feedback in-line on the code. The more important thing is that whatever is being submitted should al

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
Mark The following output comes from RunNifi which starts org.apache.nifi.NiFi as a separate JVM process which means you are not really in full DEBUG mode anyway: opt/java/jdk1.7.0_75/bin/java -Dnifi.properties.file.path=/home/mpetronic/nifi-0.3.1-SNAPSHOT/./conf/nifi.properties -Dfile.encoding=

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Mark Petronic
Main Class is definitely configured to org.apache.nifi.NiFi per instructions. That's what I see in the sample command lines I sent you, too. Curious, what makes you think that was misconfigured? On Tue, Oct 27, 2015 at 8:52 AM, Oleg Zhurakousky wrote: > It appears you’ve misconfigured your Run Co

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
It appears you’ve misconfigured your Run Configuration. It seems like your MainClass is org.apache.nifi.bootstrap.RunNifi. It should be org.apache.nifi.NiFi Can you verify? Oleg > On Oct 27, 2015, at 8:45 AM, Mark Petronic wrote: > > On Tue, Oct 27, 2015 at 6:55 AM, Oleg Zhurakousky > wrote:

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Mark Petronic
On Tue, Oct 27, 2015 at 6:55 AM, Oleg Zhurakousky wrote: > I was just able to reproduce your exact error by disassociating it from the > class path Oleg, thanks for the response. 1. I verified that my working directory is correct and points to my running version of Nifi: /home/mpetronic/nifi-0

[GitHub] nifi pull request: NIFI-1074 added initial support for IDE integra...

2015-10-27 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/108 NIFI-1074 added initial support for IDE integration Includes instructions for Eclipse You can merge this pull request into a Git repository by running: $ git pull https://github.com/olegz/nifi NIFI

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
Also, validate that src/main/resources is one of the source directories, so log4j.properties is pulled into the startup class path. I was just able to reproduce your exact error by disassociating it from the class path. On Oct 27, 2015, at 6:51 AM, Oleg Zhurakousky mailto:ozhurakou...@hortonwor

Re: Recommendation on getting started as a contibutor

2015-10-27 Thread Oleg Zhurakousky
Mark Thanks for trying. Indeed I forgot to mention in the guide that one has to add ‘nifi.properties.file.path' as ‘VM Arguments’, updating the guide now. As for logging, everything should work. Even though NiFi uses logback adapter for slf4j, the IDE setup uses log4j and all required JARs shou

whether nifi can pull data from realtional database like oracle into hdfs

2015-10-27 Thread cathy
Dear sir, I wanna know whether i can pull data from realtional database like oracle into hdfs ,or pull data from realtional database like oracle into mysql by using nifi? Should i need to develop plugins or something? Looking forward to your early reply,Thank you very much . Sincerely yo