aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixed a bug of using wildcard in quotesDu Li2013-10-011-1/+1
|/
* Fix copy issue in https://github.com/mesos/spark/pull/899Matei Zaharia2013-09-091-1/+1
|
* Fix path to assembly in make-distribution.shMatei Zaharia2013-08-291-1/+1
|
* Fix PySpark for assembly run and include it in distMatei Zaharia2013-08-291-1/+4
|
* Change build and run instructions to use assembliesMatei Zaharia2013-08-291-8/+9
| | | | | | | | | | | | | | | | This commit makes Spark invocation saner by using an assembly JAR to find all of Spark's dependencies instead of adding all the JARs in lib_managed. It also packages the examples into an assembly and uses that as SPARK_EXAMPLES_JAR. Finally, it replaces the old "run" script with two better-named scripts: "run-examples" for examples, and "spark-class" for Spark internal classes (e.g. REPL, master, etc). This is also designed to minimize the confusion people have in trying to use "run" to run their own classes; it's not meant to do that, but now at least if they look at it, they can modify run-examples to do a decent job for them. As part of this, Bagel's examples are also now properly moved to the examples package instead of bagel.
* Change default SPARK_HADOOP_VERSION in make-distribution.sh tooMatei Zaharia2013-08-211-1/+1
|
* Rename YARN build flag to SPARK_WITH_YARNJey Kottalam2013-08-161-4/+4
|
* Allow make-distribution.sh to specify Hadoop version usedJey Kottalam2013-08-161-11/+42
|
* Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-291-0/+1
| | | | | | | requiring Spark to be installed. Using 'make_distribution.sh' a user can put a Spark distribution at a URI supported by Mesos (e.g., 'hdfs://...') and then set that when launching their job. Also added SPARK_EXECUTOR_URI for the REPL.
* Merge remote-tracking branch 'origin/pr/704'Matei Zaharia2013-07-161-3/+21
|\ | | | | | | | | Conflicts: make-distribution.sh
| * dding tgz option to make-distribution.shseanm2013-07-151-3/+21
| |
* | Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+19
|/
* Merge remote-tracking branch 'origin/pr/662'Matei Zaharia2013-07-131-1/+2
| | | | | Conflicts: bin/compute-classpath.sh
* Add deploy/testing procedureEvan Chan2013-06-251-0/+8
|
* Script to create binary distribution for SparkEvan Chan2013-06-241-0/+30