aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-272-15/+4
* [SPARK-1777] Prevent OOMs from single partitionsAndrew Or2014-07-2714-185/+530
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-272-4/+15
* [SPARK-2705][CORE] Fixed stage description in stage info pageCheng Lian2014-07-271-7/+7
* SPARK-2684: Update ExternalAppendOnlyMap to take an iterator as inputMatei Zaharia2014-07-273-34/+55
* SPARK-2680: Lower spark.shuffle.memoryFraction to 0.2 by defaultMatei Zaharia2014-07-261-1/+1
* [SPARK-2601] [PySpark] Fix Py4J error when transforming pickleFilesJosh Rosen2014-07-261-2/+2
* [SPARK-2704] Name threads in ConnectionManager and mark them as daemon.Reynold Xin2014-07-262-13/+23
* [SPARK-2279] Added emptyRDD method to Java APIbpaulin2014-07-261-1/+8
* [SPARK-2696] Reduce default value of spark.serializer.objectStreamResetHossein2014-07-261-1/+1
* [SPARK-1458] [PySpark] Expose sc.version in Java and PySparkJosh Rosen2014-07-261-0/+3
* Part of [SPARK-2456] Removed some HashMaps from DAGScheduler by storing infor...Reynold Xin2014-07-252-93/+69
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-252-15/+4
* [SPARK-1726] [SPARK-2567] Eliminate zombie stages in UI.Kay Ousterhout2014-07-251-5/+7
* [SPARK-2125] Add sort flag and move sort into shuffle implementationsjerryshao2014-07-254-12/+35
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-252-4/+15
* [SPARK-2683] unidoc failed because org.apache.spark.util.CallSite uses Java k...Yin Huai2014-07-255-13/+15
* [SPARK-2529] Clean closures in foreach and foreachPartition.Reynold Xin2014-07-251-2/+4
* SPARK-2657 Use more compact data structures than ArrayBuffer in groupBy & cog...Matei Zaharia2014-07-254-23/+187
* [SPARK-2656] Python version of stratified samplingDoris Xin2014-07-241-1/+1
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-242-2/+5
* SPARK-2250: show stage RDDs in UINeville Li2014-07-241-4/+16
* SPARK-2150: Provide direct link to finished application UI in yarn resou...Rahul Singhal2014-07-245-7/+20
* SPARK-2310. Support arbitrary Spark properties on the command line with ...Sandy Ryza2014-07-232-0/+14
* SPARK-2662: Fix NPE for JsonProtocolGuoQiang Li2014-07-231-1/+2
* [SPARK-2102][SQL][CORE] Add option for kryo registration required and use a r...Ian O Connell2014-07-231-1/+4
* [CORE] SPARK-2640: In "local[N]", free cores of the only executor should be t...woshilaiceshide2014-07-231-2/+2
* [SPARK-2609] Log thread ID when spilling ExternalAppendOnlyMapAndrew Or2014-07-231-3/+3
* [SPARK-2617] Correct doc and usages of preservesPartitioningXiangrui Meng2014-07-232-4/+17
* [YARN][SPARK-2606]:In some cases,the spark UI pages display incorrectGuoQiang Li2014-07-221-1/+1
* SPARK-2047: Introduce an in-mem Sorter, and use it to reduce mem usageAaron Davidson2014-07-223-27/+117
* [SPARK-2086] Improve output of toDebugString to make shuffle boundaries more ...Gregory Owen2014-07-211-4/+48
* Improve scheduler delay tooltip.Kay Ousterhout2014-07-201-3/+3
* SPARK-2564. ShuffleReadMetrics.totalBlocksRead is redundantSandy Ryza2014-07-204-8/+2
* [SPARK-2598] RangePartitioner's binary search does not use the given OrderingReynold Xin2014-07-202-5/+6
* SPARK-2519 part 2. Remove pattern matching on Tuple2 in critical section...Sandy Ryza2014-07-203-33/+33
* Revert "[SPARK-2521] Broadcast RDD object (instead of sending it along with e...Reynold Xin2014-07-197-100/+226
* put 'curRequestSize = 0' after 'logDebug' itLijie Xu2014-07-191-1/+1
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task).Reynold Xin2014-07-187-226/+100
* [SPARK-2571] Correctly report shuffle read metrics.Kay Ousterhout2014-07-183-4/+23
* Reservoir sampling implementation.Reynold Xin2014-07-181-0/+46
* SPARK-2553. Fix compile errorSandy Ryza2014-07-181-0/+1
* SPARK-2553. CoGroupedRDD unnecessarily allocates a Tuple2 per dependency...Sandy Ryza2014-07-171-1/+5
* [SPARK-2411] Add a history-not-found page to standalone MasterAndrew Or2014-07-176-31/+132
* [SPARK-2299] Consolidate various stageIdTo* hash maps in JobProgressListenerReynold Xin2014-07-176-207/+186
* [SPARK-2534] Avoid pulling in the entire RDD in various operatorsReynold Xin2014-07-172-30/+28
* [SPARK-2423] Clean up SparkSubmit for readabilityAndrew Or2014-07-171-144/+145
* [SPARK-2412] CoalescedRDD throws exception with certain pref locsAaron Davidson2014-07-171-2/+2
* [SPARK-2154] Schedule next Driver when one completes (standalone mode)Aaron Davidson2014-07-161-0/+1
* SPARK-1097: Do not introduce deadlock while fixing concurrency bugAaron Davidson2014-07-161-2/+5