[
https://issues.apache.org/jira/browse/RYA-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiet Ly resolved RYA-97.
------------------------
Resolution: Fixed
It turns out the LUBM generator was the problem. rdf:about="" was empty and the
culprit.
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://swat.cse.lehigh.edu/onto/univ-bench.owl"/>
</owl:Ontology>
> Bulk import RIO parser error "Not a valid (absolute) URI:"
> ----------------------------------------------------------
>
> Key: RYA-97
> URL: https://issues.apache.org/jira/browse/RYA-97
> Project: Rya
> Issue Type: Bug
> Environment: rya develop + accumulo 1.6.5
> Reporter: Kiet Ly
>
> I used LUBM data generator (version 1.7) to generate test data and look like
> the it can't parse this line.
> <owl:imports rdf:resource="file:///home/hadoop/univ-bench.owl" />
> I also put the univ-bench.owl under tomcat
> <owl:imports rdf:resource="http://10.162.103.85:8000/univ-bench.owl" />
> It can't parse either format. Is this a bug?
> I use Bulk MR import to import the generated RDFXML files.
> hadoop jar accumulo.rya-3.2.10-SNAPSHOT.jar
> mvm.rya.accumulo.mr.fileinput.RdfFileInputTool -Dac.zk=10.162.103.85:2181
> -Dac.instance=instance -Dac.username=root -Dac.pwd=secret
> -Drdf.tablePrefix=triplestore_
> -Dmapreduce.application.classpath=/usr/lib/hadoop/client/* /user/hadoop/test/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)