You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/02/26 11:21:00 UTC

[jira] [Resolved] (SPARK-34551) generate-contributors.py, releaseutils.py and translate-contributors.py are broken

     [ https://issues.apache.org/jira/browse/SPARK-34551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-34551.
----------------------------------
    Fix Version/s: 3.1.2
       Resolution: Fixed

Issue resolved by pull request 31660
[https://github.com/apache/spark/pull/31660]

> generate-contributors.py, releaseutils.py and translate-contributors.py are broken
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-34551
>                 URL: https://issues.apache.org/jira/browse/SPARK-34551
>             Project: Spark
>          Issue Type: Bug
>          Components: Project Infra
>    Affects Versions: 3.2.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.1.2
>
>
> This is broken after SPARK-32719. {{raw_input}} does not exist in {{releaseutils}} but in Python 2:
> {code}
> Traceback (most recent call last):
>   File "dev/create-release/generate-contributors.py", line 25, in <module>
>     from releaseutils import tag_exists, raw_input, get_commits, yesOrNoPrompt, get_date, \
> ImportError: cannot import name 'raw_input' from 'releaseutils' (/.../spark/dev/create-release/releaseutils.py)
> {code}
> In addition, these scripts look only working with Python 2. We should drop Python 2.



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