aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51 from jegonzal/VertexSetRDDReynold Xin2013-11-075-121/+121
|\
| * merging upstream changesJoseph E. Gonzalez2013-11-0536-343/+640
| |\ | |/ |/|
* | Merge pull request #50 from amplab/mergemergeJoey2013-11-0536-344/+641
|\ \
| * | Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-0436-344/+641
|/| |
| * | Merge pull request #130 from aarondav/shuffleReynold Xin2013-11-0411-110/+333
| |\ \
| | * | Minor cleanup in ShuffleBlockManagerAaron Davidson2013-11-041-4/+4
| | * | Refactor ShuffleBlockManager to reduce public interfaceAaron Davidson2013-11-043-178/+123
| | * | Add javadoc and remove unused codeAaron Davidson2013-11-032-1/+1
| | * | Clean up test files properlyAaron Davidson2013-11-031-5/+9
| | * | use OpenHashMap, remove monotonicity requirement, fix failure bugAaron Davidson2013-11-034-41/+26
| | * | Address Reynold's commentsAaron Davidson2013-11-031-12/+16
| | * | Fix test breakageAaron Davidson2013-11-031-1/+1
| | * | Add documentation and address other commentsAaron Davidson2013-11-032-26/+35
| | * | Fix weird bug with specialized PrimitiveVectorAaron Davidson2013-11-031-1/+5
| | * | Address minor commentsAaron Davidson2013-11-033-8/+9
| | * | Memory-optimized shuffle file consolidationAaron Davidson2013-11-038-77/+348
| |/ /
| * | Merge pull request #70 from rxin/hash1Reynold Xin2013-11-039-7/+1108
| |\ \
| | * | Code review feedback.Reynold Xin2013-11-037-25/+100
| | * | Fixed a bug that uses twice amount of memory for the primitive arrays due to ...Reynold Xin2013-11-029-30/+38
| | * | Merge branch 'master' into hash1Reynold Xin2013-11-02147-3776/+4261
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #133 from Mistobaan/link_fixReynold Xin2013-11-021-1/+1
| |\ \ \
| | * | | update default githubFabrizio (Misto) Milo2013-11-011-1/+1
| * | | | Merge pull request #134 from rxin/readmeReynold Xin2013-11-021-1/+1
| |\ \ \ \
| | * | | | Fixed a typo in Hadoop version in README.Reynold Xin2013-11-021-1/+1
| |/ / / /
| * | | | Merge pull request #132 from Mistobaan/doc_fixReynold Xin2013-11-011-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix persistent-hdfsFabrizio (Misto) Milo2013-11-011-1/+1
| |/ / /
| * | | Merge pull request #129 from velvia/2013-11/document-local-urisMatei Zaharia2013-11-012-2/+15
| |\ \ \
| | * | | Add local: URI support to addFile as wellEvan Chan2013-11-011-1/+2
| | * | | Document all the URIs for addJar/addFileEvan Chan2013-11-011-1/+13
| |/ / /
| * | | Merge pull request #117 from stephenh/avoid_concurrent_modification_exceptionMatei Zaharia2013-10-302-3/+12
| |\ \ \
| | * | | Avoid match errors when filtering for spark.hadoop settings.Stephen Haberman2013-10-301-2/+4
| | * | | Use Properties.clone() instead.Stephen Haberman2013-10-291-5/+2
| | * | | Handle ConcurrentModificationExceptions in SparkContext init.Stephen Haberman2013-10-272-3/+13
| * | | | Merge pull request #126 from kayousterhout/local_fixMatei Zaharia2013-10-301-1/+1
| |\ \ \ \
| | * | | | Fixed incorrect log message in local schedulerKay Ousterhout2013-10-301-1/+1
| * | | | | Merge pull request #124 from tgravescs/sparkHadoopUtilFixMatei Zaharia2013-10-308-38/+43
| |\ \ \ \ \
| | * | | | | move the hadoopJobMetadata back into SparkEnvtgravescs2013-10-303-10/+8
| | * | | | | Merge remote-tracking branch 'upstream/master' into sparkHadoopUtilFixtgravescs2013-10-303-58/+100
| | |\| | | |
| | * | | | | fix sparkhdfs lr testtgravescs2013-10-291-1/+2
| | * | | | | Remove SparkHadoopUtil stuff from SparkEnvtgravescs2013-10-297-32/+38
| | | | | | * Reverting to Array based (materialized) output of all VertexSetRDD operations.Joseph E. Gonzalez2013-11-055-121/+121
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #46 from jegonzal/VertexSetWithHashSetReynold Xin2013-10-318-277/+305
|\ \ \ \ \ \
| * | | | | | Changing var to val for keySet in OpenHashMapsJoseph E. Gonzalez2013-10-312-2/+2
| * | | | | | After some testing I realized that the IndexedSeq is still instantiating the ...Joseph E. Gonzalez2013-10-311-51/+32
| * | | | | | renamed update to setMergeJoseph E. Gonzalez2013-10-313-3/+3
| * | | | | | Merge branch 'master' of https://github.com/amplab/graphx into VertexSetWithH...Joseph E. Gonzalez2013-10-310-0/+0
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #44 from jegonzal/rxinBitSetReynold Xin2013-10-3110-31/+1150
|\ \ \ \ \ \ \
| | * | | | | | This commit introduces the OpenHashSet and OpenHashMap as indexing primitives.Joseph E. Gonzalez2013-10-315-233/+225
| | * | | | | | This commit makes three changes to the (PrimitiveKey)OpenHashMapJoseph E. Gonzalez2013-10-312-25/+71
| | * | | | | | Adding ability to access local BitSet and to safely get a value at a given po...Joseph E. Gonzalez2013-10-311-0/+9
| |/ / / / / /