Skip to content

Commit

Permalink
placeholder for pic examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeschhuawei committed Feb 4, 2015
1 parent 5864d4a commit c509130
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
package org.apache.spark.examples.mllib

import org.apache.log4j.{Level, Logger}
import scopt.OptionParser

import org.apache.spark.{SparkConf, SparkContext}
import org.apache.spark.mllib.clustering.KMeans
import org.apache.spark.mllib.linalg.Vectors
import org.apache.spark.{SparkConf, SparkContext}
import scopt.OptionParser

/**
* An example k-means app. Run with
Expand All @@ -38,7 +37,7 @@ object PowerIterationClusteringExample {
val Random, Parallel = Value
}

import InitializationMode._
import org.apache.spark.examples.mllib.PowerIterationClusteringExample.InitializationMode._

case class Params(
input: String = null,
Expand Down

0 comments on commit c509130

Please sign in to comment.