aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for previous master merge commitsRaymond Liu2013-11-154-5/+5
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-1428-334/+985
|\
| * Merge pull request #159 from liancheng/dagscheduler-actor-refineMatei Zaharia2013-11-134-68/+43
| |\
| | * Made some changes according to suggestions from @aarondavLian, Cheng2013-11-112-5/+6
| | * Put the periodical resubmitFailedStages() call into a scheduled taskLian, Cheng2013-11-111-16/+12
| | * Remove unnecessary null checkingLian, Cheng2013-11-091-3/+1
| | * Replaced the daemon thread started by DAGScheduler with an actorLian, Cheng2013-11-094-65/+45
| * | Merge pull request #165 from NathanHowell/kerberos-masterMatei Zaharia2013-11-132-2/+2
| |\ \
| | * | Upgrade to sbt-assembly 0.9.2Nathan Howell2013-11-121-1/+1
| | * | spark-assembly.jar fails to authenticate with YARN ResourceManagerNathan Howell2013-11-121-1/+1
| * | | Merge pull request #166 from ahirreddy/simr-spark-uiMatei Zaharia2013-11-131-0/+12
| |\ \ \
| | * | | SIMR Backend Scheduler will now write Spark UI URL to HDFS, which is to be re...Ahir Reddy2013-11-121-0/+12
| | |/ /
| * | | Merge pull request #137 from tgravescs/sparkYarnJarsHdfsRebaseMatei Zaharia2013-11-129-173/+655
| |\ \ \
| | * | | Add mockito to the sbt buildtgravescs2013-11-111-1/+2
| | * | | Allow spark on yarn to be run from HDFS. Allows the spark.jar, app.jar, and l...tgravescs2013-11-048-172/+653
| * | | | Merge pull request #153 from ankurdave/stop-spot-clusterMatei Zaharia2013-11-121-19/+32
| |\ \ \ \
| | * | | | Enable stopping and starting a spot clusterAnkur Dave2013-11-111-19/+32
| * | | | | Merge pull request #160 from xiajunluan/JIRA-923Matei Zaharia2013-11-122-10/+32
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | fix format errorAndrew xia2013-11-111-6/+6
| | * | | | cut lines to less than 100Andrew xia2013-11-111-2/+4
| | * | | | Fix bug JIRA-923Andrew xia2013-11-113-9/+28
| * | | | | Merge pull request #164 from tdas/kafka-fixMatei Zaharia2013-11-122-7/+80
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Made block generator thread safe to fix Kafka bug.Tathagata Das2013-11-122-7/+80
| |/ / / /
| * | | | Merge pull request #156 from haoyuan/masterMatei Zaharia2013-11-111-7/+8
| |\ \ \ \
| | * | | | expose UI port onlyHaoyuan Li2013-11-101-1/+1
| | * | | | add tachyon moduleHaoyuan Li2013-11-091-7/+8
| * | | | | Merge pull request #157 from rxin/kryoMatei Zaharia2013-11-101-22/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Moved the Spark internal class registration for Kryo into an object, and adde...Reynold Xin2013-11-091-18/+22
| | * | | | Call Kryo setReferences before calling user specified Kryo registrator.Reynold Xin2013-11-091-6/+10
| |/ / / /
| * | | | Merge pull request #147 from JoshRosen/fix-java-api-completeness-checkerMatei Zaharia2013-11-093-1/+21
| |\ \ \ \
| | * | | | Add spark-tools assembly to spark-class classpath.Josh Rosen2013-11-093-1/+21
| * | | | | Merge pull request #154 from soulmachine/ClusterSchedulerMatei Zaharia2013-11-091-15/+8
| |\ \ \ \ \
| | * | | | | replace the thread with a Akka schedulersoulmachine2013-11-091-15/+8
| * | | | | | Merge pull request #155 from rxin/jobgroupReynold Xin2013-11-091-1/+1
| |\ \ \ \ \ \
| | * | | | | | Don't reset job group when a new job description is set.Reynold Xin2013-11-091-1/+1
| * | | | | | | Merge pull request #149 from tgravescs/fixSecureHdfsAccessMatei Zaharia2013-11-092-5/+18
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Don't call the doAs if user is unknown or the same user that is already runningtgravescs2013-11-082-9/+17
| | * | | | | | Remove the runAsUser as it breaks secure hdfs accesstgravescs2013-11-081-1/+4
| | * | | | | | Fix access to Secure HDFStgravescs2013-11-081-0/+2
| * | | | | | | Merge pull request #152 from rxin/replMatei Zaharia2013-11-093-4/+48
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | Propagate the SparkContext local property from the thread that calls the spar...Reynold Xin2013-11-093-4/+48
| | |/ / / /
| * / / / / Use SPARK_HOME instead of user.dir in ExecutorRunnerTestAaron Davidson2013-11-081-2/+1
| |/ / / /
* | | | | Merge branch 'master' into scala-2.10Raymond Liu2013-11-13259-5146/+10776
|\| | | |
| * | | | Merge pull request #148 from squito/include_appIdReynold Xin2013-11-073-2/+22
| |\ \ \ \
| | * | | | fix formattingImran Rashid2013-11-071-3/+5
| | * | | | very basic regression test to make sure appId doesnt get dropped in futureImran Rashid2013-11-071-0/+18
| | * | | | include the appid in the cmd line arguments to ExecutorsImran Rashid2013-11-072-2/+2
| * | | | | Merge pull request #23 from jerryshao/multi-userReynold Xin2013-11-065-379/+417
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add Spark multi-user support for standalone mode and Mesosjerryshao2013-11-075-379/+417
| |/ / / /
| * | | | Merge pull request #144 from liancheng/runjob-cleanReynold Xin2013-11-061-2/+1
| |\ \ \ \