Uh oh!
There was an error while loading. Please reload this page.
[Zeppelin-1161] Revert precise execution time - #1172
Conversation
AhyoungRyu
commented
Jul 13, 2016
@corneadoug Wasn't it intended behaviour because of #862 (comment)? Anyway I prefer to show the precise execution time even if it shows such as |
corneadoug
commented
Jul 13, 2016
@AhyoungRyu No, that discussion was about the elapsed time. |
corneadoug
commented
Jul 13, 2016
@AhyoungRyu Made modifications and added screenshot |
AhyoungRyu
commented
Jul 13, 2016
@corneadoug more graceful! Thanks for taking care of this 👍 |
AhyoungRyu
commented
Jul 13, 2016
@corneadoug When I build this PR in my local, i got this jscs warnings. |
corneadoug
commented
Jul 15, 2016
I'm not sure why CI is not green, triggering it once more |
SachinJanani
commented
Jul 18, 2016
@corneadoug Will this changes also be available in 0.6.1 ? |
corneadoug
commented
Jul 18, 2016
@SachinJanani There should be a thread about 0.6.1. |
SachinJanani
commented
Jul 18, 2016
@corneadoug Yes you are right. |
bzz
commented
Jul 19, 2016
Looks great to me, and CI is green now! |
corneadoug
commented
Jul 19, 2016
Merging it now! |
### What is this PR for? It had been pointed out in the mailing list that after #862, the execution time was changed to humanized fashion, while we would want to keep something more precise in that case. This PR is rolling back to the old precise time for execution time. ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1161 ### How should this be tested? Run a paragraph, after it is finished, it should show: `Took x seconds.` instead of `Took a few seconds` (or Hours, Minutes, Sec) ### Screenshot  ### Questions: * Does the licenses files need update? Yes * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Damien CORNEAU <corneadoug@gmail.com> Closes#1172 from corneadoug/ZEPPELIN-1161 and squashes the following commits: df752bd [Damien CORNEAU] Add licence of new dependency 2c21894 [Damien CORNEAU] Fix jscs errors 9f756e3 [Damien CORNEAU] add moment plugin for duration 935f348 [Damien CORNEAU] Fix jxcs e4f7625 [Damien CORNEAU] Revert seconds ago for execution time (cherry picked from commit dbe5e6c) Signed-off-by: Mina Lee <minalee@apache.org>
### What is this PR for? It had been pointed out in the mailing list that after apache#862, the execution time was changed to humanized fashion, while we would want to keep something more precise in that case. This PR is rolling back to the old precise time for execution time. ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1161 ### How should this be tested? Run a paragraph, after it is finished, it should show: `Took x seconds.` instead of `Took a few seconds` (or Hours, Minutes, Sec) ### Screenshot  ### Questions: * Does the licenses files need update? Yes * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Damien CORNEAU <corneadoug@gmail.com> Closesapache#1172 from corneadoug/ZEPPELIN-1161 and squashes the following commits: df752bd [Damien CORNEAU] Add licence of new dependency 2c21894 [Damien CORNEAU] Fix jscs errors 9f756e3 [Damien CORNEAU] add moment plugin for duration 935f348 [Damien CORNEAU] Fix jxcs e4f7625 [Damien CORNEAU] Revert seconds ago for execution time

What is this PR for?
It had been pointed out in the mailing list that after #862, the execution time was changed to humanized fashion, while we would want to keep something more precise in that case.
This PR is rolling back to the old precise time for execution time.
What type of PR is it?
Improvement
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1161
How should this be tested?
Run a paragraph, after it is finished, it should show:
Took x seconds.instead ofTook a few seconds(or Hours, Minutes, Sec)Screenshot
Questions: