aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
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-249-9/+9
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-6/+12
* [SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin2016-04-223-74/+55
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-226-12/+21
* [SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky2016-04-212-28/+103
* [SPARK-14699][CORE] Stop endpoints before closing the connections and don't s...Shixiong Zhu2016-04-212-7/+4
* [SPARK-4452] [CORE] Shuffle data structures can starve others on the same thr...Lianhui Wang2016-04-213-45/+264
* [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-2110-72/+70
* [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-203-44/+36
* [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-201-0/+18
* [SPARK-14704][CORE] create accumulators in TaskMetricsWenchen Fan2016-04-1917-384/+169
* [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-193-53/+107
* [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-199-24/+75
* [SPARK-13904] Add exit code parameter to exitExecutor()tedyu2016-04-191-6/+6
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-184-361/+2
* [SPARK-13227] Risky apply() in OpenHashMapCodingCat2016-04-181-0/+3
* [SPARK-14628][CORE][FOLLLOW-UP] Always tracking read/write metricsWenchen Fan2016-04-187-139/+59
* Mark ExternalClusterManager as private[spark].Reynold Xin2016-04-161-4/+1
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-164-8/+118
* [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-1521-303/+213
* [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-148-93/+33
* [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-146-31/+19
* [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-145-52/+53
* [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-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-1231-125/+65
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-118-13/+62
* [SPARK-14357][CORE] Properly handle the root cause being a commit denied exce...Jason Moore2016-04-092-1/+37
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-091-263/+0
* [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-082-6/+9