aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Expand)AuthorAgeFilesLines
* Update run script to deal with change to build of REPL shaded JARMatei Zaharia2013-01-201-3/+5
* Merge branch 'master' into streamingMatei Zaharia2013-01-201-0/+7
|\
| * Warn users if they run pyspark or spark-shell without compiling SparkMatei Zaharia2013-01-171-0/+7
* | Merge branch 'master' into streamingTathagata Das2013-01-151-9/+7
|\|
| * Merge pull request #346 from JoshRosen/python-apiMatei Zaharia2013-01-121-0/+4
| |\
| | * Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-1/+1
| | * Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-291-18/+40
| | |\
| | * | Simplify PySpark installation.Josh Rosen2012-12-271-0/+4
| * | | Retrieve jars to a flat directory so * can be used for the classpath.Stephen Haberman2013-01-081-9/+3
| | |/ | |/|
* | | Removed streaming-env.sh.templateTathagata Das2013-01-061-4/+0
* | | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-201-5/+10
|\| |
| * | Make "run" script work with Maven buildsMatei Zaharia2012-12-101-5/+10
* | | Fixed bugs in RawNetworkInputDStream and in its examples. Made the ReducedWin...Tathagata Das2012-11-121-0/+4
* | | Merge remote-tracking branch 'public/master' into devMatei Zaharia2012-10-241-24/+34
|\| |
| * | Tweaked run file to live more happily with typesafe's debian packageThomas Dudziak2012-10-221-13/+30
| |/
| * Document how to configure SPARK_MEM & co on a per-job basisMatei Zaharia2012-10-131-7/+0
| * Made run script add test-classes onto the classpath only if SPARK_TESTING is ...root2012-10-071-2/+4
| * Don't check for JARs in core/lib anymoreMatei Zaharia2012-10-041-3/+0
| * Update Scala version dependency to 2.9.2Matei Zaharia2012-09-241-1/+1
| * Added a unit test for local-cluster mode and simplified some of the code invo...Matei Zaharia2012-09-071-0/+1
* | Added the Spark Streaing code, ported to Akka 2Matei Zaharia2012-07-281-0/+2
|/
* Fixed SPARK_MEM not being passed when runner is javaMatei Zaharia2012-07-281-1/+4
* More work to allow Spark to run on the standalone deploy cluster.Matei Zaharia2012-07-081-7/+26
* More work on deploy code (adding Worker class)Matei Zaharia2012-06-301-0/+1
* Further fixes to how Mesos is found and usedMatei Zaharia2012-03-171-21/+23
* Set SCALA_VERSION to 2.9.1 (from 2.9.1.final) to match expectation of SBT 0.11.0Ismael Juma2011-09-261-1/+1
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-1/+1
* Removed a debugging lineMatei Zaharia2011-08-291-1/+0
* Merge branch 'scala-2.9'Matei Zaharia2011-08-011-8/+9
|\
| * Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-151-8/+9
| * Pass quoted arguments properly to runMatei Zaharia2011-05-311-1/+1
| * SCALA_VERSION in run should be 2.9.0-1Ismael Juma2011-05-271-1/+1
| * Update to Scala 2.9.0-1 and disable repl module for now.Ismael Juma2011-05-271-1/+1
* | Updated to newest Mesos API, which includes better memory accountingMatei Zaharia2011-08-011-1/+2
* | Pass quoted arguments properly to runMatei Zaharia2011-05-311-1/+1
|/
* Update run to work with SBT managed dependencies and the newly introduced rep...Ismael Juma2011-05-271-21/+17
* Add Bagel classpath to run scriptAnkur Dave2011-05-031-0/+2
* Updated modified Kryo to use objenesisMatei Zaharia2011-03-081-0/+1
* Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-071-1/+4
* Updated Hadoop to 0.20.2 to include some bug fixesMatei Zaharia2011-03-011-2/+2
* Merge branch 'master' into sbtMatei Zaharia2011-02-021-0/+1
|\
| * Replacing the native lzf compression code with the ning open-source compress-...Joshua Hartman2010-12-051-0/+1
* | Made examples and core subprojectsMatei Zaharia2011-02-011-15/+19
* | Fixed some more stuff (Eclispe target and native build)Matei Zaharia2010-11-131-1/+1
* | Initial work to get Spark compiling with SBT 0.7.5 RC0Matei Zaharia2010-11-131-15/+15
* | Modified project structure to work with buildrMatei Zaharia2010-11-131-2/+2
|/
* Set absolute path for SPARK_HOMEMatei Zaharia2010-10-161-1/+1
* Added code so that Spark jobs can be launched from outside the SparkMatei Zaharia2010-10-151-4/+10
* Updated guava to version r07Matei Zaharia2010-10-151-1/+1
* Changed printlns to log statements and fixed a bug in run that was causing it...Matei Zaharia2010-09-281-18/+17