- Aug 29, 2013
-
-
Matei Zaharia authored
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.
-
- Aug 28, 2013
-
-
Patrick Wendell authored
Expose `isLocal` in SparkContext.
-
Matei Zaharia authored
Hot fix for command runner
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Matei Zaharia authored
Spark on Yarn should use yarn approved directories for spark.local.dir and tmp
-
Y.CORP.YAHOO.COM\tgraves authored
-
- Aug 27, 2013
-
-
Matei Zaharia authored
Spark on Yarn allow users to specify environment variables
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
-
- Aug 26, 2013
-
-
Matei Zaharia authored
Pass SBT_OPTS environment through to sbt_launcher
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
-
shivaram authored
Revert json library change
-
Y.CORP.YAHOO.COM\tgraves authored
-
Reynold Xin authored
-
Reynold Xin authored
This reverts commit 1fb1b099, reversing changes made to c69c4894.
-
Y.CORP.YAHOO.COM\tgraves authored
-
- Aug 24, 2013
-
-
Patrick Wendell authored
Several Improvements to EC2 Scripts
-
Patrick Wendell authored
-
Patrick Wendell authored
-
- Aug 23, 2013
-
-
Matei Zaharia authored
Fix IDE project generation under SBT
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Ian Buss authored
-
Matei Zaharia authored
Documentation suggestions for spark streaming.
-
- Aug 22, 2013
-
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Create less instances of the random class during ALS initialization.
-
Matei Zaharia authored
Re-add removed dependency to fix build under Hadoop 0.23.9
-
Jey Kottalam authored
Fixes SBT build under Hadoop 0.23.9 and 2.0.4
-
Matei Zaharia authored
Update build docs
-
Matei Zaharia authored
Synced sbt and maven builds to use the same dependencies, etc.
-
Matei Zaharia authored
Coalesced RDD with locality
-
- Aug 21, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-