aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13631][CORE] Thread-safe getLocationsWithLargestOutputsAndy Sloane2016-03-091-23/+29
* [SPARK-13695] Don't cache MEMORY_AND_DISK blocks as bytes in memory after spillsJosh Rosen2016-03-082-3/+6
* [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-075-243/+201
* [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-074-1/+409
* [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-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-0331-39/+14
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0332-45/+62
* [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test packageDevaraj K2016-03-022-88/+0
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-023-5/+48
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-0211-354/+194
* [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-12994][CORE] It is not necessary to create ExecutorAllocationM…Jeff Zhang2016-02-292-7/+18
* [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-265-44/+93
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-2512-246/+749
* [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-252-19/+0
* Revert "[SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0"Shixiong Zhu2016-02-251-1/+1
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-02-251-1/+1
* [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-241-1/+11
* [SPARK-13373] [SQL] generate sort merge joinDavies Liu2016-02-231-0/+1
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-238-37/+84
* [SPARK-13358] [SQL] Retrieve grep path when do benchmarkLiang-Chi Hsieh2016-02-231-1/+5
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-233-27/+49
* [SPARK-13298][CORE][UI] Escape "label" to avoid DAG being broken by some spec...Shixiong Zhu2016-02-221-3/+4
* [SPARK-13413] Remove SparkContext.metricsSystemReynold Xin2016-02-221-7/+2
* [SPARK-10749][MESOS] Support multiple roles with mesos cluster mode.Timothy Chen2016-02-221-24/+31
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-223-3/+3
* [SPARK-13426][CORE] Remove the support of SIMRjerryshao2016-02-222-84/+1
* [SPARK-13408] [CORE] Ignore errors when it's already reported in JobWaiterShixiong Zhu2016-02-191-3/+8
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-191-26/+29
* [SPARK-13339][DOCS] Clarify commutative / associative operator requirements f...Sean Owen2016-02-195-33/+33
* [SPARK-13371][CORE][STRING] TaskSetManager.dequeueSpeculativeTask compares Op...Sean Owen2016-02-182-2/+2
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-161-15/+13
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-131-3/+3
* [SPARK-13142][WEB UI] Problem accessing Web UI /logPage/ on Microsoft Windowsmarkpavey2016-02-131-2/+2
* [SPARK-5095] Fix style in mesos coarse grained scheduler codeMichael Gummelt2016-02-121-4/+6
* [SPARK-6166] Limit number of in flight outbound requestsSanket2016-02-113-12/+33
* [SPARK-7889][WEBUI] HistoryServer updates UI for incomplete appsSteve Loughran2016-02-116-53/+890
* Revert "[SPARK-13279] Remove O(n^2) operation from scheduler."Reynold Xin2016-02-111-9/+6
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-111-6/+9