Apache Spark Native Libraries
问题 I was recently able to build Apache Hadoop 2.5.1 with native 64 bit support. So, I got rid of the annoying Native Libraries Warning. I'm trying to configure Apache Spark. When I start spark-shell, the same warning appears: 14/09/14 18:48:42 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Some tips: I had to download a pre-built 2.4 version of Spark because there is still no profile for Hadoop 2.5 with Maven. The