4. Smoke Test MapReduce

  1. Try browsing to the JobTracker:

    http://{jobtracker.full.hostname}:50030/
  2. Smoke test using Teragen to generate 10GB of data and then using Terasort to sort the data. Login as $HDFS_USER

    /usr/lib/hadoop/bin/hadoop jar /usr/lib/hadoop/hadoop-exam­ples.jar teragen 100000000 /test/10gsort/input
    /usr/lib/hadoop/bin/hadoop jar /usr/lib/hadoop/hadoop-exam­ples.jar terasort /test/10gsort/input /test/10gsort/output
    

loading table of contents...