In spark-shell, when I exectue import org.jblas.DoubleMatrix
, it will throw "error: object jblas is not a member of package org" on the RHEL.
Actually, I googled about "jblas" and installed "gfortran" from https://gcc.gnu.org/wiki/GFortranBinaries#MacOS on my mac pro.
My spark version is spark-1.4.0-bin-hadoop2.6.tar or spark-1.5.1-bin-hadoop2.6.tar, which is download directly from the official website, it's to say that I didn't build from the source code.