aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16637] Unified containerizerMichael Gummelt2016-07-2910-72/+132
* [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to nam...Mark Grover2016-07-275-26/+158
* [SPARK-15703][SCHEDULER][CORE][WEBUI] Make ListenerBus event queue size confi...Dhruve Ashar2016-07-268-36/+56
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-266-22/+91
* [SPARK-15590][WEBUI] Paginate Job Table in Jobs tabTao Lin2016-07-252-62/+312
* [SPARK-16166][CORE] Also take off-heap memory usage into consideration in log...jerryshao2016-07-257-9/+26
* Revert "[SPARK-15271][MESOS] Allow force pulling executor docker images"Josh Rosen2016-07-256-91/+22
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-256-22/+91
* [SPARK-5581][CORE] When writing sorted map output file, avoid open / …Brian Cho2016-07-247-156/+192
* [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-214-106/+191
* [SPARK-16272][CORE] Allow config values to reference conf, env, system props.Marcelo Vanzin2016-07-204-32/+233
* [SPARK-15951] Change Executors Page to use datatables to support sorting colu...Kishor Patil2016-07-209-301/+693
* [SPARK-16613][CORE] RDD.pipe returns values for empty partitionsSean Owen2016-07-202-1/+15
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-192-0/+47
* [SPARK-14702] Make environment of SparkLauncher launched process more configu...Andrew Duffy2016-07-191-4/+63
* [SPARK-16620][CORE] Add back the tokenization process in `RDD.pipe(command: S...Liwei Lin2016-07-192-2/+22
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [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-132-1/+21
* [SPARK-16375][WEB UI] Fixed misassigned var: numCompletedTasks was assigned t...Alex Bozarth2016-07-137-12/+12
* [SPARK-16405] Add metrics and source for external shuffle serviceYangyang Liu2016-07-122-0/+45
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-082-13/+8
* [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-083-11/+34
* [SPARK-15885][WEB UI] Provide links to executor logs from stage details page ...Tom Magrino2016-07-074-8/+42
* [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-062-1/+14
* [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
* [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good mea...Sean Owen2016-07-041-0/+0
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-7/+8
* [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-012-31/+47
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-309-15/+194
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-303-6/+30
* [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-282-7/+9
* [SPARK-16106][CORE] TaskSchedulerImpl should properly track executors added t...Imran Rashid2016-06-272-65/+111
* [SPARK-16136][CORE] Fix flaky TaskManagerSuiteImran Rashid2016-06-271-25/+43
* [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-254-4/+64
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-252-4/+7
* [SPARK-15963][CORE] Catch `TaskKilledException` correctly in Executor.TaskRunnerLiwei Lin2016-06-242-1/+145
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-241-3/+2
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-241-1/+2