I have download the precompile version of apache spark 1.6.0/1.6.1 and when I try to do
scala> val data = sqlContext.read.format("libsvm").load("data/mllib/sample_libsvm_data.txt")
in my spark shell, I get
java.lang.ClassNotFoundException: Failed to load class for data source: libsvm
.
I do a stackover flow search and I see this link failed-to-load class libsvm which indicate that it should work with 1.6, but somehow it didn't work for me, what do I need to do to get this working?