aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-12330][MESOS][HOTFIX] Rename timeout configAndrew Or2016-02-041-2/+2
* [SPARK-13053][TEST] Unignore tests in InternalAccumulatorSuiteAndrew Or2016-02-042-78/+102
* [SPARK-13162] Standalone mode does not respect initial executorsAndrew Or2016-02-045-6/+34
* [SPARK-13164][CORE] Replace deprecated synchronized buffer in coreHolden Karau2016-02-044-39/+40
* [SPARK-12330][MESOS] Fix mesos coarse mode cleanupCharles Allen2016-02-042-2/+45
* [SPARK-13113] [CORE] Remove unnecessary bit operation when decoding page numberLiang-Chi Hsieh2016-02-031-1/+1
* [SPARK-13152][CORE] Fix task metrics deprecation warningHolden Karau2016-02-035-8/+13
* [SPARK-13131] [SQL] Use best and average time in benchmarkDavies Liu2016-02-031-14/+24
* [SPARK-3611][WEB UI] Show number of cores for each executor in application we...Alex Bozarth2016-02-034-2/+12
* [SPARK-7997][CORE] Add rpcEnv.awaitTermination() back to SparkEnvShixiong Zhu2016-02-021-0/+1
* [SPARK-13122] Fix race condition in MemoryStore.unrollSafely()Adam Budde2016-02-021-5/+9
* [SPARK-12790][CORE] Remove HistoryServer old multiple files formatfelixcheung2016-02-0119-229/+17
* [SPARK-12637][CORE] Print stage info of finished stages properlySean Owen2016-02-011-1/+12
* [SPARK-12979][MESOS] Don’t resolve paths on the local file system in Mesos ...Iulian Dragos2016-02-013-3/+3
* [SPARK-12265][MESOS] Spark calls System.exit inside driver instead of throwin...Nilanjan Raychaudhuri2016-02-013-4/+19
* [SPARK-12463][SPARK-12464][SPARK-12465][SPARK-10647][MESOS] Fix zookeeper dir...Timothy Chen2016-02-012-5/+5
* [SPARK-6847][CORE][STREAMING] Fix stack overflow issue when updateStateByKey ...Shixiong Zhu2016-02-012-0/+40
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-13071] Coalescing HadoopRDD overwrites existing input metricsAndrew Or2016-01-292-2/+12
* [SPARK-13088] Fix DAG viz in latest version of chromeAndrew Or2016-01-291-6/+7
* [SPARK-13096][TEST] Fix flaky verifyPeakExecutionMemorySetAndrew Or2016-01-291-0/+2
* [SPARK-13055] SQLHistoryListener throws ClassCastExceptionAndrew Or2016-01-299-35/+37
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-2925-202/+1701
* [HOTFIX] Fix Scala 2.11 compilationAndrew Or2016-01-271-1/+2
* [SPARK-13021][CORE] Fail fast when custom RDDs violate RDD.partition's API co...Josh Rosen2016-01-272-0/+25
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2754-1075/+2911