Suppose I write a java program and i want to run it in Hadoop, then
- where should the file be saved?
- how to access it from hadoop?
- should i be calling it by the following command?
hadoop classname - what is the command in hadoop to execute the java file?