Hello,

I have a simple java program that sets up a MR job. I could successfully
execute this in Hadoop infrastructure (hadoop 2x) using 'hadoop jar
<myjar>'. But I want to achieve the same thing using java command as below.

java <className>

1. How can I pass hadoop configuration to this className?
2. What extra arguments do I need to supply?
3. Any link/documentation would be highly appreciated.


regards
rab

Reply via email to