aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4949]shutdownCallback in SparkDeploySchedulerBackend should be enclose...Kousuke Saruta2015-02-181-19/+16
* [SPARK-4454] Revert getOrElse() cleanup in DAGScheduler.getCacheLocs()Josh Rosen2015-02-171-3/+5
* [SPARK-4454] Properly synchronize accesses to DAGScheduler cacheLocs mapJosh Rosen2015-02-171-10/+24
* [SPARK-5811] Added documentation for maven coordinates and added Spark Packag...Burak Yavuz2015-02-172-20/+45
* [SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySparkDavies Liu2015-02-173-3/+26
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-17/+23
* SPARK-5841 [CORE] [HOTFIX] Memory leak in DiskBlockManagerSean Owen2015-02-171-1/+4
* [SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownDeleteTac...xukun 002289472015-02-171-2/+2
* [SPARK-5778] throw if nonexistent metrics config file providedRyan Williams2015-02-174-19/+22
* Revert "[SPARK-5363] [PySpark] check ending mark in non-block way"Josh Rosen2015-02-171-17/+4
* HOTFIX: Style issue causing build breakPatrick Wendell2015-02-161-2/+2
* [SPARK-5363] [PySpark] check ending mark in non-block wayDavies Liu2015-02-161-4/+17
* [SPARK-5849] Handle more types of invalid JSON requests in SubmitRestProtocol...Josh Rosen2015-02-162-8/+12
* [SPARK-5788] [PySpark] capture the exception in python write threadDavies Liu2015-02-161-2/+2
* SPARK-5848: tear down the ConsoleProgressBar timerMatt Whelan2015-02-172-1/+7
* [SPARK-2313] Use socket to communicate GatewayServer port back to Python driverJosh Rosen2015-02-162-3/+65
* SPARK-5841: remove DiskBlockManager shutdown hook on stopMatt Whelan2015-02-161-4/+9
* [SPARK-5227] [SPARK-5679] Disable FileSystem cache in WholeTextFileRecordRead...Josh Rosen2015-02-131-2/+10
* [HOTFIX] Fix build break in MesosSchedulerBackendSuiteAndrew Or2015-02-131-1/+2
* [SPARK-5735] Replace uses of EasyMock with MockitoJosh Rosen2015-02-133-97/+80
* [SPARK-5783] Better eventlog-parsing error messagesRyan Williams2015-02-134-7/+11
* [SPARK-5732][CORE]:Add an option to print the spark version in spark script.uncleGen2015-02-132-3/+19
* [SPARK-5760][SPARK-5761] Fix standalone rest protocol corner cases + revamp t...Andrew Or2015-02-123-239/+589
* [SPARK-5762] Fix shuffle write time for sort-based shuffleKay Ousterhout2015-02-121-0/+3
* [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