Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions site/release-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ <h2>Preparing Spark for Release</h2>
<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
Expand Down