我正在使用Apche Spark上的IndexedRowMatrix上的computeSVD方法在大小为10000x10000的密集矩阵上进行SVD。运行日志显示警告如下
WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS
WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS
WARN LAPACK: Failed to load implementation from: com.github.fommil.netlib.NativeSystemLAPACK
WARN LAPACK: Failed to load implementation from: com.github.fommil.netlib.NativeRefLAPACK
如果这会影响我的火花作业的运行时间,请告诉我,如果是,请如何在CentOS上安装它们。
提前致谢...