GitHub user zhuoliu opened a pull request:

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

    [SPARK-13364] Sort appId as num rather than str in history page. 

    ## What changes were proposed in this pull request?
    History page now sorts the appID as a string, which can lead to unexpected 
order for the case "application-11111-9" and "application-11111-20".
    Add a new sort type called appId-numeric can fix it.


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

    $ git pull https://github.com/zhuoliu/spark 13364

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

    https://github.com/apache/spark/pull/11259.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 #11259
    
----
commit 590fa3490e762d909f61c80c0de403901a4a2a4d
Author: zhuol <zh...@yahoo-inc.com>
Date:   2016-02-19T04:33:47Z

    [SPARK-13364] Sort App Id column as num rather than str in History Server.

----


---
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