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

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

huangtianhua created SPARK-29286:
------------------------------------

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


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