[
https://issues.apache.org/jira/browse/RYA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103529#comment-16103529
]
ASF GitHub Bot commented on RYA-318:
------------------------------------
GitHub user jdasch opened a pull request:
https://github.com/apache/incubator-rya/pull/188
RYA-318 Rya Shell improvements for packaging, loading and querying.
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
## Description
>What Changed?
- Linked in the ability to load RDF statement data from file. Modified
default behavior to not flush on every statement.
- Added the ability to perform sparql queries from the shell, either by
reading in a query file, or by typing in a new multi-line query (similar to
what you'd have in mysql/psql).
- Improved packaging so this is a distributable application (*-bin.tar.gz)
that can be installed on a system and made available on a users $PATH, such
that they only need to type the command "rya" to launch a shell.
- added the ability to install a rya instance from a script.
- Added user configurable logging to simplify difficult to debug/diagnose
nested exceptions that may not get reported to the user as the top level
exception message.
- added an example script for creating a rya instance and running a lubm
benchmark. Omitted rdf and queries due to licensing concerns.
### Tests
Added RyaCommandsTest.java
Updated RyaAdminCommandsTest.java to support code changes and improved
coverage of added features.
Updated RyaConnectionCommandsIT.java, AccumuloLoadStatementsFileIT.java, to
support method signature changes.
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-318)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
@amihalik
@meiercaleb
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jdasch/incubator-rya RYA-318
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/188.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #188
----
commit 6b669be91fad503c3a5977425959e04daab33737
Author: jdasch <[email protected]>
Date: 2017-07-27T15:00:52Z
RYA-318 Rya Shell improvements for packaging, loading and querying.
----
> Add Loading Data and Executing SPARQL Queries to the Rya Shell
> --------------------------------------------------------------
>
> Key: RYA-318
> URL: https://issues.apache.org/jira/browse/RYA-318
> Project: Rya
> Issue Type: Sub-task
> Components: clients
> Reporter: Jeff Dasch
> Assignee: Jeff Dasch
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)