You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/03/11 22:52:15 UTC

[GitHub] [incubator-livy] vanzin commented on issue #148: [LIVY-564] Support to check the spark batch job running progress

vanzin commented on issue #148: [LIVY-564] Support to check the spark batch job running progress
URL: https://github.com/apache/incubator-livy/pull/148#issuecomment-471771889
 
 
   What information exactly are you exposing here? The Spark code that updates the progress looks like this:
   
   ```
       updateResourceRequests()
       val progressIndicator = 0.1f
       val allocateResponse = amClient.allocate(progressIndicator)
   ```
   
   As you can see, not very useful.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services