Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit c85c705

Browse files
Merge branch 'develop' of github.com:SANSA-Stack/SANSA-Inference into develop
2 parents 4ab3561 + 659adb3 commit c85c705

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<licenses>
2222
<license>
23-
<name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
24-
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
23+
<name>Apache License 2.0</name>
24+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
2525
<distribution>repo</distribution>
2626
</license>
2727
</licenses>
@@ -697,4 +697,4 @@
697697
</profiles>
698698

699699

700-
</project>
700+
</project>

sansa-inference-spark/src/test/scala/net/sansa_stack/inference/spark/QueryLayerIntegration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object QueryLayerIntegration {
2323
.config("spark.eventLog.enabled", "true")
2424
.config("spark.kryo.registrator", String.join(", ",
2525
"net.sansa_stack.rdf.spark.io.JenaKryoRegistrator",
26-
"net.sansa_stack.rdf.spark.sparqlify.KryoRegistratorSparqlify"
26+
"net.sansa_stack.query.spark.sparqlify.KryoRegistratorSparqlify"
2727
))
2828
.config("spark.default.parallelism", "4")
2929
.config("spark.sql.shuffle.partitions", "4")

0 commit comments

Comments
 (0)