Merge pull request #227 from pwendell/master Fix small bug in web UI and minor clean-up.
There was a bug where sorting order didn't work correctly for write time metrics. I also cleaned up some earlier code that fixed the same issue for read and write bytes. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/182f9bae Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/182f9bae Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/182f9bae Branch: refs/heads/scala-2.10 Commit: 182f9baeed8e4cc62ca14ae04413394477a7ccfb Parents: b9e7609 380b90b Author: Patrick Wendell <[email protected]> Authored: Wed Dec 4 15:52:07 2013 -0800 Committer: Patrick Wendell <[email protected]> Committed: Wed Dec 4 15:52:07 2013 -0800 ---------------------------------------------------------------------- .../org/apache/spark/ui/jobs/StagePage.scala | 29 +++++++++----------- 1 file changed, 13 insertions(+), 16 deletions(-) ----------------------------------------------------------------------
