RDF4J-workbench, RDF4J-console behaviour
Closed this issue · 3 comments
Hi Adam! @asotona
There is a strange behavior regarding loading the data. What I would expect is:
- If I load the data using bulkload into HBase table "benchmark10" it should be somehow accessible within rdf4j console.
--> this one works fine. I could load the data with bulkload into HBase and then query it with rdf4j console. No repository is created automatically, but I could create one with
create hbase
Where I specify "benchmark10" table and e.g. sparql querying works.
2. If I create repository in rdf4j-console, it should be available in rdf4j-workbench.
I would expect that rdf4j-console and rdf4j-workbench are connected (in the end they are talking to the same rdf4j-server). Console and workbench repositories are not connected at all. Is it normal behavior?
3. If I load the data using bulkload into HBase table "benchmark10" it should be somehow accessible within rdf4j workbench.
I could create repository the same way I did in rdf4j-console. However, the menu items are grayed out and I could not query the repo. At some point the items become accessible (I could not figure out when), and I can query the repo, however Repository Size
is always shown as Number of Statements: 0
, Number of Labeled Contexts: 0
I am using Halyard 1.2 at the moment (from releases). Hadoop 2.7.3 and HBase 1.2.6.
Thanks for the answer, makes things clear now -)
I will close the issue as rdf4j works as intended.