[ 
https://issues.apache.org/jira/browse/SPARK-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957360#comment-14957360
 ] 

Thomas Graves commented on SPARK-10873:
---------------------------------------

[~vanzin]  I assume your comment about the backend need to change is to fix 
sorting and such with the existing implementation and not with data tables?   

The datatables generally send all the data and then on the client side does the 
sorting, pagination, etc and from my experience on Hadoop has been very 
performant.  The biggest issue is transferring the data if its a lot but unless 
you go to server side that is going to be an issue with anything.

I agree with you that the sorting currently that doesn't span pages is 
confusing which is why I was thinking something like the datatables that does 
it for us already would be easier.

> can't sort columns on history page
> ----------------------------------
>
>                 Key: SPARK-10873
>                 URL: https://issues.apache.org/jira/browse/SPARK-10873
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 1.5.1
>            Reporter: Thomas Graves
>
> Starting with 1.5.1 the history server page isn't allowing sorting by column



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to