aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Use murmur3 hash for open hashset.Reynold Xin2013-12-151-2/+1
* wip delta join.Reynold Xin2013-12-051-0/+4
* Memoize preferred locations in ZippedPartitionsBaseRDD so preferred location ...Reynold Xin2013-11-301-16/+11
* More, bigger cleaning for better encapsulation of VertexSetRDD and VertexPart...Reynold Xin2013-11-271-1/+1
* Added join and aggregateUsingIndex to VertexPartition.Reynold Xin2013-11-261-1/+1
* Merge branch 'simplify' into cleanReynold Xin2013-11-261-1/+1
|\
| * Code cleaning to improve readability.Reynold Xin2013-11-261-1/+1
| * Bring PrimitiveVector up to date.Reynold Xin2013-11-261-15/+31
* | Merge pull request #77 from amplab/upgradeReynold Xin2013-11-2543-617/+1229
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:apache/incubator-sparkReynold Xin2013-11-2545-627/+1261
| |\
| | * 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
| | |/ / / /