On 08/08/13 20:33, Brad Moran wrote:
I am trying to use tdbloader2 on mac os 10.8.4 from command line. I have
all my triples successfully loaded into a tdb stored in directory "tdb." I
am sure it is successfully loaded because I can run any query on it
successfully. So I try:
apache-jena-2.10.1/bin/tdbloader2
--loc=NetBeansProjects/mdrolder/trunk/luceneIndexes
NetBeansProjects/mdrolder/trunk/tdb
AFAIK the --loc flag to tdbloader2 just takes one argument, the tdb
directory. You are telling it to build the tdb in luceneIndexes and then
load the tdb directory as if it were the source file.
Dave
And I get Exception in thread "main" org.apache.jena.atlas.AtlasException:
java.io.FileNotFoundException: NetBeansProjects/mdrolder/trunk/tdb (Is a
directory).
Which makes sense, I just do not understand how I am supposed to load the
tdb though. Should I just use one of the files within the TDB?
Thanks,
Brad