[
https://issues.apache.org/jira/browse/RYA-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313864#comment-16313864
]
ASF GitHub Bot commented on RYA-303:
------------------------------------
Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/172#discussion_r159978264
--- Diff:
extras/shell/src/main/java/org/apache/rya/shell/RyaAdminCommands.java ---
@@ -141,7 +174,8 @@ public boolean arePCJCommandsAvailable() {
// The PCJ commands are only available if the Shell is connected
to an instance of Rya
// that is new enough to use the RyaDetailsRepository and is
configured to maintain PCJs.
final ShellState shellState = state.getShellState();
- if(shellState.getConnectionState() ==
ConnectionState.CONNECTED_TO_INSTANCE) {
+ if(shellState.getConnectionState() ==
ConnectionState.CONNECTED_TO_INSTANCE &&
+ shellState.getStorageType().get() == StorageType.ACCUMULO)
{
--- End diff --
Is this review supposed to include shell updates? Because if so, that work
does not appear to be done yet. I'd encourage that work being a separate ticket.
> Mongo PCJ indexer support
> -------------------------
>
> Key: RYA-303
> URL: https://issues.apache.org/jira/browse/RYA-303
> Project: Rya
> Issue Type: Improvement
> Reporter: Andrew Smith
> Assignee: Andrew Smith
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)