aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-252-9/+69
* [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-252-0/+65
* [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-242-1/+18
* 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-246-40/+54
* Fix broken Json tests.Kay Ousterhout2014-06-241-12/+11
* SPARK-1937: fix issue with task localityRui Li2014-06-243-14/+71
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-2313-55/+102
* Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2Henry Saputra2014-06-233-69/+62
* [SPARK-1768] History server enhancements.Marcelo Vanzin2014-06-236-228/+421
* SPARK-2229: FileAppender throw an llegalArgumentException in jdk6witgo2014-06-222-5/+5
* SPARK-1316. Remove use of Commons IOSean Owen2014-06-222-10/+13
* Fix some tests.Marcelo Vanzin2014-06-202-2/+8
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-202-2/+5
* HOTFIX: Fixing style error introduced by 08d0acPatrick Wendell2014-06-201-1/+2