aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13810][CORE] Add Port Configuration Suggestions on Bind ExceptionsBjorn Jonsson2016-03-131-2/+4
* [SPARK-13830] prefer block manager than direct result for large resultDavies Liu2016-03-111-3/+6
* [SPARK-13328][CORE] Poor read performance for broadcast variables with dynami...Nezih Yigitbasi2016-03-112-15/+116
* [SPARK-13577][YARN] Allow Spark jar to be multiple jars, archive.Marcelo Vanzin2016-03-112-2/+3
* [MINOR][CORE] Fix a duplicate "and" in a log message.Marcelo Vanzin2016-03-101-1/+1
* [SPARK-13604][CORE] Sync worker's state after registering with masterShixiong Zhu2016-03-104-5/+90
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-109-9/+9
* [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk st...Josh Rosen2016-03-1016-611/+528
* [SPARK-13727][CORE] SparkConf.contains does not consider deprecated keysbomeng2016-03-102-1/+18
* [SPARK-13758][STREAMING][CORE] enhance exception message to avoid misleadingmwws2016-03-101-4/+8
* [SPARK-13492][MESOS] Configurable Mesos framework webui URL.Sergiusz Urbaniak2016-03-098-10/+77
* [SPARK-13775] History page sorted by completed time desc by default.zhuol2016-03-091-1/+1
* [SPARK-13778][CORE] Set the executor state for a worker when removing itShixiong Zhu2016-03-091-0/+1
* [SPARK-13747][SQL] Fix concurrent query with fork-join poolAndrew Or2016-03-091-1/+6
* [SPARK-13769][CORE] Update Java Doc in Spark SubmitAhmed Kamal2016-03-091-1/+1
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-097-20/+17
* [SPARK-13631][CORE] Thread-safe getLocationsWithLargestOutputsAndy Sloane2016-03-091-23/+29
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-092-3/+3
* [SPARK-13695] Don't cache MEMORY_AND_DISK blocks as bytes in memory after spillsJosh Rosen2016-03-083-13/+26
* [SPARK-13675][UI] Fix wrong historyserver url link for application running in...jerryshao2016-03-082-4/+19
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-03-081-2/+4
* [SPARK-13659] Refactor BlockStore put*() APIs to remove returnValuesJosh Rosen2016-03-076-273/+223
* [SPARK-13711][CORE] Don't call SparkUncaughtExceptionHandler in AppClient as ...Shixiong Zhu2016-03-071-10/+8
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-1/+2
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-075-1/+564
* [SPARK-13459][WEB UI] Separate Alive and Dead Executors in Executor Totals TableAlex Bozarth2016-03-041-39/+45
* [SPARK-13398][STREAMING] Move away from thread pool task support to forkjoinHolden Karau2016-03-041-0/+18
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-032-3/+3
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10, a...Sean Owen2016-03-031-1/+1
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10Sean Owen2016-03-032-2/+2
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0352-77/+26
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0347-98/+116
* [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test packageDevaraj K2016-03-022-59/+0
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-024-6/+138
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-0215-593/+365
* [SPARK-13478][YARN] Use real user when fetching delegation tokens.Marcelo Vanzin2016-02-291-0/+5
* [SPARK-13522][CORE] Fix the exit log place for heartbeatShixiong Zhu2016-02-291-1/+2
* [SPARK-13522][CORE] Executor should kill itself when it's unable to heartbeat...Shixiong Zhu2016-02-292-1/+29
* [SPARK-13481] Desc order of appID by default for history server page.zhuol2016-02-291-1/+2
* [SPARK-12994][CORE] It is not necessary to create ExecutorAllocationM…Jeff Zhang2016-02-293-7/+21
* [SPARK-13519][CORE] Driver should tell Executor to stop itself when cleaning ...Shixiong Zhu2016-02-261-0/+4
* [SPARK-13465] Add a task failure listener to TaskContextReynold Xin2016-02-268-84/+166
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-2518-435/+1373
* [SPARK-13501] Remove use of Guava StopwatchJosh Rosen2016-02-251-5/+2
* [SPARK-13468][WEB UI] Fix a corner case where the Stage UI page should show D...Liwei Lin2016-02-253-20/+2
* Revert "[SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0"Shixiong Zhu2016-02-252-3/+2
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-02-252-2/+3
* [SPARK-13467] [PYSPARK] abstract python function to simplify pyspark codeWenchen Fan2016-02-241-15/+22
* [SPARK-12759][Core][Spark should fail fast if --executor-memory is too small ...Daniel Jalova2016-02-242-2/+30
* [SPARK-13373] [SQL] generate sort merge joinDavies Liu2016-02-231-0/+1