[
https://issues.apache.org/jira/browse/JENA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640311#comment-14640311
]
Andy Seaborne edited comment on JENA-977 at 7/24/15 11:08 AM:
--------------------------------------------------------------
Loading BSBM 5m which is less than 1G on disk. It works with Jena 2.13.0 with
tdbloader2.
{noformat}
11:51:26 ERROR Insufficient free space on database drive /dev/sdb4, there are
170276476 bytes free but 255030549 bytes are required
{noformat}
{{170276476 bytes}} - the output of {{df}} on Ubuntu is in 1K blocks.
{noformat}
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb4 219947820 38579656 170172416 19% /home
{noformat}
{noformat}
Filesystem Size Used Avail Use% Mounted on
/dev/sdb4 210G 37G 163G 19% /home
{noformat}
was (Author: andy.seaborne):
Loading BSBM 5m which is less than 1G on disk.
Works on Jena 2.13.0 with tdbloader2.
{noformat}
11:51:26 ERROR Insufficient free space on database drive /dev/sdb4, there are
170276476 bytes free but 255030549 bytes are required
{noformat}
but {{df -h}} afterwards, without deleting intermediates shows:
{{170276476 bytes}} - the output of {{df}} on Ubuntu is in 1K blocks.
{noformat}
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb4 219947820 38579656 170172416 19% /home
{noformat}
{noformat}
Filesystem Size Used Avail Use% Mounted on
/dev/sdb4 210G 37G 163G 19% /home
{noformat}
> tdbloader2 script refactoring
> -----------------------------
>
> Key: JENA-977
> URL: https://issues.apache.org/jira/browse/JENA-977
> Project: Apache Jena
> Issue Type: Improvement
> Components: TDB
> Affects Versions: Jena 2.13.0
> Reporter: Rob Vesse
> Assignee: Rob Vesse
> Priority: Blocker
> Fix For: Jena 2.13.1, Jena 3.0.0
>
>
> As noted on the dev list the current scripts are a little rough around the
> edges, work items include:
> - Splitting data and index phase into separate scripts
> - Being able to restart a build from a later phase
> - Progress monitoring for the sort portion of indexing
> - Warning if sort is using a disk where you may have insufficient space
> - Better usage summaries
> - Better argument handling (avoid relying on magic environment variables
> wherever possible)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)