From 35a9e0b08ca13098297cf134c64a4b96da233dd6 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Wed, 21 Jun 2017 01:38:13 +0900 Subject: [PATCH] Add a note for searching PySpark and SparkR version changes in release-process.md --- release-process.md | 2 ++ site/release-process.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/release-process.md b/release-process.md index a98dc802880..a5a609e0701 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. diff --git a/site/release-process.html b/site/release-process.html index cae0646bc65..2a4bcdc661f 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -245,6 +245,8 @@

Preparing Spark for Release

  • 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