aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14731][shuffle]Revert SPARK-12130 to make 2.0 shuffle service compatib...Lianhui Wang2016-04-253-6/+1
* [SPARK-14636] Add minimum memory checks for drivers and executorsPeter Ableda2016-04-251-0/+16
* [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level sh...felixcheung2016-04-242-0/+5
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-2414-30/+29
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-232-9/+14
* [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added moreDavies Liu2016-04-221-1/+11
* [SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin2016-04-223-74/+55
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-2210-12/+38
* [SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky2016-04-212-28/+103
* [HOTFIX] Fix Java 7 compilation breakReynold Xin2016-04-214-11/+6
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-2116-109/+812
* [SPARK-14699][CORE] Stop endpoints before closing the connections and don't s...Shixiong Zhu2016-04-213-8/+31
* [SPARK-4452] [CORE] Shuffle data structures can starve others on the same thr...Lianhui Wang2016-04-217-46/+321
* [SPARK-13988][CORE] Make replaying event logs multi threaded in Histo…ry se...Parth Brahmbhatt2016-04-211-43/+49
* [SPARK-14779][CORE] Corrected log message in Worker case KillExecutorBryan Cutler2016-04-211-1/+1
* [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