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 2019/10/04 17:06:00 UTC

[jira] [Resolved] (SPARK-29286) UnicodeDecodeError raised when running python tests on arm instance

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

Dongjoon Hyun resolved SPARK-29286.
-----------------------------------
    Fix Version/s: 3.0.0
         Assignee: Hyukjin Kwon
       Resolution: Fixed

This is resolved via https://github.com/apache/spark/pull/26021

> UnicodeDecodeError raised when running python tests on arm instance
> -------------------------------------------------------------------
>
>                 Key: SPARK-29286
>                 URL: https://issues.apache.org/jira/browse/SPARK-29286
>             Project: Spark
>          Issue Type: Test
>          Components: PySpark
>    Affects Versions: 3.0.0
>            Reporter: huangtianhua
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Run command 'python/run-tests --python-executables=python2.7,python3.6' on arm instance, thenĀ UnicodeDecodeError raised:
> ....
> Starting test(python2.7): pyspark.broadcast
> Got an exception while trying to store skipped test output:
> Traceback (most recent call last):
>  File "./python/run-tests.py", line 137, in run_individual_python_test
>  decoded_lines = map(lambda line: line.decode(), iter(per_test_output))
>  File "./python/run-tests.py", line 137, in <lambda>
>  decoded_lines = map(lambda line: line.decode(), iter(per_test_output))
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 51: ordinal not in range(128)



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