aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into master-mergePrashant Sharma2013-07-031-59/+39
|\
| * Look at JAVA_HOME before PATH to determine Java executableMatei Zaharia2013-06-271-4/+5
| * Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-251-57/+10
| * Merge remote-tracking branch 'cgrothaus/SPARK-698'Matei Zaharia2013-06-251-7/+11
| |\
| | * Incorporate feedback from mateiz:Christoph Grothaus2013-02-241-4/+5
| | * Fix SPARK-698. From ExecutorRunner, launch java directly instead via the run ...Christoph Grothaus2013-02-201-0/+3
| * | Fix resolution of example code with Maven buildsMatei Zaharia2013-06-221-2/+6
| * | 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
* | | scala 2.10 and master mergePrashant Sharma2013-04-241-1/+1
* | | Manually merged scala-2.10 and masterPrashant Sharma2013-04-221-8/+60
|\| |
| * | 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
| |\ \
| * \ \ Merge branch 'master' into streamingTathagata Das2013-01-151-9/+7
| |\ \ \ | | |_|/ | |/| |
| * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | Added the Spark Streaing code, ported to Akka 2Matei Zaharia2012-07-281-0/+2
* | | | | | porting of repl to scala-2.10Prashant Sharma2013-03-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Warn users if they run pyspark or spark-shell without compiling SparkMatei Zaharia2013-01-171-0/+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
| |/ / / |/| | |
* | | | Make "run" script work with Maven buildsMatei Zaharia2012-12-101-5/+10
| |_|/ |/| |
* | | 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
|/