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

    https://github.com/apache/spark/pull/15659#discussion_r87677850
  
    --- Diff: bin/load-spark-env.sh ---
    @@ -23,7 +23,7 @@
     
     # Figure out where Spark is installed
     if [ -z "${SPARK_HOME}" ]; then
    -  export SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)"
    +  source `dirname $0`/find-spark-home
    --- End diff --
    
    Let's also apply the same fix for Shellcheck complaints here and at all 
other occurrences of this line.


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