On Thu, Aug 8, 2013 at 5:34 PM, Andy Seaborne <[email protected]> wrote:
> 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 >> > > > The command format is > > tdbloader2 --loc LOC DATAFILE DATAFILE2 DATAFILE3 .... > > The data comes from miles, not a directory. > > It does not take a directory and find all the files. You have to > enumerate the files. > > Andy > > > >> 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 >> >> >
