aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restored master address for client.Prashant Sharma2013-11-262-6/+9
* Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-265-73/+79
* Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-2516-63/+388
|\
| * Merge pull request #203 from witgo/masterReynold Xin2013-11-251-0/+5
| |\
| | * Fix Maven build for metrics-graphiteLiGuoqiang2013-11-251-0/+5
| |/
| * Merge pull request #151 from russellcardullo/add-graphite-sinkMatei Zaharia2013-11-245-0/+96
| |\
| | * Cleanup GraphiteSink.scala based on feedbackRussell Cardullo2013-11-181-5/+5
| | * Add graphite sink for metricsRussell Cardullo2013-11-085-0/+96
| * | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-244-5/+200
| |\ \
| | * | Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-202-5/+7
| | * | Formatting and scoping (private[spark]) updatesMarek Kolodziej2013-11-192-3/+3
| | * | Updates to reflect pull request code reviewMarek Kolodziej2013-11-185-48/+69
| | * | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-185-3/+175
| * | | Merge pull request #197 from aarondav/patrick-fixReynold Xin2013-11-251-3/+6
| |\ \ \
| | * | | Fix 'timeWriting' stat for shuffle filesAaron Davidson2013-11-211-3/+6
| | |/ /
| * | | Merge pull request #200 from mateiz/hash-fixReynold Xin2013-11-241-43/+50
| |\ \ \
| | * | | Some other optimizations to AppendOnlyMap:Matei Zaharia2013-11-231-37/+45
| | * | | Fixes to AppendOnlyMap:Matei Zaharia2013-11-231-7/+6
| |/ / /
| * | | Merge pull request #198 from ankurdave/zipPartitions-preservesPartitioningReynold Xin2013-11-232-10/+32
| |\ \ \
| | * | | Support preservesPartitioning in RDD.zipPartitionsAnkur Dave2013-11-232-10/+32
| |/ / /
| * | | Merge pull request #193 from aoiwelle/patch-1Reynold Xin2013-11-221-1/+1
| |\ \ \
| | * | | Fix Kryo Serializer buffer inconsistencyNeal Wiggins2013-11-201-1/+1
| * | | | 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-257-49/+8
* | | | | 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-2139-221/+415
|\| | | |
| * | | | 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
| | |/ / / | |/| | |
| * | | | 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
| |\ \ \ \