Skip to content

Commit

Permalink
fixed scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Feb 10, 2016
1 parent c6f9003 commit 9021f36
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
// scalastyle:off println
package org.apache.spark.examples.ml

import org.apache.spark.sql.SQLContext
import org.apache.spark.{SparkConf, SparkContext}
// $example on$
import org.apache.spark.ml.evaluation.RegressionEvaluator
import org.apache.spark.ml.recommendation.ALS
// $example off$
import org.apache.spark.sql.SQLContext
// $example on$
import org.apache.spark.sql.functions._
import org.apache.spark.sql.types.DoubleType
// $example off$
Expand Down

0 comments on commit 9021f36

Please sign in to comment.