Open
Description
Hi!
When I try to
File file = new File("/blaze/bg1.jrnl");
final String journal = file.getAbsolutePath();
final BigdataSailRepository repo = BasicRepositoryProvider.open(journal);
graph = BlazeGraphEmbedded.open(repo);
I get error:
java.lang.NoSuchMethodError: com.bigdata.rdf.sail.BigdataSailRepository.getDatabase()Lcom/bigdata/rdf/store/AbstractTripleStore;
at com.blazegraph.gremlin.embedded.BlazeGraphEmbedded.open(BlazeGraphEmbedded.java:180)
at com.blazegraph.gremlin.embedded.BlazeGraphEmbedded.open(BlazeGraphEmbedded.java:163)
I`m using maven dependencies
com.blazegraph
bigdata-core
2.1.4
com.blazegraph
blazegraph-gremlin
1.0.0
What I`m doing wrong?
Metadata
Metadata
Assignees
Labels
No labels