Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13172#discussion_r63744491
  
    --- Diff: sbin/spark-daemon.sh ---
    @@ -162,6 +162,16 @@ run_command() {
       esac
     
       echo "$newpid" > "$pid"
    +  
    +  #here add this loop to check the daemon process turn into java process. 
It takes at most 5 seconds.
    --- End diff --
    
    This would be somewhat clearer as something like "Poll for up to 5 seconds 
for the java process to start" Otherwise LGTM


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to