I am running HiBench Bayes and kmean applications, however, I am getting warning
17/09/05 09:54:54 WARN netlib.BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS
17/09/05 09:54:54 WARN netlib.BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS
Can you please give me any idea how to resolve this issue. I have tried to resolve this issue by following the solution provided on
Appreciate your help. Regards,
As per Spark Documentation. You need to include com.github.fommil.netlib:all:1.1.2 as a dependency or build spark yourself with -Pnetlib-lgpl.
Building spark is straightforward:
git clone https://github.com/apache/spark.git
cd /path/to/spark
git checkout tags/v2.3.0
build/mvn -DskipTests -Pnetlib-lgpl clean package
Make sure you have the necessary libs on your system, i.e. check here to see how to install them for your OS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With