aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Expand)AuthorAgeFilesLines
* Only check for repl classes if the user is running the repl. Otherwise,Reynold Xin2013-05-161-2/+8
* 1) Add support for HADOOP_CONF_DIR (and/or YARN_CONF_DIR - use either) : whic...Mridul Muralidharan2013-05-111-27/+38
* Fix issues reported by ReynoldMridul Muralidharan2013-04-301-3/+4
* Reversed the order of tests to find a scala executable (in the case when SPAR...Mike2013-04-111-5/+6
* Merge pull request #553 from pwendell/akka-standaloneMatei Zaharia2013-04-081-0/+1
|\
| * Updating based on code reviewPatrick Wendell2013-04-071-1/+1
| * SPARK-724 - Have Akka logging enabled by default for standalone daemonsPatrick Wendell2013-04-031-0/+1
* | Merge remote-tracking branch 'kalpit/master'Matei Zaharia2013-04-071-1/+1
|/
* Small hack to work around multiple JARs being built by sbt packageMatei Zaharia2013-02-261-5/+6
* Pass a code JAR to SparkContext in our examples. Fixes SPARK-594.Matei Zaharia2013-02-251-0/+10
* Change tabs to spacesMatei Zaharia2013-02-251-15/+15
* Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-241-3/+2
* Merge branch 'mesos-master' into streamingTathagata Das2013-02-241-0/+20
|\
| * support customized java options for master, worker, executor, repl shellhaitao.yao2013-02-161-0/+20
* | Merge branch 'mesos-master' into streamingTathagata Das2013-02-201-0/+12
|\|
| * Use a separate memory setting for standalone cluster daemonsMatei Zaharia2013-02-101-0/+12
* | Merge branch 'mesos-master' into streamingTathagata Das2013-02-071-3/+5
|\|
| * Update run script to deal with change to build of REPL shaded JARMatei Zaharia2013-01-201-3/+5
* | Merge pull request #372 from Reinvigorate/sm-kafkaTathagata Das2013-02-071-0/+3
|\ \ | |/ |/|
| * kafka jar wasn't being included by run scriptseanm2013-01-181-0/+3
* | 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