Skip to content

Commit

Permalink
Fix app name of TeraGen.
Browse files Browse the repository at this point in the history
  • Loading branch information
drakemin committed Mar 10, 2015
1 parent de961e8 commit aa31fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/nexr/spark/terasort/TeraGen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object TeraGen {
val size = sizeToSizeStr(outputSizeInBytes)

val conf = new SparkConf()
.setAppName(s"TeraSort ($size)")
.setAppName(s"TeraGen ($size)")
val sc = new SparkContext(conf)

val parts = sc.defaultMinPartitions
Expand Down

0 comments on commit aa31fff

Please sign in to comment.