GitHub user rajarajan-g reopened a pull request:

    https://github.com/apache/zeppelin/pull/1367

     [ZEPPELIN-1040] Show the time when the result is updated

    ### What is this PR for?
    As per existing usage, the time shown in end of each paragraph is the time 
the paragraph is updated not when the paragraph is actually executed/run.
    
    _" Took 10 sec. Last updated by anonymous at **August 26 2016, 1:52:01 
PM.** "_
    
    PR is aimed at changing the existing usage to show when the paragraph is 
last executed as this gives  clarification to users about the executed time of 
paragraph
    
    
    ### What type of PR is it?
     Improvement 
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1040
    
    ### How should this be tested?
    1. Start the server and create a new note book
    2. create a new paragraph and execute the paragraph
    3. Now rerun the paragraph, the time should get updated now inline with 
execution of the paragraph
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajarajan-g/zeppelin ZEPPELIN-1040

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1367.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 #1367
    
----
commit d30f1b28e3a7c3a3160a3eab7e6e30aa1f53083c
Author: rajarajan-g <rajarajan.gane...@imaginea.com>
Date:   2016-08-26T08:30:10Z

    code changed for showing last run time after execution of paragraph

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to