aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK] Fix NPE for ExternalAppendOnlyMapAndrew Or2014-07-032-11/+46
* [SPARK-2324] SparkContext should not exit directly when spark.local.dir is a ...yantangzhai2014-07-031-5/+11
* [SPARK-2185] Emit warning when task size exceeds a threshold.Kay Ousterhout2014-07-017-36/+65
* SPARK-2332 [build] add exclusion for old servlet-api on hadoop-client in corePeter MacKinnon2014-07-011-0/+6
* [SPARK-2318] When exiting on a signal, print the signal name first.Reynold Xin2014-06-305-8/+73
* [SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-303-6/+78
* SPARK-2077 Log serializer that actually ends up being usedAndrew Ash2014-06-291-0/+1
* SPARK-897: preemptively serialize closuresWilliam Benton2014-06-295-31/+176
* [SPARK-2104] Fix task serializing issues when sort with Java non serializable...jerryshao2014-06-292-8/+86
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-2920-86/+349
* [SPARK-2320] Reduce exception/code block font size in web uiReynold Xin2014-06-292-1/+5
* Improve MapOutputTracker error logging.Reynold Xin2014-06-281-7/+10
* [SPARK-2259] Fix highly misleading docs on cluster / client deploy modesAndrew Or2014-06-272-5/+17
* [SPARK-2307] SparkUI - storage tab displays incorrect RDDsAndrew Or2014-06-272-6/+5
* SPARK-2181:The keys for sorting the columns of Executor page in SparkUI are i...witgo2014-06-263-11/+17
* [SPARK-2251] fix concurrency issues in random samplerXiangrui Meng2014-06-263-22/+38
* [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.Reynold Xin2014-06-268-49/+102
* Removed throwable field from FetchFailedException and added MetadataFetchFail...Reynold Xin2014-06-267-27/+42
* [SPARK-2286][UI] Report exception/errors for failed tasks that are not Except...Reynold Xin2014-06-265-28/+77
* [SPARK-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-252-4/+35