You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/08/16 09:46:00 UTC

[jira] [Assigned] (SPARK-28736) pyspark.mllib.clustering fails on JDK11

     [ https://issues.apache.org/jira/browse/SPARK-28736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon reassigned SPARK-28736:
------------------------------------

    Assignee: Hyukjin Kwon

> pyspark.mllib.clustering fails on JDK11
> ---------------------------------------
>
>                 Key: SPARK-28736
>                 URL: https://issues.apache.org/jira/browse/SPARK-28736
>             Project: Spark
>          Issue Type: Sub-task
>          Components: MLlib, PySpark
>    Affects Versions: 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Hyukjin Kwon
>            Priority: Major
>
> Build Spark and run PySpark UT with JDK11.
> {code}
> $ build/sbt -Phadoop-3.2 test:package
> $ python/run-tests --testnames 'pyspark.mllib.clustering' --python-executables python
> ...
> File "/Users/dongjoon/APACHE/spark-master/python/pyspark/mllib/clustering.py", line 386, in __main__.GaussianMixtureModel
> Failed example:
>     abs(softPredicted[0] - 1.0) < 0.001
> Expected:
>     True
> Got:
>     False
> **********************************************************************
> File "/Users/dongjoon/APACHE/spark-master/python/pyspark/mllib/clustering.py", line 388, in __main__.GaussianMixtureModel
> Failed example:
>     abs(softPredicted[1] - 0.0) < 0.001
> Expected:
>     True
> Got:
>     False
> **********************************************************************
>    2 of  31 in __main__.GaussianMixtureModel
> ***Test Failed*** 2 failures.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org