aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
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:08 +0000
commit2bf40c58e6e89e061783c999204107069df17f73 (patch)
treef2a5a4b94d6641f44a440f7153dfa6664eb4a33a /mllib/src
parent7a0da47708b0e6b117b5c1a35aa3e93b8a914d5f (diff)
downloadspark-2bf40c58e6e89e061783c999204107069df17f73.tar.gz
spark-2bf40c58e6e89e061783c999204107069df17f73.tar.bz2
spark-2bf40c58e6e89e061783c999204107069df17f73.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
Diffstat (limited to 'mllib/src')
-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.