Hi Krish, This warning does not impede functionality, but suggesting you could achieve further performance boost if you install numerical libraries native to your machine's architecture. For more info, this is a good read: https://kun-liu.com/blog/numerical%20computing/2017/12/21/use-native-blas-and-lapack-in-apache-spark.html
Regards, Donald On Mon, Jun 11, 2018 at 9:35 AM KRISH MEHTA <[email protected]> wrote: > Hi, > When I am running the MovieLens data for prediction I am getting the > following error. > [WARN] [BLAS] Failed to load implementation from: > com.github.fommil.netlib.NativeSystemBLAS > [WARN] [BLAS] Failed to load implementation from: > com.github.fommil.netlib.NativeRefBLAS > > The Prediction works perfectly well but I am not sure why I am getting > this error. I know its something related to Apache Spark. Can you please > help me to resolve this query. > > Yours Sincerely, > Krish >
