You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "huangtianhua (Jira)" <ji...@apache.org> on 2019/12/24 02:39:00 UTC

[jira] [Updated] (SPARK-30340) Python tests failed on arm64

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

huangtianhua updated SPARK-30340:
---------------------------------
    Description: 
Jenkins job spark-master-test-python-arm failed after the commit c6ab7165dd11a0a7b8aea4c805409088e9a41a74:

File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2790, in __main__.FMClassifier
 Failed example:
 model.transform(test0).select("features", "probability").show(10, False)
 Expected:
 +---------+-----------------------------------------+
|features|probability|

+---------+-----------------------------------------+
|[-1.0]|[0.9999999997574736,2.425264676902229E-10]|
|[0.5]|[0.47627851732981163,0.5237214826701884]|
|[1.0]|[5.491554426243495E-4,0.9994508445573757]|
|[2.0]|[2.005766663870645E-10,0.9999999997994233]|

+---------+-----------------------------------------+
 Got:
 +---------+-----------------------------------------+
|features|probability|

+---------+-----------------------------------------+
|[-1.0]|[0.9999999997574736,2.425264676902229E-10]|
|[0.5]|[0.47627851732981163,0.5237214826701884]|
|[1.0]|[5.491554426243495E-4,0.9994508445573757]|
|[2.0]|[2.005766663870645E-10,0.9999999997994233]|

+---------+-----------------------------------------+
 <BLANKLINE>
 **********************************************************************
 File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2803, in __main__.FMClassifier
 Failed example:
 model.factors
 Expected:
 DenseMatrix(1, 2, [0.0028, 0.0048], 1)
 Got:
 DenseMatrix(1, 2, [-0.0122, 0.0106], 1)
 **********************************************************************
 2 of 10 in __main__.FMClassifier
 ***Test Failed*** 2 failures.

 

The details see [https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-python-arm/91/console]

  was:
Jenkins job spark-master-test-python-arm failed after the commit c6ab7165dd11a0a7b8aea4c805409088e9a41a74:

File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2790, in __main__.FMClassifier
Failed example:
 model.transform(test0).select("features", "probability").show(10, False)
Expected:
 +--------+------------------------------------------+
 |features|probability |
 +--------+------------------------------------------+
 |[-1.0] |[0.9999999997574736,2.425264676902229E-10]|
 |[0.5] |[0.47627851732981163,0.5237214826701884] |
 |[1.0] |[5.491554426243495E-4,0.9994508445573757] |
 |[2.0] |[2.005766663870645E-10,0.9999999997994233]|
 +--------+------------------------------------------+
Got:
 +--------+------------------------------------------+
 |features|probability |
 +--------+------------------------------------------+
 |[-1.0] |[0.9999999997574736,2.425264676902229E-10]|
 |[0.5] |[0.47627851732981163,0.5237214826701884] |
 |[1.0] |[5.491554426243495E-4,0.9994508445573757] |
 |[2.0] |[2.005766663870645E-10,0.9999999997994233]|
 +--------+------------------------------------------+
 <BLANKLINE>
**********************************************************************
File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2803, in __main__.FMClassifier
Failed example:
 model.factors
Expected:
 DenseMatrix(1, 2, [0.0028, 0.0048], 1)
Got:
 DenseMatrix(1, 2, [-0.0122, 0.0106], 1)
**********************************************************************
 2 of 10 in __main__.FMClassifier
***Test Failed*** 2 failures.


> Python tests failed on arm64 
> -----------------------------
>
>                 Key: SPARK-30340
>                 URL: https://issues.apache.org/jira/browse/SPARK-30340
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 3.0.0
>            Reporter: huangtianhua
>            Priority: Major
>
> Jenkins job spark-master-test-python-arm failed after the commit c6ab7165dd11a0a7b8aea4c805409088e9a41a74:
> File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2790, in __main__.FMClassifier
>  Failed example:
>  model.transform(test0).select("features", "probability").show(10, False)
>  Expected:
>  +---------+-----------------------------------------+
> |features|probability|
> +---------+-----------------------------------------+
> |[-1.0]|[0.9999999997574736,2.425264676902229E-10]|
> |[0.5]|[0.47627851732981163,0.5237214826701884]|
> |[1.0]|[5.491554426243495E-4,0.9994508445573757]|
> |[2.0]|[2.005766663870645E-10,0.9999999997994233]|
> +---------+-----------------------------------------+
>  Got:
>  +---------+-----------------------------------------+
> |features|probability|
> +---------+-----------------------------------------+
> |[-1.0]|[0.9999999997574736,2.425264676902229E-10]|
> |[0.5]|[0.47627851732981163,0.5237214826701884]|
> |[1.0]|[5.491554426243495E-4,0.9994508445573757]|
> |[2.0]|[2.005766663870645E-10,0.9999999997994233]|
> +---------+-----------------------------------------+
>  <BLANKLINE>
>  **********************************************************************
>  File "/home/jenkins/workspace/spark-master-test-python-arm/python/pyspark/ml/classification.py", line 2803, in __main__.FMClassifier
>  Failed example:
>  model.factors
>  Expected:
>  DenseMatrix(1, 2, [0.0028, 0.0048], 1)
>  Got:
>  DenseMatrix(1, 2, [-0.0122, 0.0106], 1)
>  **********************************************************************
>  2 of 10 in __main__.FMClassifier
>  ***Test Failed*** 2 failures.
>  
> The details see [https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-python-arm/91/console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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