Skip to content

Commit

Permalink
Fix input dir to output
Browse files Browse the repository at this point in the history
  • Loading branch information
drakemin committed Mar 9, 2015
1 parent cbfeed6 commit e3594f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/nexr/spark/terasort/TeraValidate.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ object TeraValidate {
println("usage:")
println("DRIVER_MEMORY=[mem] bin/run-example " +
"org.apache.spark.examples.terasort.TeraValidate " +
"[input-directory]")
"[output-directory]")
println(" ")
println("example:")
println("DRIVER_MEMORY=50g bin/run-example " +
"org.apache.spark.examples.terasort.TeraValidate " +
"file:///scratch/username/terasort_in ")
"file:///scratch/username/terasort_out ")
System.exit(0)
}

Expand Down

0 comments on commit e3594f4

Please sign in to comment.