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

    https://github.com/apache/spark/pull/19695#discussion_r149736513
  
    --- Diff: dev/create-release/release-build.sh ---
    @@ -130,6 +130,10 @@ else
       fi
     fi
     
    +LSOF=lsof
    +if ! hash $LSOF 2>/dev/null; then
    --- End diff --
    
    I’m used to the hash check now as well, but that’s probably from 
editing Spark shell scripts more than any particular good practice.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to