The following exception is thrown when trying to read an NT file using the following line
triplesDF = spark.read.rdf(lang)(input)
The exception is as follows:
Exception in thread "main" com.typesafe.config.ConfigException$Parse: rdf_loader.conf
Workaround was to upgrade SANSA snapshot version to 0.3.1 instead of 0.3.0. Seems the version just needs to be bumped in the POM to resolve this issue.
The following exception is thrown when trying to read an NT file using the following line
The exception is as follows:
Workaround was to upgrade SANSA snapshot version to
0.3.1
instead of0.3.0
. Seems the version just needs to be bumped in the POM to resolve this issue.