You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/05 21:02:00 UTC

[jira] [Commented] (RYA-422) Rya Shell: Mongo DB instance details wrong.

    [ https://issues.apache.org/jira/browse/RYA-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313874#comment-16313874 ] 

ASF GitHub Bot commented on RYA-422:
------------------------------------

GitHub user kchilton2 opened a pull request:

    https://github.com/apache/incubator-rya/pull/260

    RYA-422 Corrected the text that is written when executing the 'print-instance-details' command of Rya Shell when connected to Mongo DB.

    ## Description
    Corrected the text that is written when executing the 'print-instance-details' command of Rya Shell when connected to Mongo DB.
    
    ### Tests
    Added a test.
    
    ### Links
    https://issues.apache.org/jira/browse/RYA-422

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kchilton2/incubator-rya RYA-422

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/260.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 #260
    
----
commit e16805c33987b6acd3ccbe0acf7e58bbfddb6b2e
Author: David W. Lotts <da...@...>
Date:   2017-12-13T22:34:55Z

    RYA-104 most interactors complete.

commit acda778cdaf00cf9e632973150fe7f9a4ed29633
Author: kchilton2 <ke...@...>
Date:   2017-12-13T23:14:40Z

    RYA-104 Updated the RyaClient to optionally include features that are required for the Accumulo Client, but not the Mongo Client.

commit d2ea4ad3913fd6e58d508911683cd00d257368ca
Author: David W. Lotts <da...@...>
Date:   2017-12-15T22:19:45Z

    RYA-104 LoadStatementFile is not reading for some reason, todo: MongoExecSparql.

commit 023914e7e451a6817bd920c19fe153879f13495d
Author: kchilton2 <ke...@...>
Date:   2017-12-17T19:56:03Z

    RYA-104 Making the build pass.

commit 866ed22969b4e65f6fbfc7690d11c81213ca2083
Author: kchilton2 <ke...@...>
Date:   2017-12-17T20:23:41Z

    RYA-104 Implemented the Rya Shell integration with the Mongo DB interactors.

commit 85ac42406d5af84d574342a3e8f49a79b9d1a750
Author: David W. Lotts <da...@...>
Date:   2017-12-19T20:39:31Z

    RYA-104

commit 3e0517d2d812d5085ff52d9f03e137e89fa89062
Author: isper3at <sm...@...>
Date:   2017-12-27T18:35:36Z

    RYA-104 Post-mongo change rebase

commit a1812431ce1968ec49ae8274e0a12971bd833a23
Author: kchilton2 <ke...@...>
Date:   2017-12-28T00:50:57Z

    RYA-104 Removed the MongoCommand class.

commit 6f0a7e45d0c1afe5063b2738409e31735871e64f
Author: kchilton2 <ke...@...>
Date:   2017-12-28T23:21:44Z

    RYA-104 Closing resources and fixing tests for some of the Mongo interactors.

commit 3b85780222082fef9ee6675125d85d1890ca1dfc
Author: kchilton2 <ke...@...>
Date:   2017-12-29T18:27:27Z

    RYA-104 Updated the Rya Shell to prompt for Mongo Specific install configurations.

commit 997b54fd815344d32e63f2a3ec23419d008bbdca
Author: kchilton2 <ke...@...>
Date:   2017-12-29T22:56:48Z

    RYA-104 Integration tests with Mongo for the shell.

commit 2d16e8db531ceab8fe5024b3eb00df8dc7c3e3a3
Author: kchilton2 <ke...@...>
Date:   2018-01-05T20:05:07Z

    RYA-421 Updated the Rya Shell to print a different message when there are no Rya instances to list.

commit 3702a6c973db9be23e6780776d0c6d1fe21033d3
Author: kchilton2 <ke...@...>
Date:   2018-01-05T20:56:55Z

    RYA-422 Corrected the text that is writen when executing the 'print-instance-details' command of Rya Shell when connected to Mongo DB.

----


> Rya Shell: Mongo DB instance details wrong.
> -------------------------------------------
>
>                 Key: RYA-422
>                 URL: https://issues.apache.org/jira/browse/RYA-422
>             Project: Rya
>          Issue Type: Bug
>            Reporter: Kevin Chilton
>            Assignee: Kevin Chilton
>            Priority: Trivial
>
> When listing the instances details for a specific instance of Rya that is installed to Mongo DB, it prints this:
> {code}
> rya/127.0.0.1:test> print-instance-details
> General Metadata:
>   Instance Name: test
>   RYA Version: 3.2.12-incubating-SNAPSHOT
>   Users: 
> Secondary Indicies:
>   Entity Centric Index:
>     Enabled: false
>   Free Text Index:
>     Enabled: true
>   Temporal Index:
>     Enabled: true
>   PCJ Index:
>     Enabled: false
> Statistics:
>   Prospector:
>     Last Update Time: unavailable
>   Join Selectivity:
>     Last Updated Time: unavailable
> {code}
> We don't currently support Users, Entity Centric Indexing, PCJ Indexing, Prospector, or Join Selectivity. These sections should not be printed for Mongo instances.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)