aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11714][MESOS] Make Spark on Mesos honor port restrictions on coarse gr...Stavros Kontopoulos2016-08-156-25/+336
* [WIP][MINOR][TYPO] Fix several trivival typosZhenglai Zhang2016-08-142-2/+2
* [MINOR][CORE] fix warnings on depreciated methods in MesosClusterSchedulerSui...Xin Ren2016-08-132-5/+4
* [SPARK-16985] Change dataFormat from yyyyMMddHHmm to yyyyMMddHHmmsshongshen2016-08-124-5/+5
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-115-3/+34
* [SPARK-16868][WEB UI] Fix executor be both dead and alive on executor ui.huangzhaowei2016-08-111-0/+4
* [SPARK-13602][CORE] Add shutdown hook to DriverRunner to prevent driver proce...Bryan Cutler2016-08-112-50/+142
* [SPARK-16952] don't lookup spark home directory when executor uri is setMichael Gummelt2016-08-112-7/+26
* [SPARK-14743][YARN] Add a configurable credential manager for Spark running o...jerryshao2016-08-103-41/+8
* [SPARK-12920][CORE] Honor "spark.ui.retainedStages" to reduce mem-pressureRajesh Balamohan2016-08-102-18/+36
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-102-0/+21
* [SPARK-16927][SPARK-16923] Override task properties at dispatcher.Timothy Chen2016-08-101-22/+22
* Make logDir easily copy/paste-ableAndrew Ash2016-08-091-1/+1
* [SPARK-16956] Make ApplicationState.MAX_NUM_RETRY configurableJosh Rosen2016-08-092-3/+6
* [SPARK-16809] enable history server links in dispatcher UIMichael Gummelt2016-08-096-10/+65
* [SPARK-16522][MESOS] Spark application throws exception on exit.Sun Rui2016-08-092-1/+39
* [SPARK-16606][CORE] Misleading warning for SparkContext.getOrCreate "WARN Spa...Sean Owen2016-08-091-4/+10
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-087-9/+2
* [SPARK-16953] Make requestTotalExecutors public Developer API to be consisten...Tathagata Das2016-08-081-1/+2
* [SPARK-16919] Configurable update interval for console progress barTejas Patil2016-08-081-11/+12
* [SPARK-16909][SPARK CORE] Streaming for postgreSQL JDBC driverPrince J Wesley2016-08-071-5/+11
* [SPARK-16925] Master should call schedule() after all executor exit events, n...Josh Rosen2016-08-062-10/+22
* [SPARK-16796][WEB UI] Mask spark.authenticate.secret on Spark environ…Artur Sukhenko2016-08-061-1/+3
* [MINOR] Update AccumulatorV2 doc to not mention "+=".petermaxlee2016-08-051-1/+1
* [SPARK-16875][SQL] Add args checking for DataSet randomSplit and sampleZheng RuiFeng2016-08-041-12/+25
* [SPARK-16873][CORE] Fix SpillReader NPE when spillFile has no datasharkd2016-08-031-1/+3
* [SPARK-16796][WEB UI] Visible passwords on Spark environment pageArtur Sukhenko2016-08-021-1/+5
* [SPARK-16787] SparkContext.addFile() should not throw if called twice with th...Josh Rosen2016-08-024-26/+78
* [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)Maciej Brynski2016-08-021-3/+5
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-309-29/+29
* [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-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