summaryrefslogtreecommitdiff
path: root/releases/_posts
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2016-06-27 20:31:41 +0000
committerSean R. Owen <srowen@apache.org>2016-06-27 20:31:41 +0000
commit17e6348922e74588e61ad4893aada3f84d95d448 (patch)
tree22519b7573c95b87161113af41b4ff304f73c506 /releases/_posts
parent774d10b6153512d7d5da1580b3e48eb2fee62c2f (diff)
downloadspark-website-17e6348922e74588e61ad4893aada3f84d95d448.tar.gz
spark-website-17e6348922e74588e61ad4893aada3f84d95d448.tar.bz2
spark-website-17e6348922e74588e61ad4893aada3f84d95d448.zip
Remove Spark site plugins (not used/working); fix jekyll build warning and one bad heading tag; remove inactive {% extra %} tag; commit current output of jekyll for consistency (mostly minor whitespace changes)
Diffstat (limited to 'releases/_posts')
-rw-r--r--releases/_posts/2016-01-04-spark-release-1-6-0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releases/_posts/2016-01-04-spark-release-1-6-0.md b/releases/_posts/2016-01-04-spark-release-1-6-0.md
index 4ff3682ce..56924b1a5 100644
--- a/releases/_posts/2016-01-04-spark-release-1-6-0.md
+++ b/releases/_posts/2016-01-04-spark-release-1-6-0.md
@@ -82,7 +82,7 @@ You can consult JIRA for the [detailed changes](https://issues.apache.org/jira/s
- [SPARK-11337](https://issues.apache.org/jira/browse/SPARK-11337) **Testable example code** - Automated testing for code in user guide examples
-##Deprecations
+## Deprecations
* In spark.mllib.clustering.KMeans, the "runs" parameter has been deprecated.
* In spark.ml.classification.LogisticRegressionModel and spark.ml.regression.LinearRegressionModel, the "weights" field has been deprecated, in favor of the new name "coefficients." This helps disambiguate from instance (row) weights given to algorithms.