aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-1970] Update unit test in XORShiftRandomSuite to use ChiSquareTest fro...Doris Xin2014-06-201-31/+18
* SPARK-1902 Silence stacktrace from logs when doing port failover to port n+1Andrew Ash2014-06-203-4/+10
* Clean up CacheManager et al.Andrew Or2014-06-205-88/+113
* SPARK-1868: Users should be allowed to cogroup at least 4 RDDsAllan Douglas R. de Oliveira2014-06-204-0/+198
* HOTFIX: SPARK-2208 local metrics tests can fail on fast machinesPatrick Wendell2014-06-191-0/+3
* [SPARK-2151] Recognize memory format for spark-submitnravi2014-06-191-2/+4
* Minor fixWangTao2014-06-182-2/+6
* Remove unicode operator from RDD.scalaDoris Xin2014-06-181-1/+1
* SPARK-2158 Clean up core/stdout file from FileAppenderSuiteMark Hamstra2014-06-181-4/+6
* Updated the comment for SPARK-2162.Reynold Xin2014-06-181-4/+6
* [SPARK-2162] Double check in doGetLocal to avoid read on removed block.Raymond Liu2014-06-181-0/+7
* Revert "SPARK-2038: rename "conf" parameters in the saveAsHadoop functions"Patrick Wendell2014-06-171-25/+24
* [SPARK-2147 / 2161] Show removed executors on the UIAndrew Or2014-06-174-87/+107
* SPARK-2038: rename "conf" parameters in the saveAsHadoop functionsCodingCat2014-06-171-24/+25
* SPARK-2146. Fix takeOrdered docSandy Ryza2014-06-171-8/+8
* SPARK-1063 Add .sortBy(f) method on RDDAndrew Ash2014-06-175-4/+147
* [SPARK-2144] ExecutorsPage reports incorrect # of RDD blocksAndrew Or2014-06-171-1/+5
* SPARK-2035: Store call stack for stages, display it on the UI.Daniel Darabos2014-06-1715-53/+115
* SPARK-2039: apply output dir existence checking for all output formatsCodingCat2014-06-151-4/+2
* SPARK-1999: StorageLevel in storage tab and RDD Storage Info never changesCrazyJvm2014-06-152-3/+6
* [SPARK-937] adding EXITED executor state and not relaunching cleanly exited e...Kan Zhang2014-06-153-8/+8
* [SPARK-1837] NumericRange should be partitioned in the same way as other...Kan Zhang2014-06-142-12/+37
* Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-10456, Spar...nravi2014-06-131-4/+7
* [HOTFIX] add math3 version to pomXiangrui Meng2014-06-131-0/+1