Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/14624
  
    I just tried to verified this because I was curious of some weird broken 
characters at the end of some lines here, which are shown only sometimes for 
unknown reason in my internet browser.
    
    I found these are as below `<U+2028>`:
    
    ```
    +        :param properties: ...  at<U+2028><U+2028>
    +                           least ... values.<U+2028><U+2028>
    +                           For example { 'user' : 'SYSTEM', 'password' : 
'mypassword' }
    ```
    
    So, building documentation is being failed as below:
    
    ```
    SyntaxError: Non-ASCII character '\xe2' in file 
.../spark/python/pyspark/sql/readwriter.py on line 720, but no encoding 
declared; see http://python.org/dev/peps/pep-0263/ for details
    ```
    
    Without those weird characters, it shows as below:
    
    <img width="790" alt="2016-08-14 9 08 02" 
src="https://cloud.githubusercontent.com/assets/6477701/17649000/3b981302-6263-11e6-8f9c-75631bef3fbc.png";>



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to