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

Sean Owen resolved SPARK-13701.
-------------------------------
    Resolution: Not A Problem

Yeah, I don't think Spark works on arm64 because jblas does not. The thing I'm 
not quite sure about is why it doesn't fail earlier and fall back to Java.  On 
both counts, it sounds like something considered not an issue for Spark.

However... jblas hasn't been used in Spark for a while. What version is this? 
I'm closing this, but you can reply.

> MLlib ALS fails on arm64 (java.lang.UnsatisfiedLinkError: 
> org.jblas.NativeBlas.dgemm))
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-13701
>                 URL: https://issues.apache.org/jira/browse/SPARK-13701
>             Project: Spark
>          Issue Type: Bug
>          Components: MLlib
>         Environment: Ubuntu 14.04 on aarch64
>            Reporter: Santiago M. Mola
>            Priority: Minor
>              Labels: arm64, porting
>
> jblas fails on arm64.
> {code}
> ALSSuite:
> Exception encountered when attempting to run a suite with class name: 
> org.apache.spark.mllib.recommendation.ALSSuite *** ABORTED *** (112 
> milliseconds)
>   java.lang.UnsatisfiedLinkError: 
> org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V
>   at org.jblas.NativeBlas.dgemm(Native Method)
>   at org.jblas.SimpleBlas.gemm(SimpleBlas.java:247)
>   at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1781)
>   at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3138)
>   at 
> org.apache.spark.mllib.recommendation.ALSSuite$.generateRatings(ALSSuite.scala:74)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to