Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/22782
  
    Thank you for this hot fix. I found `0xc2`  after `#` in 
`docker-image-tool.sh` where @HyukjinKwon fixed.
    
    ```
    > git log | head -1
    commit fc9ba9dcc6ad47fbd05f093b94e7e13580000d5f
    [ishizaki@nx13] /home/ishizaki/Spark/PR/tmp/spark > od -c -t x1 
bin/docker-image-tool.sh  | grep -A 4 -B 4 c2
             75  61  6c  6c  79  20  62  65  65  6e  20  62  75  69  6c  74
    0005200   /   i   s       a       r   u   n   n   a   b   l   e       d
             2f  69  73  20  61  20  72  75  6e  6e  61  62  6c  65  20  64
    0005220   i   s   t   r   i   b   u   t   i   o   n  \n           # 302
             69  73  74  72  69  62  75  74  69  6f  6e  0a  20  20  23  c2
    0005240 240   i   .   e   .       t   h   e       S   p   a   r   k    
             a0  69  2e  65  2e  20  74  68  65  20  53  70  61  72  6b  20
    0005260   J   A   R   s       t   h   a   t       t   h   e       D   o
             4a  41  52  73  20  74  68  61  74  20  74  68  65  20  44  6f
    ```
    
    
    ```
    Installing collected packages: py4j, pyspark
      Running setup.py develop for pyspark
        Complete output from command /tmp/tmp.EWtmCOYUBn/3.5/bin/python -c 
"import setuptools, 
tokenize;__file__='/home/jenkins/workspace/SparkPullRequestBuilder/python/setup.py';f=getattr(tokenize,
 'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps:
        running develop
        running egg_info
        writing dependency_links to pyspark.egg-info/dependency_links.txt
        writing pyspark.egg-info/PKG-INFO
        writing requirements to pyspark.egg-info/requires.txt
        writing top-level names to pyspark.egg-info/top_level.txt
        Could not import pypandoc - required to package PySpark
        package init file 'deps/bin/__init__.py' not found (or not a regular 
file)
        package init file 'deps/jars/__init__.py' not found (or not a regular 
file)
        package init file 'pyspark/python/pyspark/__init__.py' not found (or 
not a regular file)
        package init file 'lib/__init__.py' not found (or not a regular file)
        package init file 'deps/data/__init__.py' not found (or not a regular 
file)
        package init file 'deps/licenses/__init__.py' not found (or not a 
regular file)
        package init file 'deps/examples/__init__.py' not found (or not a 
regular file)
        reading manifest file 'pyspark.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        warning: no previously-included files matching '*.py[cod]' found 
anywhere in distribution
        warning: no previously-included files matching '__pycache__' found 
anywhere in distribution
        warning: no previously-included files matching '.DS_Store' found 
anywhere in distribution
        writing manifest file 'pyspark.egg-info/SOURCES.txt'
        running build_ext
        Creating 
/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/pyspark.egg-link (link to .)
        Adding pyspark 3.0.0.dev0 to easy-install.pth file
        Installing load-spark-env.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-submit script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-class.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing beeline.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing find-spark-home.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing run-example script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-shell2.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing pyspark script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing sparkR script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-sql script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-submit.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-shell script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing beeline script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-submit2.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing find-spark-home script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing sparkR.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing run-example.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing sparkR2.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-shell.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-sql.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Installing spark-class2.cmd script to /tmp/tmp.EWtmCOYUBn/3.5/bin
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/setup.py", line 224, in 
<module>
            'Programming Language :: Python :: Implementation :: PyPy']
          File 
"/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/setuptools/__init__.py", 
line 140, in setup
            return distutils.core.setup(**attrs)
          File "/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/distutils/core.py", line 
148, in setup
            dist.run_commands()
          File "/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/distutils/dist.py", line 
955, in run_commands
            self.run_command(cmd)
          File "/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/distutils/dist.py", line 
974, in run_command
            cmd_obj.run()
          File 
"/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/setuptools/command/develop.py",
 line 38, in run
            self.install_for_development()
          File 
"/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/setuptools/command/develop.py",
 line 154, in install_for_development
            self.process_distribution(None, self.dist, not self.no_deps)
          File 
"/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/setuptools/command/easy_install.py",
 line 729, in process_distribution
            self.install_egg_scripts(dist)
          File 
"/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/site-packages/setuptools/command/develop.py",
 line 189, in install_egg_scripts
            script_text = strm.read()
          File "/tmp/tmp.EWtmCOYUBn/3.5/lib/python3.5/encodings/ascii.py", line 
26, in decode
            return codecs.ascii_decode(input, self.errors)[0]
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 
2719: ordinal not in range(128)
    ```


---

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

Reply via email to