aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17316][CORE] Make CoarseGrainedSchedulerBackend.removeExecutor non-blo...Shixiong Zhu2016-08-311-8/+9
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-307-4/+93
* [SPARK-17304] Fix perf. issue caused by TaskSetManager.abortIfCompletelyBlack...Josh Rosen2016-08-301-9/+13
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-3018-28/+326
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-301-2/+4
* [SPARK-17276][CORE][TEST] Stop env params output on Jenkins job pageXin Ren2016-08-301-1/+1
* [SPARK-17216][UI] fix event timeline bars lengthRobert Kruszewski2016-08-271-0/+4
* [SPARK-17266][TEST] Add empty strings to the regressionTests of PrefixCompara...Yin Huai2016-08-261-1/+2
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-2627-5357/+1
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-252-5/+28
* [SPARK-17193][CORE] HadoopRDD NPE at DEBUG log level when getLocationInfo == ...Sean Owen2016-08-252-15/+13
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-248-228/+248
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-242-2/+2
* [MINOR][BUILD] Fix Java CheckStyle ErrorWeiqing Yang2016-08-241-1/+2
* [SPARK-16862] Configurable buffer size in `UnsafeSorterSpillReader`Tejas Patil2016-08-231-1/+21
* [SPARK-16550][SPARK-17042][CORE] Certain classes fail to deserialize in block...Eric Liang2016-08-223-58/+46
* [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSLwm624@hotmail.com2016-08-211-1/+4
* [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't ...Bryan Cutler2016-08-201-4/+7
* [SPARK-17113] [SHUFFLE] Job failure due to Executor OOM in offheap modeSital Kedia2016-08-192-1/+8
* [SPARK-11227][CORE] UnknownHostException can be thrown when NameNode HA is en...Kousuke Saruta2016-08-191-1/+21
* [SPARK-16673][WEB UI] New Executor Page removed conditional for Logs and Thre...Alex Bozarth2016-08-192-11/+34
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-192-1/+36
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-175-53/+28
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-156-127/+294
* [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