You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrii Babiichuk (JIRA)" <ji...@apache.org> on 2018/08/22 14:26:02 UTC

[jira] [Updated] (AMBARI-24525) Accumulo does not startup in Federated Cluster

     [ https://issues.apache.org/jira/browse/AMBARI-24525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrii Babiichuk updated AMBARI-24525:
--------------------------------------
    Description: 
In a manually setup federated cluster (not through deployNG) --

Accumulo was installed and when trying to start, below error thrown --

{noformat}
2018-08-16 07:33:31,748 [start.Main] ERROR: Thread 'org.apache.accumulo.master.state.SetGoalState' died.
java.lang.IllegalArgumentException: Expected fully qualified URI for instance.volumes got ns2/apps/accumulo/data
	at org.apache.accumulo.core.volume.VolumeConfiguration.getVolumeUris(VolumeConfiguration.java:107)
	at org.apache.accumulo.server.fs.VolumeManagerImpl.get(VolumeManagerImpl.java:334)
{noformat}

Caused by incorrect config value:
*instance.volumes = hdfs://ns1,ns2/apps/accumulo/data*
where ns1 and ns2 are namespaces

*Expected is --*

*instance.volumes = hdfs://ns1/apps/accumulo/data,hdfs://ns2/apps/accumulo/data*

according to --
https://accumulo.apache.org/docs/2.0/administration/multivolume


  was:
In a manually setup federated cluster (not through deployNG) --

Accumulo was installed and when trying to start, below error thrown --

2018-08-16 07:33:31,748 [start.Main] ERROR: Thread 'org.apache.accumulo.master.state.SetGoalState' died.
java.lang.IllegalArgumentException: Expected fully qualified URI for instance.volumes got ns2/apps/accumulo/data
	at org.apache.accumulo.core.volume.VolumeConfiguration.getVolumeUris(VolumeConfiguration.java:107)
	at org.apache.accumulo.server.fs.VolumeManagerImpl.get(VolumeManagerImpl.java:334)

Caused by incorrect config value:
*instance.volumes = hdfs://ns1,ns2/apps/accumulo/data*
where ns1 and ns2 are namespaces

*Expected is --*

*instance.volumes = hdfs://ns1/apps/accumulo/data,hdfs://ns2/apps/accumulo/data*

according to --
https://accumulo.apache.org/docs/2.0/administration/multivolume



> Accumulo does not startup in Federated Cluster
> ----------------------------------------------
>
>                 Key: AMBARI-24525
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24525
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.7.0
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>            Priority: Blocker
>             Fix For: 2.7.2
>
>
> In a manually setup federated cluster (not through deployNG) --
> Accumulo was installed and when trying to start, below error thrown --
> {noformat}
> 2018-08-16 07:33:31,748 [start.Main] ERROR: Thread 'org.apache.accumulo.master.state.SetGoalState' died.
> java.lang.IllegalArgumentException: Expected fully qualified URI for instance.volumes got ns2/apps/accumulo/data
> 	at org.apache.accumulo.core.volume.VolumeConfiguration.getVolumeUris(VolumeConfiguration.java:107)
> 	at org.apache.accumulo.server.fs.VolumeManagerImpl.get(VolumeManagerImpl.java:334)
> {noformat}
> Caused by incorrect config value:
> *instance.volumes = hdfs://ns1,ns2/apps/accumulo/data*
> where ns1 and ns2 are namespaces
> *Expected is --*
> *instance.volumes = hdfs://ns1/apps/accumulo/data,hdfs://ns2/apps/accumulo/data*
> according to --
> https://accumulo.apache.org/docs/2.0/administration/multivolume



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)