aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12221] add cpu time to metricsjisookim2016-09-2317-0/+358
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-221-1/+2
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-301-0/+67
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-243-221/+221
* [SPARK-16375][WEB UI] Fixed misassigned var: numCompletedTasks was assigned t...Alex Bozarth2016-07-136-11/+11
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-261-1/+2
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-0/+0
* [SPARK-14628][CORE][FOLLLOW-UP] Always tracking read/write metricsWenchen Fan2016-04-1830-231/+2460
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-161-0/+1
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-017-0/+84
* [SPARK-13845][CORE] Using onBlockUpdated to replace onTaskEnd avioding driver...jeanlyn2016-03-282-11/+3
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-231-0/+1
* [SPARK-3611][WEB UI] Show number of cores for each executor in application we...Alex Bozarth2016-02-031-0/+1
* [SPARK-12790][CORE] Remove HistoryServer old multiple files formatfelixcheung2016-02-0115-0/+0
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-297-7/+63
* [SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UIAlex Bozarth2016-01-251-0/+2
* [SPARK-2750][WEB UI] Add https support to the Web UIscwf2016-01-191-0/+0
* [SPARK-11155][WEB UI] Stage summary json should include stage durationXin Ren2015-12-087-7/+43
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-091-1/+10
* [SPARK-7161] [HISTORY SERVER] Provide REST api to download event logs fro...Hari Shreedharan2015-06-035-8/+68
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0850-0/+6061
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-0549-17366/+0
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0549-0/+17366
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* [SPARK-5778] throw if nonexistent metrics config file providedRyan Williams2015-02-171-2/+0
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-023-0/+0
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* Revert "[SPARK-2468] Netty based block server / client module"Patrick Wendell2014-08-151-1379/+0
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-141-0/+1379
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-8/+0
* Merge branch 'master' into spark-1002-remove-jarsPrashant Sharma2014-01-031-0/+8
|\
| * Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-0/+2
| * Added tests for SparkConf and fixed a bugMatei Zaharia2013-12-291-0/+6
* | ignoring tests for now, contrary to what I assumed these tests make sense giv...Prashant Sharma2014-01-021-0/+0
|/
* Add missing license headers found with RATMatei Zaharia2013-09-022-0/+34
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-012-4/+4
* Code refactor according to commentsjerryshao2013-07-242-5/+5
* Refactor metricsSystem unit test, add resource files.Andrew xia2013-07-242-0/+13
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-162-1/+35
* Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-0/+1
|\
| * A few bug fixes and a unit testPatrick Wendell2013-06-241-0/+1
* | Add fair scheduler config template fileAndrew xia2013-07-041-0/+1
|/
* refactor the Schedulable interface and add unit test for SchedulingAlgorithmAndrew xia2013-04-181-0/+14
* Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* Modifications to make sure LocalScheduler terminate cleanly without errors wh...Tathagata Das2012-12-271-1/+1
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Dynamically adding jar files and caching fileSets.Denny2012-09-101-0/+0