Shanka, It's hard to tell without more details, which you can probably find in the logs, but the pom.xml in that project has not been updated for any of the recent (< 1y) releases of NiFi (0.6, 0.7, 1.0), so you're probably going to have to change the version properties and, if using NiFi 1.0, change ProcessorLog to ComponentLog in the actual processor implementation.
If you want to check the logs for relevant messages you can find these in ./logs/nifi-app.log and ./logs/nifi-bootstrap.log. I'll add that, from a stylistic point of view, you might be better off looking into one the Spark job servers (spark-jobserver, livy) and using NiFi's HTTP processors to submit jobs that way. It should be more manageable and then you won't need this custom processor. -joey > On Nov 16, 2016, at 2:16 AM, shankhamajumdar <[email protected]> > wrote: > > Hi, > > I am trying to use custom Spark Nifi processor. I have downloaded the > processor from https://github.com/qiansl127/nifi-spark-bundle and then > executed the maven build. After the maven build I have copied > nifi-spark-nar-0.3.0.nar inside NiFi lib folder and restarted the NiFi > server which is not working. > > Please advice. > > Regards, > Shankha > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/NiFi-Spark-Processor-tp13899.html > Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
