[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2022-01-02 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Shane Knapp
>Priority: Major
> Fix For: 3.1.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2022-01-02 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Shane Knapp
>Priority: Major
> Fix For: 3.1.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
> Fix For: 3.2.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
> Fix For: 3.2.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
> Fix For: 3.2.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
> Fix For: 3.2.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
> Fix For: 3.2.0
>
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Assignee: Apache Spark
>Priority: Major
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Priority: Major
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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



[jira] [Commented] (SPARK-33565) python/run-tests.py calling python3.8

2020-11-25 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-33565:
--

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

> python/run-tests.py calling python3.8
> -
>
> Key: SPARK-33565
> URL: https://issues.apache.org/jira/browse/SPARK-33565
> Project: Spark
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.0.1
>Reporter: Shane Knapp
>Priority: Major
>
> this line in run-tests.py on master:
> |python_execs = [x for x in ["python3.6", "python3.8", "pypy3"] if which(x)]|
>  
> and this line in branch-3.0:
> python_execs = [x for x in ["python3.8", "python2.7", "pypy3", "pypy"] if 
> which(x)]
> ...are currently breaking builds on the new ubuntu 20.04LTS workers.
> the default  system python is /usr/bin/python3.8 and we do NOT have a working 
> python3.8 anaconda deployment yet.  this is causing python test breakages.
> PRs incoming
>  



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

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