You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shane Knapp (Jira)" <ji...@apache.org> on 2019/11/08 18:19:00 UTC

[jira] [Created] (SPARK-29802) update remaining python scripts in repo to python3 shebang

Shane Knapp created SPARK-29802:
-----------------------------------

             Summary: update remaining python scripts in repo to python3 shebang
                 Key: SPARK-29802
                 URL: https://issues.apache.org/jira/browse/SPARK-29802
             Project: Spark
          Issue Type: Sub-task
          Components: PySpark
    Affects Versions: 3.0.0
            Reporter: Shane Knapp


there are a bunch of scripts in the repo that need to have their shebang updated to python3:
{noformat}
dev/create-release/releaseutils.py:#!/usr/bin/env python
dev/create-release/generate-contributors.py:#!/usr/bin/env python
dev/create-release/translate-contributors.py:#!/usr/bin/env python
dev/github_jira_sync.py:#!/usr/bin/env python
dev/merge_spark_pr.py:#!/usr/bin/env python
python/pyspark/version.py:#!/usr/bin/env python
python/pyspark/find_spark_home.py:#!/usr/bin/env python
python/setup.py:#!/usr/bin/env python{noformat}



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