top of page

Run and Compile Hadoop with Command Prompt

Suppose We have 3 files:


1. mapper.java
2. reducer.java
3.Driver.java


So in this case you need to compile all java files as below:


javac -cp $(hadoop classpath) *.java


14 views0 comments

Recent Posts

See All
bottom of page