I'm experiencing "Exception in thread "main" java.io.IOException: Multiple
input paths are not supported for libsvm data" exception while trying to
read multiple libsvm files using Spark 2.3.0:

val URLs =
spark.read.format("libsvm").load("url_svmlight.tar/url_svmlight/*.svm")

Any other alternatives?

Reply via email to