Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/3216#issuecomment-62681043
  
    It seems that I cannot import anything under mllib:
    
    ~~~
    In [3]: import pyspark.mllib.classification
    ---------------------------------------------------------------------------
    AttributeError                            Traceback (most recent call last)
    <ipython-input-3-9ade480333fc> in <module>()
    ----> 1 import pyspark.mllib.classification
    
    /Users/meng/src/spark/python/pyspark/mllib/__init__.py in <module>()
         32 import rand as random
         33 random.__name__ = 'random'
    ---> 34 random.RandomRDDs.__module__ = __name__ + '.random'
         35
         36
    
    AttributeError: 'module' object has no attribute 'RandomRDDs'
    ~~~


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