Skip to content

Commit

Permalink
Scalastyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MLnick committed Apr 22, 2014
1 parent e7552fa commit 64eb051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object WriteInputFormatTestDataGenerator extends App {
import SparkContext._

def generateData(path: String, jsc: JavaSparkContext) {
val sc = jsc.sc //new SparkContext("local[2]", "test")
val sc = jsc.sc

val basePath = s"$path/sftestdata/"
val textPath = s"$basePath/sftext/"
Expand Down

0 comments on commit 64eb051

Please sign in to comment.