You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/07/26 08:37:00 UTC

[jira] [Commented] (SPARK-24929) Merge script swallow KeyboardInterrupt

    [ https://issues.apache.org/jira/browse/SPARK-24929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558065#comment-16558065 ] 

Apache Spark commented on SPARK-24929:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/21880

> Merge script swallow KeyboardInterrupt
> --------------------------------------
>
>                 Key: SPARK-24929
>                 URL: https://issues.apache.org/jira/browse/SPARK-24929
>             Project: Spark
>          Issue Type: Improvement
>          Components: Project Infra
>    Affects Versions: 2.4.0
>            Reporter: Hyukjin Kwon
>            Priority: Trivial
>
> If I want to get out of the loop to assign JIRA's user by command+c (KeyboardInterrupt), I am unable to get out as below:
> {code}
> Error assigning JIRA, try again (or leave blank and fix manually)
> JIRA is unassigned, choose assignee
> [0] todd.chen (Reporter)
> Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
>   File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
>     "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
> KeyboardInterrupt
> Error assigning JIRA, try again (or leave blank and fix manually)
> JIRA is unassigned, choose assignee
> [0] todd.chen (Reporter)
> Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
>   File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
>     "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
> KeyboardInterrupt
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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