aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #151 from russellcardullo/add-graphite-sinkMatei Zaharia2013-11-242-0/+86
|\
| * Cleanup GraphiteSink.scala based on feedbackRussell Cardullo2013-11-181-5/+5
| * Add graphite sink for metricsRussell Cardullo2013-11-082-0/+86
* | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-243-0/+194
|\ \
| * | Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-201-1/+3
| * | Formatting and scoping (private[spark]) updatesMarek Kolodziej2013-11-192-3/+3
| * | Updates to reflect pull request code reviewMarek Kolodziej2013-11-184-46/+66
| * | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-184-2/+174
* | | Merge pull request #197 from aarondav/patrick-fixReynold Xin2013-11-251-3/+6
|\ \ \
| * | | Fix 'timeWriting' stat for shuffle filesAaron Davidson2013-11-211-3/+6
| |/ /
* | | Some other optimizations to AppendOnlyMap:Matei Zaharia2013-11-231-37/+45
* | | Fixes to AppendOnlyMap:Matei Zaharia2013-11-231-7/+6
* | | Support preservesPartitioning in RDD.zipPartitionsAnkur Dave2013-11-232-10/+32
* | | Merge pull request #196 from pwendell/masterReynold Xin2013-11-221-0/+2
|\ \ \
| * | | TimeTrackingOutputStream should pass on calls to close() and flush().Patrick Wendell2013-11-211-0/+2
* | | | 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 branch 'master' into removesemicolonscalaHenry Saputra2013-11-193-12/+13
|\ \ \ \
| * \ \ \ 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
| * | | | | Impove Spark on Yarn Error handlingtgravescs2013-11-192-1/+1
| | |/ / / | |/| | |
* | | | | Another set of changes to remove unnecessary semicolon (;) from Scala code.Henry Saputra2013-11-192-2/+2
* | | | | Remove the semicolons at the end of Scala code to make it more pure Scala code.Henry Saputra2013-11-194-21/+21
|/ / / /
* | | | 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-164-7/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Simple cleanup on Spark's Scala code while testing core and yarn modules:Henry Saputra2013-11-154-7/+4
* | | | 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
* | | | | Fixed a scaladoc typo in HadoopRDD.scalaLian, Cheng2013-11-141-1/+1
|/ / / /
* | | | 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 #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 #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