We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830d1b9 commit 0dbcfe9Copy full SHA for 0dbcfe9
examples/src/main/scala/org/apache/spark/examples/SparkALS.scala
@@ -30,7 +30,6 @@ import org.apache.spark._
30
*/
31
object SparkALS {
32
33
-// begin code
34
// Parameters set through command line arguments
35
var M = 0 // Number of movies
36
var U = 0 // Number of users
@@ -87,8 +86,6 @@ object SparkALS {
87
86
""".stripMargin)
88
}
89
90
- // end code
91
-
92
def main(args: Array[String]) {
93
94
var slices = 0
0 commit comments