[
https://issues.apache.org/jira/browse/JENA-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924802#comment-15924802
]
Joachim Neubert commented on JENA-582:
--------------------------------------
Not sure if I understand the ramifications. For my workflows, I currently can
address tdbloader _or_ tdbloader2 in my create_tdb script:
{code}
if [ $LOADER == "tdbloader2" ]; then
$JENAROOT/bin/tdbloader2 --loc=$TDB_DIR $FILE
else
java -cp $FUSEKI_HOME/fuseki-server.jar tdb.tdbloader --loc=$TDB_DIR $FILE
fi
{code}
Which means that I have to keep jena and fuseki installations in sync.
The tdbloader2 help already includes a hint that it only works on POSIX
operating systems. So if scripts can be included in ./bin, it should be
possible to include both, tdbloader and tdbloader2. - Or am I missing the point?
> Include tdbloader2 in Fuseki
> ----------------------------
>
> Key: JENA-582
> URL: https://issues.apache.org/jira/browse/JENA-582
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Joachim Neubert
> Priority: Minor
>
> Would be convenient for Fuseki-only users, to play with different data
> loading options.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)