aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2317] Improve task logging.Reynold Xin2014-07-168-73/+74
* [SPARK-2522] set default broadcast factory to torrentXiangrui Meng2014-07-161-1/+1
* SPARK-2519. Eliminate pattern-matching on Tuple2 in performance-critical...Sandy Ryza2014-07-162-9/+11
* Tightening visibility for various Broadcast related classes.Reynold Xin2014-07-165-35/+36
* SPARK-2277: make TaskScheduler track hosts on rackRui Li2014-07-162-3/+22
* [SPARK-2500] Move the logInfo for registering BlockManager to BlockManagerMas...Henry Saputra2014-07-151-3/+4
* [SPARK-2469] Use Snappy (instead of LZF) for default shuffle compression codecReynold Xin2014-07-151-2/+2
* SPARK-1291: Link the spark UI to RM ui in yarn-client modewitgo2014-07-153-1/+31
* Reformat multi-line closure argument.William Benton2014-07-151-2/+3
* [SPARK-2399] Add support for LZ4 compression.Reynold Xin2014-07-151-0/+22
* discarded exceeded completedDriverslianhuiwang2014-07-151-0/+5
* [SPARK-2390] Files in staging directory cannot be deleted and wastes the spac...Kousuke Saruta2014-07-141-1/+0
* Add/increase severity of warning in documentation of groupBy()Aaron Davidson2014-07-142-9/+21
* SPARK-2486: Utils.getCallSite is now resilient to bogus framesWilliam Benton2014-07-141-1/+5
* [SPARK-1946] Submit tasks after (configured ratio) executors have been regist...li-zhihui2014-07-145-1/+56
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-121-2/+2
* [Minor] Remove unused val in MasterAndrew Or2014-07-111-3/+0
* SPARK-2115: Stage kill link is too close to stage details linkMasayoshi TSUZUKI2014-07-101-2/+3
* [SPARK-2384] Add tooltips to UI.Kay Ousterhout2014-07-086-93/+171
* [SPARK-2392] Executors should not start their own HTTP serversAndrew Or2014-07-081-4/+10
* [SPARK-2403] Catch all errors during serialization in DAGSchedulerDaniel Darabos2014-07-081-0/+5
* [SPARK-2306]:BoundedPriorityQueue is private and not registered with Kry...ankit.bhardwaj2014-07-041-1/+3
* Added SignalLogger to HistoryServer.Reynold Xin2014-07-041-2/+3
* SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing SparkAaron Davidson2014-07-031-0/+2
* [SPARK-2307][Reprise] Correctly report RDD blocks on SparkUIAndrew Or2014-07-035-23/+32
* [SPARK-2350] Don't NPE while launching driversAaron Davidson2014-07-031-1/+1
* [SPARK-1097] Workaround Hadoop conf ConcurrentModification issueRaymond Liu2014-07-031-2/+2
* [SPARK] Fix NPE for ExternalAppendOnlyMapAndrew Or2014-07-031-8/+22