GitHub user kishorvpatil opened a pull request:

    https://github.com/apache/spark/pull/13670

    [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:
    <img width="938" alt="screen shot 2016-06-14 at 2 45 44 pm" 
src="https://cloud.githubusercontent.com/assets/6090397/16060092/ad1de03a-324b-11e6-8469-9eaa3f2548b5.png";>


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kishorvpatil/spark execTemplates

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13670.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13670
    
----
commit 9bc16141318dff854a258dc132087bce3c4f1a4b
Author: Kishor Patil <kpa...@yahoo-inc.com>
Date:   2016-06-07T19:31:35Z

    Add AllExecutors REST Endpoint

commit 4a4fc89b3655b5ff4e47bacc39ad9d1eaf08b107
Author: Kishor Patil <kpa...@yahoo-inc.com>
Date:   2016-06-08T02:26:48Z

    Adding ExecutorsPage template

commit 56f3901bcebdd158ba607fca20e8ef92b2468eb5
Author: Kishor Patil <kpa...@yahoo-inc.com>
Date:   2016-06-14T15:04:34Z

    History page for Executors use mustache template

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to