aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the semicolons at the end of Scala code to make it more pure Scala code.Henry Saputra2013-11-1918-62/+56
* Merge pull request #182 from rxin/vectorReynold Xin2013-11-172-15/+148
|\
| * Merge pull request #3 from aarondav/pv-testReynold Xin2013-11-172-0/+120
| |\
| | * Add PrimitiveVectorSuite and fix bug in resize()Aaron Davidson2013-11-172-0/+120
| |/
| * Return the vector itself for trim and resize method in PrimitiveVector.Reynold Xin2013-11-171-3/+4
| * Slightly enhanced PrimitiveVector:Reynold Xin2013-11-171-14/+26
|/
* Merge pull request #178 from hsaputra/simplecleanupcodeMatei Zaharia2013-11-168-15/+10
|\
| * Simple cleanup on Spark's Scala code while testing core and yarn modules:Henry Saputra2013-11-158-15/+10
* | Merge pull request #173 from kayousterhout/scheduler_hangMatei Zaharia2013-11-141-10/+3
|\ \
| * | Fix bug where scheduler could hang after task failure.Kay Ousterhout2013-11-141-10/+3
* | | Merge pull request #175 from kayousterhout/no_retry_not_serializableMatei Zaharia2013-11-141-0/+9
|\ \ \
| * | | Don't retry tasks when they fail due to a NotSerializableExceptionKay Ousterhout2013-11-141-0/+9
| |/ /
* | | Merge pull request #174 from ahirreddy/masterMatei Zaharia2013-11-141-11/+1
|\ \ \ | |/ / |/| |
| * | Write Spark UI url to driver file on HDFSAhir Reddy2013-11-131-11/+1
| |/
* | Merge pull request #169 from kayousterhout/mesos_fixReynold Xin2013-11-141-0/+1
|\ \
| * | Don't ignore spark.cores.max when using Mesos Coarse modeKay Ousterhout2013-11-131-0/+1
* | | Merge pull request #170 from liancheng/hadooprdd-doc-typoReynold Xin2013-11-141-1/+1
|\ \ \
| * | | Fixed a scaladoc typo in HadoopRDD.scalaLian, Cheng2013-11-141-1/+1
| |/ /
* | | Merge pull request #171 from RIA-pierre-borckmans/masterReynold Xin2013-11-141-2/+2
|\ \ \ | |/ / |/| |
| * | Fixed typos in the CDH4 distributions version codes.RIA-pierre-borckmans2013-11-141-2/+2
|/ /
* | 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
|\ \ \ \ \