GitHub user ash211 opened a pull request:
https://github.com/apache/spark/pull/768
SPARK-1829 Sub-second durations shouldn't round to "0 s"
As "99 ms" up to 99 ms
As "0.1 s" from 0.1 s up to 0.9 s
https://issues.apache.org/jira/browse/SPARK-1829
Compare the first image to the second here:
http://imgur.com/RaLEsSZ,7VTlgfo#0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ash211/spark spark-1829
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/768.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 #768
----
commit 1c15b8e3dc01dc62982ada278f29f7eae6fdd397
Author: Andrew Ash <[email protected]>
Date: 2014-05-14T08:13:58Z
SPARK-1829 Format sub-second durations more appropriately
As "99 ms" up to 99 ms
As "0.1 s" from 0.1 s up to 0.9 s
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---