Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Dec 30, 2014
1 parent 4937fd4 commit 80b8e61
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -22,8 +22,7 @@ import scopt.OptionParser
import org.apache.spark.{SparkConf, SparkContext}
import org.apache.spark.examples.mllib.AbstractParams
import org.apache.spark.ml.recommendation.ALS
import org.apache.spark.sql.SQLContext
import org.apache.spark.sql.catalyst.expressions.Row
import org.apache.spark.sql.{Row, SQLContext}

/**
* An example app for ALS on MovieLens data (http://grouplens.org/datasets/movielens/).
Expand Down

0 comments on commit 80b8e61

Please sign in to comment.