Arthur Tacca created SPARK-19608:
------------------------------------
Summary: setup.py missing reference to pyspark.ml.param
Key: SPARK-19608
URL: https://issues.apache.org/jira/browse/SPARK-19608
Project: Spark
Issue Type: Bug
Components: PySpark
Affects Versions: 2.1.0
Reporter: Arthur Tacca
Priority: Minor
The setup.py written for SPARK-1267 is missing "pyspark.ml.param" in the
packages list. Even better than just adding it would be to replace the
manually-updated list of packages with {{find_packages()}}, which is already
imported in this file, perhaps with {{+['pyspark.bin', 'pyspark.jars', ...}} if
necessary. (Just {{find_packages()}} without any extras worked fine for me, but
I'm just using setup.py to allow installing {{pyspark}} with pip to connect to
a standalone cluster rather than any of this fancy jar-copying stuff.)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]