huianyi commented on a change in pull request #238: [LIVY-689] Deliver stage 
process message to the end user using thriftserver
URL: https://github.com/apache/incubator-livy/pull/238#discussion_r337495478
 
 

 ##########
 File path: rsc/src/main/java/org/apache/livy/rsc/driver/JobWrapper.java
 ##########
 @@ -60,6 +70,14 @@ public Void call() throws Exception {
         }
       }
 
+      timer.schedule(new TimerTask() {
 
 Review comment:
   Maybe Creating this time instance in `RSCDriver` is a good way?  Notify this 
timer when job submit, other times would be wait. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to