This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/test/scala/net/sansa_stack/inference/spark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 </dependency >
3232
3333 <!-- RDF Layer -->
34- <dependency >
35- <groupId >${project.groupId} </groupId >
36- <artifactId >sansa-rdf-spark-core</artifactId >
37- </dependency >
38- <dependency >
39- <groupId >net.sansa-stack</groupId >
40- <artifactId >sansa-rdf-partition-core</artifactId >
41- </dependency >
34+ <!-- < dependency> -- >
35+ <!-- < groupId>${project.groupId}</groupId> -- >
36+ <!-- < artifactId>sansa-rdf-spark-core</artifactId> -- >
37+ <!-- < /dependency> -- >
38+ <!-- < dependency> -- >
39+ <!-- < groupId>net.sansa-stack</groupId> -- >
40+ <!-- < artifactId>sansa-rdf-partition-core</artifactId> -- >
41+ <!-- < /dependency> -- >
4242
4343 <!-- Query Layer -->
44- <dependency >
45- <groupId >net.sansa-stack</groupId >
46- <artifactId >sansa-query-spark-sparqlify</artifactId >
47- </dependency >
48- <dependency >
49- <groupId >org.aksw.jena-sparql-api</groupId >
50- <artifactId >jena-sparql-api-server-standalone</artifactId >
51- </dependency >
44+ <!-- < dependency> -- >
45+ <!-- < groupId>net.sansa-stack</groupId> -- >
46+ <!-- < artifactId>sansa-query-spark-sparqlify</artifactId> -- >
47+ <!-- < /dependency> -- >
48+ <!-- < dependency> -- >
49+ <!-- < groupId>org.aksw.jena-sparql-api</groupId> -- >
50+ <!-- < artifactId>jena-sparql-api-server-standalone</artifactId> -- >
51+ <!-- < /dependency> -- >
5252
5353 <!-- Scala -->
5454 <dependency >
Original file line number Diff line number Diff line change 11package net .sansa_stack .inference .spark
22
3- import java .io .File
4-
5- import net .sansa_stack .rdf .partition .core .RdfPartitionerDefault
6- import org .apache .commons .io .IOUtils
7- import org .apache .jena .riot .{Lang , RDFDataMgr }
8- import org .apache .spark .sql .SparkSession
9-
10- import scala .collection .JavaConverters ._
11- import net .sansa_stack .rdf .spark .partition .core .RdfPartitionUtilsSpark
12-
133/**
144 * @author Lorenz Buehmann
155 */
6+
167object QueryLayerIntegration {
17- def main (args : Array [String ]): Unit = {
8+ /* def main(args: Array[String]): Unit = {
189 val tempDirStr = System.getProperty("java.io.tmpdir")
1910 if(tempDirStr == null) {
2011 throw new RuntimeException("Could not obtain temporary directory")
@@ -56,5 +47,5 @@ object QueryLayerIntegration {
5647 partitions.foreach(p => println(p._1))
5748 }
5849
59-
50+ */
6051}
You can’t perform that action at this time.
0 commit comments