[
https://issues.apache.org/jira/browse/JENA-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967078#comment-13967078
]
Rob Vesse commented on JENA-674:
--------------------------------
There are pages on the website detailing the various command line tools:
* ARQ Command Line Tools - http://jena.apache.org/documentation/query/cmds.html
* RIOT Command Line Tools -
http://jena.apache.org/documentation/io/#command-line-tools
* TDB Command Line Tools -
http://jena.apache.org/documentation/tdb/commands.html
* SDB Command Line Tools -
http://jena.apache.org/documentation/sdb/commands.html
I assume the problem is more than there isn't a top level page detailing the
various command line tools, or rather that there is a top level page -
http://jena.apache.org/documentation/tools/index.html - but it doesn't point to
any of those other useful pages.
> add arguments for user & password in arq.rsparql command line
> -------------------------------------------------------------
>
> Key: JENA-674
> URL: https://issues.apache.org/jira/browse/JENA-674
> Project: Apache Jena
> Issue Type: Improvement
> Components: Cmd line tools
> Reporter: Jean-Marc Vanel
> Priority: Minor
>
> Here is a (Scala) Jena code sample that works for authentication in SPARQL :
> val queryExecution: QueryExecution =
> QueryExecutionFactory.sparqlService(service, query)
> setContext(queryExecution)
> val r = queryExecution.execSelect()
> private def setContext(queryExecution: QueryExecution) {
> queryExecution match {
> case qe: QueryEngineHTTP =>
> qe.setBasicAuthentication("me_myself_an_eye", "????".toCharArray())
> }
> }
> Also , it would be useful to add an argument for giving the SPARQL as a
> string .
> Finally, it seems that the doc. for command line tools is no more on Apache
> site. I found this doc outside :
> http://richard.cyganiak.de/blog/wp-content/uploads/2013/09/jena-sparql-cli-v1.pdf
--
This message was sent by Atlassian JIRA
(v6.2#6252)