spark-instrumented-optimizer/dev
Patrick Wendell 49e4727449 SPARK-2596 A tool for mirroring github pull requests on JIRA.
For a bunch of reasons we should automatically populate a JIRA with information about new pull requests when they arrive. I've written a small python script to do this that we can run from Jenkins every 5 or 10 minutes to keep things in sync.

Author: Patrick Wendell <pwendell@gmail.com>

Closes #1496 from pwendell/github-integration and squashes the following commits:

55ad226 [Patrick Wendell] Small fix
afda547 [Patrick Wendell] Use sequence instead of dictiory for JIRA's
3e18cc1 [Patrick Wendell] Small edits
84c5606 [Patrick Wendell] SPARK-2596 A tool for mirroring github pull requests on JIRA.
2014-07-19 18:19:08 -07:00
..
audit-release SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
create-release SPARK-2526: Simplify options in make-distribution.sh 2014-07-17 01:02:35 -07:00
check-license SPARK-1144 Added license and RAT to check licenses. 2014-03-24 08:44:20 -07:00
github_jira_sync.py SPARK-2596 A tool for mirroring github pull requests on JIRA. 2014-07-19 18:19:08 -07:00
merge_spark_pr.py Strip '@' symbols when merging pull requests. 2014-06-26 17:09:24 -07:00
mima HOTFIX: Fix missing MIMA ignore 2014-06-21 13:02:49 -07:00
README.md Merge pull request #565 from pwendell/dev-scripts. Closes #565. 2014-02-08 23:13:34 -08:00
run-tests SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, please use -Pyarn flag" 2014-07-15 10:46:17 -07:00
run-tests-jenkins SPARK-2416: Allow richer reporting of unit test results 2014-07-09 19:26:16 -07:00
scalastyle SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, please use -Pyarn flag" 2014-07-15 10:46:17 -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.