aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10063] Follow-up: remove dead code related to an old output committer.Reynold Xin2017-02-032-18/+0
* [SPARK-19244][CORE] Sort MemoryConsumers according to their memory usage when...Liang-Chi Hsieh2017-02-032-13/+78
* [SPARK-19437] Rectify spark executor id in HeartbeatReceiverSuite.jinxing2017-02-021-13/+13
* [SPARK-19432][CORE] Fix an unexpected failure when connecting timeoutShixiong Zhu2017-02-011-3/+6
* [SPARK-19347] ReceiverSupervisorImpl can add block to ReceiverTracker multipl...jinxing2017-02-011-3/+35
* [SPARK-19377][WEBUI][CORE] Killed tasks should have the status as KILLEDDevaraj K2017-02-011-0/+1
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-015-12/+12
* [SPARK-19365][CORE] Optimize RequestMessage serializationShixiong Zhu2017-01-274-27/+132
* [CORE][DOCS] Update a help message for --files in spark-submitTakeshi YAMAMURO2017-01-261-1/+2
* [SPARK-19220][UI] Make redirection to HTTPS apply to all URIs.Marcelo Vanzin2017-01-265-59/+155
* [SPARK-18495][UI] Document meaning of green dot in DAG visualizationuncleGen2017-01-251-1/+6
* [SPARK-14804][SPARK][GRAPHX] Fix checkpointing of VertexRDD/EdgeRDDTathagata Das2017-01-251-2/+3
* [SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin2017-01-2411-31/+118
* [SPARK-14049][CORE] Add functionality in spark history sever API to query app...Parag Chaudhari2017-01-246-2/+297
* [SPARK-19306][CORE] Fix inconsistent state in DiskBlockObject when expection ...jerryshao2017-01-231-19/+25
* [SPARK-19146][CORE] Drop more elements when stageData.taskData.size > retaine...Yuming Wang2017-01-232-3/+41
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-211-1/+1
* [SPARK-17724][STREAMING][WEBUI] Unevaluated new lines in tooltip in DAG Visua...Xin Ren2017-01-211-2/+32
* [SPARK-19069][CORE] Expose task 'status' and 'duration' in spark history serv...Parag Chaudhari2017-01-2014-4/+354
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-1935-235/+948
* [SPARK-18113] Use ask to replace askWithRetry in canCommit and make receiver ...jinxing2017-01-182-4/+31
* [SPARK-19223][SQL][PYSPARK] Fix InputFileBlockHolder for datasources which ar...Liang-Chi Hsieh2017-01-181-3/+4
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-1820-38/+12
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-171-1/+1
* [SPARK-19179][YARN] Change spark.yarn.access.namenodes config and update docsjerryshao2017-01-171-2/+4
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-175-10/+9
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-171-0/+4
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-161-1/+1
* [SPARK-19042] spark executor can't download the jars when uber jar's http url...xiaojian.fxj2017-01-151-2/+2
* [SPARK-12757][CORE] lower "block locks were not released" log to info levelFelix Cheung2017-01-121-1/+1
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-121-0/+9
* [SPARK-17568][CORE][DEPLOY] Add spark-submit option to override ivy settings ...Bryan Cutler2017-01-112-66/+183
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-102-17/+19
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-102-2/+7
* [SPARK-19026] SPARK_LOCAL_DIRS(multiple directories on different disks) canno...zuotingbing2017-01-081-6/+19
* [SPARK-17931] Eliminate unnecessary task (de) serializationKay Ousterhout2017-01-069-142/+215
* [SPARK-19033][CORE] Add admin acls for history serverjerryshao2017-01-062-7/+124
* [SPARK-14958][CORE] Failed task not handled when there's error deserializing ...Rui Li2017-01-052-2/+25
* [SPARK-19062] Utils.writeByteBuffer bug fixKay Ousterhout2017-01-042-1/+28
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-0412-13/+13
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-031-11/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-282-2/+3
* [SPARK-17755][CORE] Use workerRef to send RegisterWorkerResponse to avoid the...Shixiong Zhu2016-12-253-41/+32
* [SPARK-18837][WEBUI] Very long stage descriptions do not wrap in the UIKousuke Saruta2016-12-243-2/+8
* [SPARK-18991][CORE] Change ContextCleaner.referenceBuffer to use ConcurrentHa...Shixiong Zhu2016-12-231-6/+12
* [SPARK-18972][CORE] Fix the netty thread names for RPCShixiong Zhu2016-12-221-0/+4
* [SPARK-18537][WEB UI] Add a REST api to serve spark streaming informationsaturday_s2016-12-221-0/+8
* [SPARK-18975][CORE] Add an API to remove SparkListenerjerryshao2016-12-222-0/+25
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-221-0/+3
* [SPARK-18953][CORE][WEB UI] Do now show the link to a dead worker on the mast...Dongjoon Hyun2016-12-221-6/+16