spark-instrumented-optimizer/core/src/test
Bryan Cutler cf2e9da612 [SPARK-12299][CORE] Remove history serving functionality from Master
Remove history server functionality from standalone Master.  Previously, the Master process rebuilt a SparkUI once the application was completed which sometimes caused problems, such as OOM, when the application event log is large (see SPARK-6270).  Keeping this functionality out of the Master will help to simplify the process and increase stability.

Testing for this change included running core unit tests and manually running an application on a standalone cluster to verify that it completed successfully and that the Master UI functioned correctly.  Also added 2 unit tests to verify killing an application and driver from MasterWebUI makes the correct request to the Master.

Author: Bryan Cutler <cutlerb@gmail.com>

Closes #10991 from BryanCutler/remove-history-master-SPARK-12299.
2016-05-04 14:29:54 -07:00
..
java [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Double values; results in type Object 2016-04-23 10:47:50 -07:00
resources [SPARK-14628][CORE][FOLLLOW-UP] Always tracking read/write metrics 2016-04-18 15:17:29 -07:00
scala/org/apache [SPARK-12299][CORE] Remove history serving functionality from Master 2016-05-04 14:29:54 -07:00