-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[Zeppelin-1161] Revert precise execution time #1172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@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 |
|
@AhyoungRyu No, that discussion was about the elapsed time. |
|
@AhyoungRyu Made modifications and added screenshot |
|
@corneadoug more graceful! Thanks for taking care of this 👍 |
|
@corneadoug When I build this PR in my local, i got this jscs warnings. |
|
I'm not sure why CI is not green, triggering it once more |
77ef3f6 to
df752bd
Compare
|
@corneadoug Will this changes also be available in 0.6.1 ? |
|
@SachinJanani There should be a thread about 0.6.1. |
|
@corneadoug Yes you are right. |
|
Looks great to me, and CI is green now! |
|
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> Closes apache#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: