Github user davies commented on the pull request:

    https://github.com/apache/spark/pull/3216#issuecomment-62677832
  
    It works for me:
    ```
    Python 2.7.5 (default, Mar  9 2014, 22:15:05)
    Type "copyright", "credits" or "license" for more information.
    
    IPython 2.1.0 -- An enhanced Interactive Python.
    ?         -> Introduction and overview of IPython's features.
    %quickref -> Quick reference.
    help      -> Python's own help system.
    object?   -> Details about 'object', use 'object??' for extra details.
    
    In [1]: from pyspark.mllib.feature import Word2Vec
    
    In [2]: from pyspark.mllib.random import RandomRDDs
    ```
    Could you try to import `rand`, and show where is it? 
    ```
    >>> import rand
    >>> rand
    >>> from pyspark.mllib.rand import 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