aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14753][CORE] remove internal flag in AccumulableWenchen Fan2016-04-2113-119/+96
* [SPARK-14602][YARN] Use SparkConf to propagate the list of cached files.Marcelo Vanzin2016-04-201-0/+4
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-201-0/+7
* [SPARK-14725][CORE] Remove HttpServer classjerryshao2016-04-201-181/+0
* [SPARK-8171][WEB UI] Javascript based infinite scrolling for the log pageAlex Bozarth2016-04-205-44/+175
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-201-2/+2
* [SPARK-14679][UI] Fix UI DAG visualization OOM.Ryan Blue2016-04-202-0/+55
* [SPARK-14704][CORE] create accumulators in TaskMetricsWenchen Fan2016-04-1929-773/+265
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-191-0/+7
* [SPARK-14733] Allow custom timing control in microbenchmarksEric Liang2016-04-191-8/+49
* [SPARK-14042][CORE] Add custom coalescer supportNezih Yigitbasi2016-04-194-54/+205
* [SPARK-14656][CORE] Fix Benchmark.getPorcessorName() always return "Unknown p...Kazuaki Ishizaki2016-04-191-2/+2
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-1919-94/+154
* [SPARK-13904] Add exit code parameter to exitExecutor()tedyu2016-04-191-6/+6
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-189-477/+7
* [SPARK-13227] Risky apply() in OpenHashMapCodingCat2016-04-181-0/+3
* [SPARK-14628][CORE][FOLLLOW-UP] Always tracking read/write metricsWenchen Fan2016-04-1839-391/+2576
* [SPARK-14713][TESTS] Fix the flaky test NettyBlockTransferServiceSuiteShixiong Zhu2016-04-181-8/+17
* Mark ExternalClusterManager as private[spark].Reynold Xin2016-04-161-4/+1
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-166-8/+192
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-167-24/+23
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-1533-609/+326
* [SPARK-14633] Use more readable format to show memory bytes in Error MessagePeter Ableda2016-04-151-1/+1
* [SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assemblyMark Grover2016-04-142-2/+3
* [SPARK-14558][CORE] In ClosureCleaner, clean the outer pointer if it's a REPL...Wenchen Fan2016-04-141-30/+23
* [SPARK-14617] Remove deprecated APIs in TaskMetricsReynold Xin2016-04-1410-96/+36
* [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-149-37/+25
* [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-...Sean Owen2016-04-141-1/+0
* [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-1416-26/+27
* [SPARK-14625] TaskUIData and ExecutorUIData shouldn't be case classesReynold Xin2016-04-146-57/+58
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-149-18/+18
* [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-142-8/+6
* [SPARK-14537][CORE] Make TaskSchedulerImpl waiting fail if context is shut downCharles Allen2016-04-131-0/+5
* [SPARK-13992][CORE][PYSPARK][FOLLOWUP] Update OFF_HEAP semantics for Java api...Liwei Lin2016-04-121-1/+1
* [SPARK-14363] Fix executor OOM due to memory leak in the SorterSital Kedia2016-04-124-4/+23
* [SPARK-14544] [SQL] improve performance of SQL UI tabDavies Liu2016-04-121-3/+5
* [SPARK-14513][CORE] Fix threads left behind after stopping SparkContextTerence Yim2016-04-123-2/+21
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-1235-141/+74
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-1116-27/+103
* [SPARK-14357][CORE] Properly handle the root cause being a commit denied exce...Jason Moore2016-04-093-1/+93
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-091-8/+6
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-091-9/+5
* [SPARK-14454] Better exception handling while marking tasks as failedSameer Agarwal2016-04-083-20/+31
* [SPARK-14437][CORE] Use the address that NettyBlockTransferService listens to...Shixiong Zhu2016-04-086-13/+16
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-073-8/+26
* [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-073-12/+8
* [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-072-4/+3
* [SPARK-14245][WEB UI] Display the user in the application viewAlex Bozarth2016-04-073-0/+10
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-062-4/+3
* [SPARK-13112][CORE] Make sure RegisterExecutorResponse arrive before LaunchTaskShixiong Zhu2016-04-064-10/+16