aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16637] Unified containerizerMichael Gummelt2016-07-299-69/+103
* [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to nam...Mark Grover2016-07-273-25/+72
* [SPARK-15703][SCHEDULER][CORE][WEBUI] Make ListenerBus event queue size confi...Dhruve Ashar2016-07-263-11/+21
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-264-22/+26
* [SPARK-15590][WEBUI] Paginate Job Table in Jobs tabTao Lin2016-07-251-60/+309
* [SPARK-16166][CORE] Also take off-heap memory usage into consideration in log...jerryshao2016-07-255-5/+20
* Revert "[SPARK-15271][MESOS] Allow force pulling executor docker images"Josh Rosen2016-07-254-26/+22
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-254-22/+26
* [SPARK-5581][CORE] When writing sorted map output file, avoid open / …Brian Cho2016-07-243-113/+124
* [SPARK-16416][CORE] force eager creation of loggers to avoid shutdown hook co...Mikael Ståldal2016-07-247-0/+9
* [SPARK-16194] Mesos Driver env varsMichael Gummelt2016-07-211-33/+53
* [SPARK-16272][CORE] Allow config values to reference conf, env, system props.Marcelo Vanzin2016-07-203-17/+136
* [SPARK-15951] Change Executors Page to use datatables to support sorting colu...Kishor Patil2016-07-205-279/+70
* [SPARK-16613][CORE] RDD.pipe returns values for empty partitionsSean Owen2016-07-201-1/+7
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-191-0/+9
* [SPARK-16620][CORE] Add back the tokenization process in `RDD.pipe(command: S...Liwei Lin2016-07-191-2/+6
* [SPARK-16230][CORE] CoarseGrainedExecutorBackend to self kill if there is an ...Tejas Patil2016-07-151-12/+20
* [SPARK-16540][YARN][CORE] Avoid adding jars twice for Spark running on yarnjerryshao2016-07-141-2/+2
* [SPARK-16435][YARN][MINOR] Add warning log if initialExecutors is less than m...jerryshao2016-07-131-1/+18
* [SPARK-16375][WEB UI] Fixed misassigned var: numCompletedTasks was assigned t...Alex Bozarth2016-07-131-1/+1
* [SPARK-16405] Add metrics and source for external shuffle serviceYangyang Liu2016-07-122-0/+45
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-081-5/+4
* [SPARK-16376][WEBUI][SPARK WEB UI][APP-ID] HTTP ERROR 500 when using rest api...Sean Owen2016-07-081-1/+6
* [SPARK-16420] Ensure compression streams are closed.Ryan Blue2016-07-082-6/+22
* [SPARK-15885][WEB UI] Provide links to executor logs from stage details page ...Tom Magrino2016-07-073-8/+38
* [SPARK-16398][CORE] Make cancelJob and cancelStage APIs publicMasterDDT2016-07-061-4/+14
* [SPARK-16379][CORE][MESOS] Spark on mesos is broken due to race condition in ...Sean Owen2016-07-062-5/+10
* [SPARK-16304] LinkageError should not crash Spark executorpetermaxlee2016-07-061-1/+5
* [SPARK-15591][WEBUI] Paginate Stage Table in Stages tabTao Lin2016-07-065-141/+441
* [SPARK-16385][CORE] Catch correct exception when calling method via reflection.Marcelo Vanzin2016-07-051-1/+1
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-011-5/+5
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-011-30/+46
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-303-2/+59
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-291-0/+12
* [SPARK-16148][SCHEDULER] Allow for underscores in TaskLocation in the Executo...Tom Magrino2016-06-281-7/+7
* [SPARK-16106][CORE] TaskSchedulerImpl should properly track executors added t...Imran Rashid2016-06-271-3/+5
* [MINOR][CORE] Fix display wrong free memory size in the logjerryshao2016-06-271-1/+2
* [SPARK-16193][TESTS] Address flaky ExternalAppendOnlyMapSuite spilling testsSean Owen2016-06-251-1/+12
* [SPARK-1301][WEB UI] Added anchor links to Accumulators and Tasks on StagePageAlex Bozarth2016-06-252-2/+15
* [SPARK-15963][CORE] Catch `TaskKilledException` correctly in Executor.TaskRunnerLiwei Lin2016-06-241-1/+6
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-241-3/+2
* [SPARK-13723][YARN] Change behavior of --num-executors with dynamic allocation.Ryan Blue2016-06-233-15/+20
* [SPARK-15660][CORE] Update RDD `variance/stdev` description and add popVarian...Dongjoon Hyun2016-06-233-8/+52
* [SPARK-16131] initialize internal logger lazily in Scala preferred wayPrajwal Tuladhar2016-06-222-12/+4
* [SPARK-16003] SerializationDebugger runs into infinite loopEric Liang2016-06-221-5/+4
* [SPARK-15783][CORE] Fix Flakiness in BlacklistIntegrationSuiteImran Rashid2016-06-221-1/+3
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-211-3/+15
* [SPARK-16044][SQL] input_file_name() returns empty strings in data sources ba...hyukjinkwon2016-06-202-1/+8
* [SPARK-16017][CORE] Send hostname from CoarseGrainedExecutorBackend to driverShixiong Zhu2016-06-173-8/+9
* [SPARK-15926] Improve readability of DAGScheduler stage creation methodsKay Ousterhout2016-06-171-81/+71