I am following the book Hadoop: the definitive Guide.
I am confused on example 3-1.
There is a Java source file, URLCat.java. I use javac to co
javac
It's quite simple:
[me@myhost ~]$ hadoop jar RunJar jarFile [mainClass] args...
So, what you want is hadoop jar yourJar.jar your.class.with.Main [any args]
hadoop jar yourJar.jar your.class.with.Main [any args]