I am trying to run an example as it is pointed in Hadoop in Action book page 15. this is the command that needs to be run :
bin/hadoop jar hadoop-*-examples.jar
but I get this error
"Error: Could not find or load main class org.apache.hadoop.util.RunJar"
It seems like a classpath issue or something. Can someone point out some guideline ?
Actually I am not able to run any of hadoop commands like version, fs, jar ... and so on .. !
NOTE: I am using windows.