You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/08/31 11:20:00 UTC

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

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

Hudson commented on AMBARI-24525:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9904 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9904/])
AMBARI-24525 Accumulo does not startup in Federated Cluster. (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=e6f1d35bf630ca3f7f5f479978baf3430a10089d])
* (edit) ambari-web/app/controllers/main/admin/federation/step3_controller.js
* (edit) ambari-web/app/data/configs/wizards/federation_properties.js
* (edit) ambari-web/app/controllers/main/admin/federation/step4_controller.js
* (edit) ambari-web/test/controllers/main/admin/federation/step3_controller_test.js


> 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
>              Labels: pull-request-available
>             Fix For: 2.7.2
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> 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)