aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-2311-44/+98
* [SPARK-13364] Sort appId as num rather than str in history page.zhuol2016-02-232-2/+33
* [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-235-43/+68
* [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-223-98/+170
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-224-6/+6
* [SPARK-13426][CORE] Remove the support of SIMRjerryshao2016-02-223-92/+2
* [SPARK-13408] [CORE] Ignore errors when it's already reported in JobWaiterShixiong Zhu2016-02-192-3/+49
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-192-32/+33
* [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-185-7/+11
* [SPARK-13344][TEST] Fix harmless accumulator not found exceptionsAndrew Or2016-02-173-4/+30
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-161-15/+13
* [SPARK-13278][CORE] Launcher fails to start with JDK 9 EAClaes Redestad2016-02-141-2/+4
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-133-6/+6
* [SPARK-13142][WEB UI] Problem accessing Web UI /logPage/ on Microsoft Windowsmarkpavey2016-02-131-2/+2
* [SPARK-5095] remove flaky testMichael Gummelt2016-02-121-0/+5
* [SPARK-5095] Fix style in mesos coarse grained scheduler codeMichael Gummelt2016-02-122-10/+12
* [SPARK-6166] Limit number of in flight outbound requestsSanket2016-02-114-15/+39
* [SPARK-7889][WEBUI] HistoryServer updates UI for incomplete appsSteve Loughran2016-02-118-59/+1596
* 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
* [SPARK-13124][WEB UI] Fixed CSS and JS issues caused by addition of JQuery Da...Alex Bozarth2016-02-113-14/+20
* [SPARK-13074][CORE] Add JavaSparkContext. getPersistentRDDs methodJunyang2016-02-112-0/+22
* [SPARK-12414][CORE] Remove closure serializerSean Owen2016-02-102-5/+3
* [SPARK-13126] fix the right margin of history page.zhuol2016-02-101-1/+1
* [SPARK-13163][WEB UI] Column width on new History Server DataTables not getti...Alex Bozarth2016-02-101-0/+1
* [SPARK-5095][MESOS] Support launching multiple mesos executors in coarse grai...Michael Gummelt2016-02-107-267/+506
* [SPARK-9307][CORE][SPARK] Logging: Make it either stable or privateSean Owen2016-02-101-6/+2
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-092-76/+96
* [SPARK-13245][CORE] Call shuffleMetrics methods only in one thread for Shuffl...Shixiong Zhu2016-02-091-11/+27
* [SPARK-12888] [SQL] [FOLLOW-UP] benchmark the new hash expressionWenchen Fan2016-02-091-2/+2
* [SPARK-13176][CORE] Use native file linking instead of external process lnJakob Odersky2016-02-091-19/+8
* [SPARK-10620][SPARK-13054] Minor addendum to #10835Andrew Or2016-02-0816-48/+64
* [SPARK-13210][SQL] catch OOM when allocate memory and expand arrayDavies Liu2016-02-087-21/+35
* [SPARK-5865][API DOC] Add doc warnings for methods that return local data str...Tommy YU2016-02-064-0/+45
* [HOTFIX] fix float part of avgRateDavies Liu2016-02-051-1/+1
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-054-17/+17
* [SPARK-13002][MESOS] Send initial request of executors for dyn allocationLuc Bourlier2016-02-051-3/+10
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-042-3/+3
* [SPARK-13052] waitingApps metric doesn't show the number of apps currently in...Raafat Akkad2016-02-042-2/+2
* [HOTFIX] Fix style violation caused by c756bdaAndrew Or2016-02-041-2/+3