aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-5543][WebUI] Remove unused import JsonUtil from from JsonProtocolnemccarthy2015-02-021-1/+0
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-023-53/+41
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-0230-64/+1020
* SPARK-5500. Document that feeding hadoopFile into a shuffle operation wi...Sandy Ryza2015-02-023-36/+62
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-024-6/+42
* Disabling Utils.chmod700 for WindowsMartin Weindel2015-02-021-1/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-025-52/+65
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-023-20/+43
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-022-14/+15
* SPARK-5492. Thread statistics can break with older Hadoop versionsSandy Ryza2015-02-021-2/+2
* [SPARK-5478][UI][Minor] Add missing right parenthesesjerryshao2015-02-011-1/+1
* [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-011-2/+20