You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/06/20 20:24:48 UTC

spark-website git commit: Add a note for searching PySpark and SparkR version changes in release-process.md

Repository: spark-website
Updated Branches:
  refs/heads/asf-site 2c375dc4f -> af0b9fba2


Add a note for searching PySpark and SparkR version changes in release-process.md


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/af0b9fba
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/af0b9fba
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/af0b9fba

Branch: refs/heads/asf-site
Commit: af0b9fba2636959e563e5d1bbca2e2212f489d10
Parents: 2c375dc
Author: hyukjinkwon <gu...@gmail.com>
Authored: Wed Jun 21 01:38:13 2017 +0900
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Jun 20 21:24:26 2017 +0100

----------------------------------------------------------------------
 release-process.md        | 2 ++
 site/release-process.html | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/af0b9fba/release-process.md
----------------------------------------------------------------------
diff --git a/release-process.md b/release-process.md
index a98dc80..a5a609e 100644
--- a/release-process.md
+++ b/release-process.md
@@ -46,6 +46,8 @@ Maven when cutting the release. Note that there are a few exceptions that should
 - **Spark REPLs**. Look for the Spark ASCII art in `SparkILoopInit.scala` for the Scala shell 
 and in `shell.py` for the Python REPL.
 - **Docs**. Search for VERSION in `docs/_config.yml`
+- **PySpark**. Search for `__version__` in `python/pyspark/version.py`
+- **SparkR**. Search for `Version` in `R/pkg/DESCRIPTION`
 
 Finally, update `CHANGES.txt` with this script in the Spark repository. `CHANGES.txt` captures 
 all the patches that have made it into this release candidate since the last release.

http://git-wip-us.apache.org/repos/asf/spark-website/blob/af0b9fba/site/release-process.html
----------------------------------------------------------------------
diff --git a/site/release-process.html b/site/release-process.html
index cae0646..2a4bcdc 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -245,6 +245,8 @@ Maven when cutting the release. Note that there are a few exceptions that should
   <li><strong>Spark REPLs</strong>. Look for the Spark ASCII art in <code>SparkILoopInit.scala</code> for the Scala shell 
 and in <code>shell.py</code> for the Python REPL.</li>
   <li><strong>Docs</strong>. Search for VERSION in <code>docs/_config.yml</code></li>
+  <li><strong>PySpark</strong>. Search for <code>__version__</code> in <code>python/pyspark/version.py</code></li>
+  <li><strong>SparkR</strong>. Search for <code>Version</code> in <code>R/pkg/DESCRIPTION</code></li>
 </ul>
 
 <p>Finally, update <code>CHANGES.txt</code> with this script in the Spark repository. <code>CHANGES.txt</code> captures 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org