java.lang.ClassNotFoundException: /usr/local/hadoop/input
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This might be an issue with the file location in the Spark submit command. Try it with
spark-submit --master spark://master:7077 \ hello_world_from_pyspark.py {file location}
- Expert tip
Check if you've set a name in Application -> Run. If you didn't, the generated XML is gonna have missing information and then this exception will be thrown.
Solutions on the web
via kishorer.in by Unknown author, 2 years ago
via Stack Overflow by Vineet Kaushik
, 1 year agovia kishorer.in by Unknown author, 1 year ago
via Stack Overflow by Nikitha
, 11 months agovia xebia.com by Unknown author, 2 years ago
via xebia.com by Unknown author, 1 year ago
java.lang.ClassNotFoundException: /usr/local/hadoop/input
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.apache.hadoop.util.RunJar.run(RunJar.java:214)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)