aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
diff options
context:
space:
mode:
authorvinodkc <vinod.kc.in@gmail.com>2015-03-22 20:00:08 +0000
committerSean Owen <sowen@cloudera.com>2015-03-22 20:00:19 +0000
commit857e8a60ed43881ecb27d2e5c33915a8d128b6e8 (patch)
treefe131981ab16edcf001950e2d1f1ca68a44fc197 /mllib/src/main
parent3ba295fa08d7e57f507319bae621ef7d788a0d23 (diff)
downloadspark-857e8a60ed43881ecb27d2e5c33915a8d128b6e8.tar.gz
spark-857e8a60ed43881ecb27d2e5c33915a8d128b6e8.tar.bz2
spark-857e8a60ed43881ecb27d2e5c33915a8d128b6e8.zip
[SPARK-6337][Documentation, SQL]Spark 1.3 doc fixes
Author: vinodkc <vinod.kc.in@gmail.com> Closes #5112 from vinodkc/spark_1.3_doc_fixes and squashes the following commits: 2c6aee6 [vinodkc] Spark 1.3 doc fixes (cherry picked from commit 2bf40c58e6e89e061783c999204107069df17f73) Signed-off-by: Sean Owen <sowen@cloudera.com>
Diffstat (limited to 'mllib/src/main')
-rw-r--r--mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala b/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala
index 5bbcd2e080..c4a3610330 100644
--- a/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala
+++ b/mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala
@@ -33,7 +33,7 @@ import org.apache.spark.sql.types.StructType
abstract class PipelineStage extends Serializable with Logging {
/**
- * :: DeveloperAPI ::
+ * :: DeveloperApi ::
*
* Derives the output schema from the input schema and parameters.
* The schema describes the columns and types of the data.