Github user yinxusen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11116#discussion_r52960073
--- Diff:
examples/src/main/scala/org/apache/spark/examples/mllib/StreamingKMeansExample.scala
---
@@ -20,60 +20,41 @@ package org.apache.spark.examples.mllib
import org.apache.spark.SparkConf
import org.apache.spark.mllib.clustering.StreamingKMeans
+// $example on$
import org.apache.spark.mllib.linalg.Vectors
import org.apache.spark.mllib.regression.LabeledPoint
import org.apache.spark.streaming.{Seconds, StreamingContext}
+// $example off$
-/**
--- End diff --
Same here with `PowerIterationClusteringExample`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]