Member since
03-13-2016
8
Posts
10
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
16224 | 03-15-2016 02:53 PM |
12-29-2016
07:30 AM
1 Kudo
For the beginners, like myself: If you added a new processor, or change the processor name, you will need to add or change the name in the .Processor file in <Home Dir>/Documents/nifi/ChakraProcessor/HWX/nifi-demo-processors/src/main/resources/META-INF/services. If you don't do this, the processor will not be loaded.
... View more
03-15-2016
02:53 PM
Hi Guys, Thanks a lot for your help. Just to summarize the issue so that someone else knows what to do: If using HDP sandbox 2.4, for the tutorial "A Lap Around Apache Spark", there is no need to install spark, everything is in. When I had problem starting spark, it was because there is another spark instance running. Started because I was running the "Spark on Zeppelin" tutorial. To stop the spark session, use the "yarn application -list" and "yarn application -kill" command to kill of other spark on yarn sessions. All is well now. Takes again for your help.
... View more