spark-instrumented-optimizer/dev
Josh Rosen e02136214a Improvements to merge_spark_pr.py
This commit fixes a couple of issues in the merge_spark_pr.py developer script:

- Allow recovery from failed cherry-picks.
- Fix detection of pull requests that have already been merged.

Both of these fixes are useful when backporting changes.

Author: Josh Rosen <joshrosen@apache.org>

Closes #1668 from JoshRosen/pr-script-improvements and squashes the following commits:

ff4f33a [Josh Rosen] Default SPARK_HOME to cwd(); detect missing JIRA credentials.
ed5bc57 [Josh Rosen] Improvements for backporting using merge_spark_pr:
2014-07-31 14:35:09 -07:00
..
audit-release [SPARK-2397][SQL] Deprecate LocalHiveContext 2014-07-31 11:26:43 -07:00
create-release SPARK-2741 - Publish version of spark assembly which does not contain Hive 2014-07-30 17:04:30 -07:00
check-license Wrap JAR_DL in dev/check-license. 2014-07-30 13:43:17 -07:00
github_jira_sync.py SPARK-2596 HOTFIX: Deal with non-existent JIRAs. 2014-07-19 20:06:28 -07:00
merge_spark_pr.py Improvements to merge_spark_pr.py 2014-07-31 14:35:09 -07:00
mima More wrapping FWDIR in quotes. 2014-07-30 13:04:20 -07:00
README.md Merge pull request #565 from pwendell/dev-scripts. Closes #565. 2014-02-08 23:13:34 -08:00
run-tests Properly pass SBT_MAVEN_PROFILES into sbt. 2014-07-30 14:31:20 -07:00
run-tests-jenkins More wrapping FWDIR in quotes. 2014-07-30 13:04:20 -07:00
scalastyle [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix) 2014-07-28 12:07:30 -07:00

Spark Developer Scripts

This directory contains scripts useful to developers when packaging, testing, or committing to Spark.

Many of these scripts require Apache credentials to work correctly.