Custom classpath (using MapR-FS in lieu of HDFS)

2015-10-12 Thread Andre F de Miranda
Hi there, First post in here so please... you know the drill. I was wondering: What is the recommended approach to add custom classes to NiFi on load time? Reason I ask is simple: Our HDFS store is in fact a MapR-FS store and as such I need to use the proprietary MapR client and Hadoop JARs on

Re: Custom classpath (using MapR-FS in lieu of HDFS)

2015-10-12 Thread Oleg Zhurakousky
May be I am missing certain details, but are you asking about custom bundle (NAR) or using existing NiFi bundles which would somehow have to delegate to some custom JARs? I am thinking that if you are using custom client, you may need a custom bundle. Oleg > On Oct 12, 2015, at 9:29 AM, Andre

Re: Custom classpath (using MapR-FS in lieu of HDFS)

2015-10-12 Thread Andre F de Miranda
Joe, Epic! Exactly what I was looking for. (Also, apologies for getting you to LMGTFY... :-) ) Cheers On Tue, Oct 13, 2015 at 1:13 AM, Joe Witt wrote: > Hello Andre, > > Found on Github here is someone who already got NiFi working with MapR > and documented their approach.

Re: Custom classpath (using MapR-FS in lieu of HDFS)

2015-10-12 Thread Joe Witt
Epic is your google profile picture. No problem - we're here to help. For the Hadoop distros we just need to make it easy for folks to interact with their distro of choice. You should be able to drag the HDFS processors onto the graph and select 'distro/provider','version', etc.. and go to

Re: Custom classpath (using MapR-FS in lieu of HDFS)

2015-10-12 Thread Joe Witt
Hello Andre, Found on Github here is someone who already got NiFi working with MapR and documented their approach. https://github.com/bbukacek/nifi-hadoop-libraries-bundle Thanks Joe On Mon, Oct 12, 2015 at 9:46 AM, Oleg Zhurakousky wrote: > May be I am missing