saggu / map-reduce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

map-reduce

Instructions to run the map reduce job ,

  1. Let HADOOP_HOME be the locally installed Hadoop directory
  2. Create a folder named 'ggmr' under HADOOP_HOME
  3. Create a folder named 'in' under HADOOP_HOME/ggmr
  4. Copy the input file to HADOOP_HOME/ggmr/in
  5. Copy the ggmr.jar to HADOOP_HOME/ggmr
  6. Make sure the jars - json-lib-2.3-jdk15.jar and ezmorph-1.0.6.jar are in the classpath
  7. Change directory to HADOOP_HOME
  8. run the job using the command - bin/hadoop jar ggmr/ggmr.jar com.gumgum.mr.Main ggmr/in/ ggmr/out

About


Languages

Language:Java 100.0%