summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Buck <jbbuck@gmail.com>2013-05-02 14:42:07 -0700
committerJoe Buck <jbbuck@gmail.com>2013-05-02 14:42:07 -0700
commitd5fecfe328acc8ab996c9fbe9e653131640bfafd (patch)
tree6f9028dfb122dea910f77b6449ea19f1ef296dd3
parentd3107c89780e5bd75bd92895a8d1441c170d0be1 (diff)
downloadceph-d5fecfe328acc8ab996c9fbe9e653131640bfafd.tar.gz
testing: tweaking the terasort test
Signed-off-by: Joe Buck <jbbuck@gmail.com>
-rwxr-xr-xqa/workunits/hadoop-terasort/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/hadoop-terasort/test.sh b/qa/workunits/hadoop-terasort/test.sh
index d198c5baf66..154f95ef0aa 100755
--- a/qa/workunits/hadoop-terasort/test.sh
+++ b/qa/workunits/hadoop-terasort/test.sh
@@ -7,7 +7,7 @@ echo "starting hadoop-terasort test"
command0="export JAVA_HOME=/usr/lib/jvm/default-java"
command1="$TESTDIR/apache_hadoop/bin/hadoop dfs -mkdir /tests"
-command2="$TESTDIR/apache_hadoop/bin/hadoop dfs -mkdir /tests/terasort_data"
+#command2="$TESTDIR/apache_hadoop/bin/hadoop dfs -mkdir /tests/terasort_data"
command3="$TESTDIR/apache_hadoop/bin/hadoop jar $TESTDIR/apache_hadoop/build/hadoop-*examples*jar teragen 20000000 /tests/terasort_data"
command4="$TESTDIR/apache_hadoop/bin/hadoop dfs -rmr /tests/terasort_data"
#command1="mkdir -p $TESTDIR/hadoop_input"