From b9bab4dcf6cec5ec9e9860871f9dd1ec633a1d22 Mon Sep 17 00:00:00 2001 From: Kishor Patil Date: Wed, 20 Jul 2016 12:22:43 -0500 Subject: [SPARK-15951] Change Executors Page to use datatables to support sorting columns and searching 1. Create the executorspage-template.html for displaying application information in datables. 2. Added REST API endpoint "allexecutors" to be able to see all executors created for particular job. 3. The executorspage.js uses jQuery to access the data from /api/v1/applications/appid/allexecutors REST API, and use DataTable to display executors for the application. It also, generates summary of dead/live and total executors created during life of the application. 4. Similar changes applicable to Executors Page on history server for a given application. Snapshots for how it looks like now: screen shot 2016-06-14 at 2 45 44 pm New Executors Page screenshot looks like this: screen shot 2016-06-15 at 10 12 01 am Author: Kishor Patil Closes #13670 from kishorvpatil/execTemplates. --- docs/monitoring.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/monitoring.md b/docs/monitoring.md index ee932cfc6d..c8694762ff 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -289,7 +289,11 @@ can be identified by their `[attempt-id]`. In the API listed below, when running /applications/[app-id]/executors - A list of all executors for the given application. + A list of all active executors for the given application. + + + /applications/[app-id]/allexecutors + A list of all(active and dead) executors for the given application. /applications/[app-id]/storage/rdd -- cgit v1.2.3