You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2015/05/27 13:40:23 UTC

[jira] [Created] (AMBARI-11417) Adding HBase service fails after HA is enabled

Oleg Nechiporenko created AMBARI-11417:
------------------------------------------

             Summary: Adding HBase service fails after HA is enabled
                 Key: AMBARI-11417
                 URL: https://issues.apache.org/jira/browse/AMBARI-11417
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.1.0
            Reporter: Oleg Nechiporenko
            Assignee: Oleg Nechiporenko
            Priority: Critical
             Fix For: 2.1.0


If you install a cluster without HBase, enable NameNode HA, then add the HBase service, HBase master fails to start with the error:
Exception in thread "main" java.lang.IllegalArgumentException: Wrong FS: hdfs://nameserv:8020/apps/hbase/data, expected: hdfs://nameserv

In ambari-web/app/controllers/wizard/step7_controller.js, it substitutes in the nameservice to the hbase.rootdir property.  It should also remove the :port from this property.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)