Skip to content

Commit

Permalink
add import org.apache.spark.SparkContext._ back
Browse files Browse the repository at this point in the history
  • Loading branch information
DB Tsai committed Nov 26, 2014
1 parent 6fa616c commit 0c3637f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import breeze.linalg.{DenseVector => BDV, Vector => BV}

import org.apache.spark.annotation.Experimental
import org.apache.spark.Logging
import org.apache.spark.SparkContext._
import org.apache.spark.mllib.linalg.{Vector, Vectors}
import org.apache.spark.mllib.util.MLUtils
import org.apache.spark.rdd.RDD
Expand Down

0 comments on commit 0c3637f

Please sign in to comment.