aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1205: Clean up callSite/origin/generator.Patrick Wendell2014-03-108-38/+16
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-092-6/+2
* Add timeout for fetch fileJiacheng Guo2014-03-091-0/+4
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-092-11/+11
* SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being usedPatrick Wendell2014-03-081-2/+5
* [SPARK-1194] Fix the same-RDD rule for cache replacementCheng Lian2014-03-072-6/+19
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-267/+253
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-074-0/+58
* SPARK-1195: set map_input_file environment variable in PipedRDDThomas Graves2014-03-073-53/+158
* SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1Aaron Davidson2014-03-073-9/+56
* Small clean-up to flatmap testsPatrick Wendell2014-03-061-8/+3
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-062-4/+14
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-0657-241/+2043
* 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