> What did I miss?
You didn't miss anything - the problem is with tdbloader2 in the 2.10.0
release. The wrong scripts got shipped.
The version in the previous version, 2.7.4 or from current development
(which is in testing for the next release), works properly.
Sorry about that,
Andy
On 03/05/13 23:20, Tianyin Xu wrote:
Hi, all,
Could anyone tell me how to use tdbloader2?
I download
apache-jena-2.10.0.tar.gz
<http://www.apache.org/dist/jena/binaries/apache-jena-2.10.0.tar.gz>
from the official website. In the bin directory, there're tdbloader and
tdbloader2. I ran tdbloader2 (setting TDBROOT as the same as $JENAROOT), it
shows:
Script /home/tianyin/freebase/apache-jena-2.10.0//bin/tdb_init
($TDBROOT/bin/tdb_init) does not exist or is not readable
I check the source code directory and I don't have this file, so I checked
the maven repository,
http://mvnrepository.com/artifact/org.apache.jena/jena-tdb/0.10.0
it has the required file. Using svn to checkout, and run bin/tdbloader2,
and get the following error:
Can't open /home/tianyin/freebase/jena-trunk/jena-tdb//.classpath: No such
file or directory.
Usage: tdbloader2worker --loc location datafile ...
What did I miss?
Thanks a lot!
Tianyin