On 13/08/15 04:08, Rose Beck wrote:
I tried to load RDF data using tdbloader2 using the following command:
./tdbloader --loc=/home/JenaDatabase -v /home/myfile.nq
However, after sometime I ended up getting the following message:
INFO Total: 668,867,024 tuples : 206,322.84 seconds : 3,241.85
tuples/sec [2015/08/13 02:38:12 IST]
02:38:14 Index phase
02:38:14 Index GSPO
sort: write failed: /tmp/sort4XJ307: No space left on device
That isn't the output of tdbloader. That's tdbloader2.
Which version? Does not look like 3.0.0.
There is a significantly upgraded tdbloader2 in Jena 3.0.0
Can someone please suggest as to how can I change the location of
/tmp/ so that tdbloader takes a different location on disk which has
space. I tried:
Set environment TMPDIR or set sort(1) arguments. See "man sort" and set
environment variable SORT_ARGS to control sort(1) in tdbloader2.
./tdbloader --loc=/home/JenaDatabase -v /home/myfile.nq --T=/home/mnt/tmp
but I ended up getting the following message:
File does not exist: --T
That is after /home/myfile.nq; argument come first, first file name
starts the filename list. It gets confused after that.
Andy