[
https://issues.apache.org/jira/browse/JENA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640283#comment-14640283
]
Andy Seaborne edited comment on JENA-977 at 7/24/15 10:43 AM:
--------------------------------------------------------------
Now get:
{noformat}
/home/afs/Release/apache-jena-3.0.0-SNAPSHOT/bin/tdbloader2index: line 350: [:
22501806080
28475846656
34359734272: integer expression expected
{noformat}
{noformat}
echo "$FREE_MEM" | tail -n +2 | head | awk '{print $4}')
{noformat}
Should that be {{head -1}} if its the 22501806080 the code is after?
was (Author: andy.seaborne):
Now get:
{noformat}
/home/afs/Release/apache-jena-3.0.0-SNAPSHOT/bin/tdbloader2index: line 350: [:
22501806080
28475846656
34359734272: integer expression expected
{noformat}
{{echo "$FREE_MEM" | tail -n +2 | head | awk '{print $4}')}}
Should that be {{head -1}}?
> 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)