aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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-205-11/+2
* [SPARK-2598] RangePartitioner's binary search does not use the given OrderingReynold Xin2014-07-203-5/+20
* 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-198-137/+251
* 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-188-251/+137
* [SPARK-2571] Correctly report shuffle read metrics.Kay Ousterhout2014-07-186-12/+27
* Reservoir sampling implementation.Reynold Xin2014-07-182-0/+67
* 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-177-224/+205
* [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-172-2/+16
* [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-1610-76/+78
* [SPARK-2522] set default broadcast factory to torrentXiangrui Meng2014-07-161-1/+1
* [SPARK-2517] Remove some compiler warnings.Reynold Xin2014-07-164-23/+21
* 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-163-5/+83
* [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-152-3/+3
* 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-153-0/+32
* 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
* move some test file to match src codeDaoyuan2014-07-145-25/+19
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-122-2/+27
* [Minor] Remove unused val in MasterAndrew Or2014-07-111-3/+0
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+3
* SPARK-2115: Stage kill link is too close to stage details linkMasayoshi TSUZUKI2014-07-102-2/+5
* [SPARK-2384] Add tooltips to UI.Kay Ousterhout2014-07-0810-93/+489
* [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
* Resolve sbt warnings during build Ⅱwitgo2014-07-083-57/+57
* [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-036-23/+184
* [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