[ https://issues.apache.org/jira/browse/ACCUMULO-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998782#comment-13998782
]
Dave Marion commented on ACCUMULO-2719:
---------------------------------------
viewfs:
/clustera -> hdfs://clustera
/clusterb -> hdfs://clusterb
instance.volumes: hdfs://clustera/accumulo,hdfs://clusterb/accumulo
To get things to work, I have to add the following entry to viewfs:
/accumulo/instance_id -> hdfs://clustera/accumulo/instance_id
> Shell fails to find instance_id when using viewfs
> -------------------------------------------------
>
> Key: ACCUMULO-2719
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2719
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Affects Versions: 1.6.0
> Reporter: Dave Marion
> Priority: Minor
>
> Shell fails to find instance id at /accumulo/instance_id when just the name service roots
are configured in viewfs. Fails at ZooUtil.getInstanceIDFromHDFS(line 63). I'm thinking the
code should prepend one of the instance.volumes.
> Workaround is to explicitly map /accumulo/instance_id in viewfs to one of the locations.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|