Merge pull request #147 from JoshRosen/fix-java-api-completeness-checker

Add spark-tools assembly to spark-class'ss classpath

This commit adds an assembly for `spark-tools` and adds it to `spark-class`'s 
classpath, allowing the JavaAPICompletenessChecker to be run against Spark 0.8+ 
with

    ./spark-class org.apache.spark.tools.JavaAPICompletenessChecker

Previously, this tool was run through the `run` script.  I chose to add this to 
`run-example` because I didn't want to duplicate code in a `run-tool` script.


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

Branch: refs/heads/master
Commit: 3efc0195625977335914f0a18cf32bd4e9b1d6d4
Parents: 87954d4 a37ff0f
Author: Matei Zaharia <[email protected]>
Authored: Sat Nov 9 17:53:49 2013 -0800
Committer: Matei Zaharia <[email protected]>
Committed: Sat Nov 9 17:53:49 2013 -0800

----------------------------------------------------------------------
 project/SparkBuild.scala |  2 +-
 spark-class              | 13 +++++++++++++
 spark-class2.cmd         |  7 +++++++
 3 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


Reply via email to