aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Use renamed shuffle spill config in CoGroupedRDD.scalaPatrick Wendell2014-01-181-1/+1
* Merge pull request #438 from ScrapCodes/clone-records-java-apiPatrick Wendell2014-01-161-2/+114
|\
| * adding clone records field to equivaled java apisPrashant Sharma2014-01-171-2/+114
* | Merge pull request #445 from kayousterhout/exec_lostReynold Xin2014-01-152-1/+18
|\ \
| * | Updated unit test commentKay Ousterhout2014-01-151-1/+3
| * | Fail rather than hanging if a task crashes the JVM.Kay Ousterhout2014-01-152-1/+16
* | | Merge pull request #442 from pwendell/standalonePatrick Wendell2014-01-151-1/+4
|\ \ \ | |/ / |/| |
| * | Workers should use working directory as spark home if it's not specifiedPatrick Wendell2014-01-151-1/+4
* | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-1416-25/+271
|\ \ \
| * \ \ Merge pull request #428 from pwendell/writeable-objectsReynold Xin2014-01-141-2/+2
| |\ \ \
| | * | | Style fixPatrick Wendell2014-01-141-1/+1
| | * | | Don't clone records for text filesPatrick Wendell2014-01-141-2/+2
| * | | | Merge pull request #427 from pwendell/deprecate-aggregatorReynold Xin2014-01-141-5/+17
| |\ \ \ \
| | * | | | Adding fix covering combineCombinersByKey as wellPatrick Wendell2014-01-141-4/+12
| | * | | | Deprecate rather than remove old combineValuesByKey functionPatrick Wendell2014-01-141-2/+6
| | | |/ / | | |/| |
| * | | | Fixed a typo in JavaSparkContext's API doc.Reynold Xin2014-01-141-5/+6
| * | | | Maintain Serializable API compatibility by reverting back to java.io.Serializ...Reynold Xin2014-01-142-1/+2
| * | | | Added license header for package.scala in the Java API package.Reynold Xin2014-01-141-0/+17
| * | | | Added package doc for the Java API.Reynold Xin2014-01-141-0/+6
| * | | | Updated API doc for Accumulable and Accumulator.Reynold Xin2014-01-141-9/+31
| * | | | Broadcast variable visibility change & doc update.Reynold Xin2014-01-142-3/+54
| |/ / /
| * | | Add missing header filesPatrick Wendell2014-01-148-0/+136
| * | | Enable compression by default for spillsPatrick Wendell2014-01-131-1/+1
* | | | Changed SparkConf to not be serializable. And also fixed unit-test log paths ...Tathagata Das2014-01-143-5/+4
|/ / /
* | | Merge pull request #367 from ankurdave/graphxPatrick Wendell2014-01-134-6/+111
|\ \ \
| * \ \ Merge branch 'master' into graphxReynold Xin2014-01-13122-621/+3167
| |\ \ \ | | | |/ | | |/|
| * | | Remove blank lines added to Spark coreAnkur Dave2014-01-102-8/+0
| * | | Revert changes to Spark's (PrimitiveKey)OpenHashMap; copy PKOHM to graphxAnkur Dave2014-01-102-75/+33
| * | | Removed Kryo dependency and graphx-shellAnkur Dave2014-01-092-2/+2
| * | | Fix mis-merge in 44fd30d3fbcf830deecbe8ea3e8ea165e74e6eddAnkur Dave2014-01-081-0/+5
| * | | Merge remote-tracking branch 'spark-upstream/master' into HEADAnkur Dave2014-01-08217-3800/+5624
| |\ \ \
| * | | | Changing org.apache.spark.util.collection.PrimitiveKeyOpenHashMap to have a r...Adam Novak2014-01-061-1/+8
| * | | | 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
| | |\ \ \ \
| * | | | | | Support preservesPartitioning in RDD.zipPartitionsAnkur Dave2013-11-232-10/+32
| * | | | | | Addressing bug in open hash set where getPos on a full open hash set could lo...Joseph E. Gonzalez2013-11-191-1/+2
| |/ / / / /
| * | | | | Addressing bug in BitSet.setUntil(ind) where if invoked with a multiple of 64...Joseph E. Gonzalez2013-11-131-3/+5
| * | | | | Additional optimizationsJoseph E. Gonzalez2013-11-071-0/+10
| * | | | | Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-0427-286/+597
| |\ \ \ \ \
| * | | | | | Changing var to val for keySet in OpenHashMapsJoseph E. Gonzalez2013-10-312-2/+2
| * | | | | | renamed update to setMergeJoseph E. Gonzalez2013-10-312-2/+2
| * | | | | | This commit makes three changes to the (PrimitiveKey)OpenHashMapJoseph E. Gonzalez2013-10-312-25/+71