aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-942: Do not materialize partitions when DISK_ONLY storage level is usedKyle Ellrott2014-03-067-53/+215
* SPARK-1171: when executor is removed, we should minus totalCores instead of j...CodingCat2014-03-052-3/+7
* SPARK-1164 Deprecated reduceByKeyToDriver as it is an alias for reduceByKeyLo...Prashant Sharma2014-03-041-0/+1
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-0322-354/+241
* Remove broken/unused Connection.getChunkFIFO method.Kay Ousterhout2014-03-031-34/+2
* Added a unit test for PairRDDFunctions.lookupBryn Keller2014-03-031-0/+26
* Remove the remoteFetchTime metric.Kay Ousterhout2014-03-035-14/+0
* Removed accidentally checked in commentKay Ousterhout2014-03-031-3/+0
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* SPARK-1084.2 (resubmitted)Sean Owen2014-03-021-0/+9
* SPARK-1137: Make ZK PersistenceEngine not crash for wrong serialVersionUIDAaron Davidson2014-03-021-5/+13
* Remove remaining references to incubationPatrick Wendell2014-03-021-2/+2
* [SPARK-1100] prevent Spark from overwriting directory silentlyCodingCat2014-03-012-10/+59
* Revert "[SPARK-1150] fix repo location in create script"Patrick Wendell2014-03-011-8/+2
* [SPARK-1150] fix repo location in create scriptMark Grover2014-03-011-2/+8
* [SPARK-979] Randomize order of offers.Kay Ousterhout2014-03-014-41/+75
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-281-8/+10
* Remote BlockFetchTracker traitKay Ousterhout2014-02-272-38/+17
* [HOTFIX] Patching maven build after #6 (SPARK-1121).Patrick Wendell2014-02-271-8/+0
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-277-20/+35
* Show Master status on UI pageRaymond Liu2014-02-261-0/+1
* SPARK-1129: use a predefined seed when seed is zero in XORShiftRandomXiangrui Meng2014-02-262-3/+16
* Remove references to ClusterScheduler (SPARK-1140)Kay Ousterhout2014-02-268-46/+47
* Deprecated and added a few java api methods for corresponding scala api.Prashant Sharma2014-02-265-6/+32
* SPARK-1078: Replace lift-json with json4s-jackson.William Benton2014-02-268-23/+31
* For SPARK-1082, Use Curator for ZK interaction in standalone clusterRaymond Liu2014-02-247-296/+95
* For outputformats that are Configurable, call setConf before sending data to ...Bryn Keller2014-02-242-1/+80
* Fix removal from shuffleToMapStage to search for a key-value pair withMatei Zaharia2014-02-241-2/+2
* SPARK-1124: Fix infinite retries of reduce stage when a map stage failedMatei Zaharia2014-02-232-14/+30
* SPARK-1071: Tidy logging strategy and use of log4jSean Owen2014-02-231-9/+22
* Migrate Java code to Scala or move it to src/main/javaPunya Biswal2014-02-2211-92/+56
* SPARK-1117: update accumulator docsXiangrui Meng2014-02-211-2/+2
* [SPARK-1113] External spilling - fix Int.MaxValue hash code collision bugAndrew Or2014-02-212-38/+102
* SPARK-1111: URL Validation Throws Error for HDFS URL'sPatrick Wendell2014-02-212-9/+42
* Super minor: Add require for mergeCombiners in combineByKeyAaron Davidson2014-02-201-0/+1
* Optimized importsNirmalReddy2014-02-18246-552/+446
* SPARK-1098: Minor cleanup of ClassTag usage in Java APIAaron Davidson2014-02-174-100/+108
* Worker registration logging fixAndrew Ash2014-02-171-1/+1
* Add subtractByKey to the JavaPairRDD wrapperPunya Biswal2014-02-161-0/+23
* fix for https://spark-project.atlassian.net/browse/SPARK-1052Bijay Bisht2014-02-161-7/+2
* [SPARK-1092] print warning information if user use SPARK_MEM to regulate exec...CodingCat2014-02-161-0/+5
* Merge pull request #591 from mengxr/transient-new.Xiangrui Meng2014-02-122-2/+2
* Merge pull request #589 from mengxr/index.Xiangrui Meng2014-02-121-1/+1
* Merge pull request #578 from mengxr/rank.Xiangrui Meng2014-02-125-12/+139
* Merge pull request #583 from colorant/zookeeper.Raymond Liu2014-02-111-1/+1
* Merge pull request #571 from holdenk/switchtobinarysearch.Holden Karau2014-02-113-5/+91
* Revert "Merge pull request #560 from pwendell/logging. Closes #560."Patrick Wendell2014-02-091-5/+2
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-0921-76/+80
* Merge pull request #551 from qqsun8819/json-protocol.qqsun88192014-02-092-8/+109
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-0984-322/+465