Created
February 23, 2015 10:30
-
-
Save orimanabu/62d8f620766543527525 to your computer and use it in GitHub Desktop.
hadoop teragen & terasort
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar teragen 100000000 teragen/10g1 | |
yarn jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar teragen 100000000 teragen/10g1 | |
yarn jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar terasort teragen/10g1 terasort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment