You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/07/26 20:00:00 UTC

[jira] [Created] (SPARK-32447) Use python3 by default in find-spark-home scripts

Dongjoon Hyun created SPARK-32447:
-------------------------------------

             Summary: Use python3 by default in find-spark-home scripts
                 Key: SPARK-32447
                 URL: https://issues.apache.org/jira/browse/SPARK-32447
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.1.0
            Reporter: Dongjoon Hyun


This script depends on `find_spark_home.py` which is migrated to `python3` already by using `#!/usr/bin/env python3`.
{code}
FIND_SPARK_HOME_PYTHON_SCRIPT="$(cd "$(dirname "$0")"; pwd)/find_spark_home.py"
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org