aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5645] Added local read bytes/time to task metricsKay Ousterhout2015-02-1213-28/+125
* [SPARK-5655] Don't chmod700 application files if running in YARNAndrew Rowson2015-02-121-8/+3
* [SPARK-5733] Error Link in Pagination of HistroyPage when showing Incomplete ...guliangliang2015-02-111-4/+7
* [SPARK-5729] Potential NPE in standalone REST APIAndrew Or2015-02-101-1/+1
* [SPARK-4879] Use driver to coordinate Hadoop output committing for speculativ...mcheah2015-02-1012-23/+549
* [SPARK-5493] [core] Add option to impersonate user.Marcelo Vanzin2015-02-106-33/+79
* [SPARK-5644] [Core]Delete tmp dir when sc is stopSephiroth-Lin2015-02-102-1/+37
* [HOTFIX][SPARK-4136] Fix compilation and testsAndrew Or2015-02-103-11/+9
* SPARK-4136. Under dynamic allocation, cancel outstanding executor requests wh...Sandy Ryza2015-02-105-50/+184
* SPARK-5239 [CORE] JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc....Sean Owen2015-02-101-3/+3
* [SPARK-5701] Only set ShuffleReadMetrics when task has shuffle depsKay Ousterhout2015-02-092-10/+40
* [SPARK-5703] AllJobsPage throws empty.max exceptionAndrew Or2015-02-091-1/+3
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-0918-161/+403
* Add a config option to print DAG.KaiXinXiaoLei2015-02-091-0/+3
* [SPARK-5698] Do not let user request negative # of executorsAndrew Or2015-02-091-0/+5
* [SPARK-5691] Fixing wrong data structure lookup for dupe app registratio...mcheah2015-02-091-1/+1
* [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing argsKirill A. Korinskiy2015-02-086-16/+35
* SPARK-5408: Use -XX:MaxPermSize specified by user instead of default in ...Jacek Lewandowski2015-02-071-2/+12
* [SPARK-5388] Provide a stable application submission gateway for standalone c...Andrew Or2015-02-0622-94/+2016
* [SPARK-4874] [CORE] Collect record count metricsKostas Sakellis2015-02-0620-146/+548
* [SPARK-5600] [core] Clean up FsHistoryProvider test, fix app sort order.Marcelo Vanzin2015-02-062-48/+52
* [SPARK-4361][Doc] Add more docs for Hadoop Configurationzsxwing2015-02-062-2/+46
* [HOTFIX] Fix test build break in ExecutorAllocationManagerSuite.Josh Rosen2015-02-061-6/+6
* [SPARK-5555] Enable UISeleniumSuite testsJosh Rosen2015-02-061-9/+20
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-0616-25/+140
* [SPARK-5618][Spark Core][Minor] Optimise utility code.Makoto Fukuhara2015-02-061-2/+2
* [SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in Execu...lianhuiwang2015-02-062-22/+19
* [SPARK-4877] Allow user first classes to extend classes in the parent.Stephen Haberman2015-02-064-18/+61
* [SPARK-5636] Ramp up faster in dynamic allocationAndrew Or2015-02-061-3/+3
* [SPARK-5416] init Executor.threadPool before ExecutorSourceRyan Williams2015-02-061-3/+3
* [SPARK-5470][Core]use defaultClassLoader to load classes in KryoSerializerlianhuiwang2015-02-061-9/+2
* [SPARK-5582] [history] Ignore empty log directories.Marcelo Vanzin2015-02-062-8/+32
* SPARK-5557: Explicitly include servlet API in dependencies.Patrick Wendell2015-02-051-0/+7
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-051-1/+16
* SPARK-5548: Fixed a race condition in AkkaUtilsSuiteJacek Lewandowski2015-02-051-1/+1
* SPARK-4687. Add a recursive option to the addFile APISandy Ryza2015-02-054-27/+237
* [SPARK-5411] Allow SparkListeners to be specified in SparkConf and loaded whe...Josh Rosen2015-02-043-21/+95
* [SPARK-4939] move to next locality when no pending tasksDavies Liu2015-02-042-8/+101
* [SPARK-5588] [SQL] support select/filter by SQL expressionDavies Liu2015-02-041-1/+10
* [SPARK-5574] use given name prefix in dirImran Rashid2015-02-041-1/+1
* [SPARK-5341] Use maven coordinates as dependencies in spark-shell and spark-s...Burak Yavuz2015-02-036-6/+398
* [SPARK-4939] revive offers periodically in LocalBackendDavies Liu2015-02-031-1/+10
* [SPARK-4969][STREAMING][PYTHON] Add binaryRecords to streamingfreeman2015-02-031-1/+8
* [SPARK-4795][Core] Redesign the "primitive type => Writable" implicit APIs to...zsxwing2015-02-037-32/+128
* Minor: Fix TaskContext deprecated annotations.Reynold Xin2015-02-031-3/+3
* [SPARK-5549] Define TaskContext interface in Scala.Reynold Xin2015-02-035-131/+183
* [SPARK-5414] Add SparkFirehoseListener class for consuming all SparkListener ...Josh Rosen2015-02-021-0/+115
* [SPARK-3778] newAPIHadoopRDD doesn't properly pass credentials for secure hdfsThomas Graves2015-02-021-1/+6
* [SPARK-5219][Core] Add locks to avoid scheduling race conditionszsxwing2015-02-022-3/+3
* SPARK-3996: Add jetty servlet and continuations.Patrick Wendell2015-02-021-1/+11