You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2015/12/04 20:40:11 UTC

[jira] [Created] (AMBARI-14219) Atlas service fails to start when using HBASE as backing store

John Speidel created AMBARI-14219:
-------------------------------------

             Summary: Atlas service fails to start when using HBASE as backing store
                 Key: AMBARI-14219
                 URL: https://issues.apache.org/jira/browse/AMBARI-14219
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
            Reporter: John Speidel
            Assignee: John Speidel


When configuring atlas to use HBASE as the backing store, the Atlas service fails to start.

{code}
Exception: ('Could not find hbase-site.xml in %s. Please set env var HBASE_CONF_DIR to the hbase client conf dir', '/usr/local/Cellar/2.3-maint/atlas/hbase/conf')
Traceback (most recent call last):
  File "./bin/atlas_start.py", line 88, in <module>
    returncode = main()
  File "./bin/atlas_start.py", line 70, in main
    raise Exception("Could not find hbase-site.xml in %s. Please set env var HBASE_CONF_DIR to the hbase client conf dir", hbase_conf_dir)
Exception: ('Could not find hbase-site.xml in %s. Please set env var HBASE_CONF_DIR to the hbase client conf dir', '/usr/local/Cellar/2.3-maint/atlas/hbase/conf')
{code}

This is because the env var 'HBASE_CONF_DIR' isn't being set.



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