aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17979][SPARK-14453] Remove deprecated SPARK_YARN_USER_ENV and SPARK_JA...Yong Tang2017-03-103-68/+1
* [SPARK-19793] Use clock.getTimeMillis when mark task as finished in TaskSetMa...jinxing2017-03-092-5/+7
* [SPARK-19757][CORE] DriverEndpoint#makeOffers race against CoarseGrainedSched...Jimmy Xiang2017-03-091-12/+26
* [SPARK-19796][CORE] Fix serialization of long property values in TaskDescriptionImran Rashid2017-03-061-2/+10
* [SPARK-19792][WEBUI] In the Master Page,the column named “Memory per Nodeâ€...liuxian2017-03-051-1/+1
* [SPARK-19739][CORE] propagate S3 session token to cluseruncleGen2017-03-031-5/+8
* [SPARK-19276][CORE] Fetch Failure handling robust to user error handlingImran Rashid2017-03-025-12/+61
* [SPARK-19631][CORE] OutputCommitCoordinator should not allow commits for alre...Patrick Woody2017-03-021-24/+35
* [SPARK-19720][CORE] Redact sensitive information from SparkSubmit consoleMark Grover2017-03-023-5/+31
* [SPARK-13931] Stage can hang if an executor fails while speculated tasks are ...GavinGavinNo12017-03-011-1/+2
* [SPARK-19777] Scan runningTasksSet when check speculatable tasks in TaskSetMa...jinxing2017-03-011-3/+2
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-284-15/+16
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-1/+1
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-244-6/+69
* [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python workerJeff Zhang2017-02-241-0/+1
* [SPARK-19597][CORE] test case for task deserialization errorsImran Rashid2017-02-241-0/+2
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-13/+27
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-242-3/+11
* [SPARK-16122][CORE] Add rest api for job environmentuncleGen2017-02-223-0/+71
* [SPARK-19652][UI] Do auth checks for REST API access.Marcelo Vanzin2017-02-214-39/+55
* [SPARK-19508][CORE] Improve error message when binding service failsLiang-Chi Hsieh2017-02-201-6/+21
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-201-1/+1
* [SPARK-19646][CORE][STREAMING] binaryRecords replicates records in scala APISean Owen2017-02-201-3/+2
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-1914-92/+32
* [SPARK-19263] DAGScheduler should avoid sending conflicting task set.jinxing2017-02-182-3/+21
* [SPARK-18986][CORE] ExternalAppendOnlyMap shouldn't fail when forced to spill...Liang-Chi Hsieh2017-02-171-5/+12
* [SPARK-19622][WEBUI] Fix a http error in a paged table when using a `Go` butt...Stan Zhai2017-02-171-2/+3
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-161-0/+7
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-163-44/+4
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-1/+2
* [SPARK-19520][STREAMING] Do not encrypt data written to the WAL.Marcelo Vanzin2017-02-133-9/+48
* [SPARK-17714][CORE][TEST-MAVEN][TEST-HADOOP2.6] Avoid using ExecutorClassLoad...Shixiong Zhu2017-02-131-12/+4
* [SPARK-19537] Move pendingPartitions to ShuffleMapStage.Kay Ousterhout2017-02-103-9/+26
* [SPARK-19549] Allow providing reason for stage/job cancellingAla Luszczak2017-02-104-21/+56
* [SPARK-19466][CORE][SCHEDULER] Improve Fair Scheduler LoggingEren Avsarogullari2017-02-101-21/+46
* [SPARK-19481] [REPL] [MAVEN] Avoid to leak SparkContext in Signaling.cancelOn...Shixiong Zhu2017-02-091-0/+7
* [SPARK-16554][CORE] Automatically Kill Executors and Nodes when they are Blac...José Hiram Soltren2017-02-096-19/+94
* [SPARK-17874][CORE] Add SSL port configuration.Marcelo Vanzin2017-02-093-87/+120
* [MINOR][CORE] Fix incorrect documentation of WritableConverterLee Dongjin2017-02-091-8/+10
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-091-0/+8
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-085-146/+48
* [SPARK-19260] Spaces or "%20" in path parameter are not correctly handled wit...zuotingbing2017-02-071-2/+1
* [SPARK-18967][SCHEDULER] compute locality levels even if delay = 0Imran Rashid2017-02-062-7/+19
* [SPARK-19398] Change one misleading log in TaskSetManager.Jin Xing2017-02-061-4/+8
* [SPARK-17663][CORE] SchedulableBuilder should handle invalid data access via ...erenavsarogullari2017-02-061-25/+45
* [SPARK-10063] Follow-up: remove dead code related to an old output committer.Reynold Xin2017-02-032-18/+0
* [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