You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Phil Zampino (JIRA)" <ji...@apache.org> on 2018/04/05 13:42:00 UTC

[jira] [Updated] (KNOX-1239) HBaseZookeeperURLManager ignores configured ZooKeeper namespace

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

Phil Zampino updated KNOX-1239:
-------------------------------
    Summary: HBaseZookeeperURLManager ignores configured ZooKeeper namespace  (was: [Service Discovery] Generated topology deployment fails, if the descriptor files is configured with WEBHBASE)

> HBaseZookeeperURLManager ignores configured ZooKeeper namespace
> ---------------------------------------------------------------
>
>                 Key: KNOX-1239
>                 URL: https://issues.apache.org/jira/browse/KNOX-1239
>             Project: Apache Knox
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: J.Andreina
>            Assignee: Phil Zampino
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> When WEBHBASE is configured in descriptor json file, then the generated topology has following content but the deployment fails.
> {noformat}
>         <role>WEBHBASE</role>
>         <param>
>             <name>zookeeperEnsemble</name>
>             <value>host1:2181,host2:2181,host3:2181</value>
>         </param>
>         <param>
>             <name>zookeeperNamespace</name>
>             <value>/hbase-secure</value>
>         </param>
> {noformat}
> *LOGS:
> ======*
> {noformat}
> 2018-04-04 22:49:21,123 ERROR curator.ConnectionState (ConnectionState.java:checkState(304)) - Authentication failed
> 2018-04-04 22:49:21,128 ERROR knox.gateway (HBaseZookeeperURLManager.java:retrieveHosts(105)) - Failed to get Zookeeper URLs : org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /hbase-unsecure/rs
>  
> {noformat}



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