Github user davies commented on the pull request:

    https://github.com/apache/spark/pull/6439#issuecomment-106084658
  
    This looks good to me, could you also update pyspark/mllib/rand.py to 
random.py? (and remove the hack).
    
    One downside of this is that we can not run single test suite by 
spark-submit:
    ```
    $ bin/spark-submit python/pyspark/sql/dataframe.py
    ```
    Instead, we should do:
    ```
    $ PYTHON_PATH=$HOME/python:$HOME/python/lib/py4j-0.8.2.1-src.zip python -m 
pyspark.sql.dataframe
    ```


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