aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-264-8/+5
* Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-2510-56/+365
|\
| * 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
* | | | | Remote death watch has a funny bug.Prashant Sharma2013-11-256-49/+7
* | | | | Fine tuning defaults for akka and restored tracking of dissassociated events,...Prashant Sharma2013-11-255-21/+40
* | | | | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-2120-126/+292
|\| | | |
| * | | | 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 branch 'scala210-master' of github.com:colorant/incubator-spark into sc...Prashant Sharma2013-11-21183-4868/+8350
|\ \ \ \ \
| * | | | | Various merge correctionsAaron Davidson2013-11-1416-49/+23
| * | | | | Some fixes for previous master merge commitsRaymond Liu2013-11-153-5/+4
| * | | | | Merge branch 'master' into scala-2.10Raymond Liu2013-11-1412-124/+154
| |\| | | |
| | * | | | Merge pull request #159 from liancheng/dagscheduler-actor-refineMatei Zaharia2013-11-134-68/+43
| | |\ \ \ \ | | | |/ / / | | |/| | |