aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`Harvey Feng2013-11-236-489/+468
* Add a "new-yarn" directory in SPARK_HOME, intended to contain Hadoop-2.2 API ...Harvey Feng2013-11-2311-0/+2822
* A few more style fixes in `yarn` package.Harvey Feng2013-11-233-45/+71
* Merge branch 'master' into yarn-cleanupHarvey Feng2013-11-2130-161/+241
|\
| * Merge branch 'master' of github.com:tbfenet/incubator-sparkReynold Xin2013-11-213-48/+91
| |\
| | * PartitionPruningRDD is using index from parent(review changes)Matthew Taylor2013-11-192-13/+6
| | * PartitionPruningRDD is using index from parentMatthew Taylor2013-11-192-13/+63
| * | Merge pull request #191 from hsaputra/removesemicolonscalaMatei Zaharia2013-11-2020-70/+66
| |\ \
| | * \ Merge branch 'master' into removesemicolonscalaHenry Saputra2013-11-199-52/+87
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #181 from BlackNiuza/fix_tasks_numberMatei Zaharia2013-11-191-11/+12
| |\ \ \
| | * | | use HashSet.empty[Long] instead of Seq[Long]shiyun.wxm2013-11-181-1/+1
| | * | | rename "a" to "statusId"BlackNiuza2013-11-181-3/+3
| | * | | correct number of tasks in ExecutorsUIBlackNiuza2013-11-171-9/+10
| * | | | Merge pull request #189 from tgravescs/sparkYarnErrorHandlingMatei Zaharia2013-11-196-30/+61
| |\ \ \ \
| | * | | | Impove Spark on Yarn Error handlingtgravescs2013-11-196-30/+61
| | | |_|/ | | |/| |
| * | | | Merge pull request #187 from aarondav/example-bcast-testMatei Zaharia2013-11-192-11/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Enable the Broadcast examples to work in a cluster settingAaron Davidson2013-11-182-11/+14
| |/ / /
| | | * Another set of changes to remove unnecessary semicolon (;) from Scala code.Henry Saputra2013-11-197-8/+10
| | | * Remove the semicolons at the end of Scala code to make it more pure Scala code.Henry Saputra2013-11-1918-62/+56
| | |/ | |/|
* / | Misc style changes in the 'yarn' package.Harvey Feng2013-11-174-273/+376
|/ /
* | 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
|\ \ \