aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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-015-25/+17
* [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-302-5/+23
* SPARK-2077 Log serializer that actually ends up being usedAndrew Ash2014-06-291-0/+1
* SPARK-897: preemptively serialize closuresWilliam Benton2014-06-292-4/+24
* [SPARK-2104] Fix task serializing issues when sort with Java non serializable...jerryshao2014-06-291-7/+45
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-2916-48/+196
* [SPARK-2320] Reduce exception/code block font size in web uiReynold Xin2014-06-291-1/+1
* 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-261-12/+12
* [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.Reynold Xin2014-06-266-13/+39
* Removed throwable field from FetchFailedException and added MetadataFetchFail...Reynold Xin2014-06-266-27/+41
* [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-251-3/+6
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-251-9/+21
* [SPARK-2204] Launch tasks on the proper executors in mesos fine-grained modeSebastien Rainville2014-06-251-7/+6
* [SPARK-2270] Kryo cannot serialize results returned by asJavaIterableReynold Xin2014-06-251-0/+50
* [SPARK-2258 / 2266] Fix a few worker UI bugsAndrew Or2014-06-252-3/+4
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functions with sourc...CodingCat2014-06-251-20/+29
* SPARK-2248: spark.default.parallelism does not apply in local modewitgo2014-06-241-1/+2
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* [SPARK-1112, 2156] Bootstrap to fetch the driver's Spark properties.Xiangrui Meng2014-06-245-39/+53
* SPARK-1937: fix issue with task localityRui Li2014-06-242-14/+37
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-239-38/+79
* Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2Henry Saputra2014-06-233-69/+62