You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2016/07/21 12:53:20 UTC

[jira] [Created] (AMBARI-17832) ATLAS should throw a validation error if HBase related configs are missing

Dmitry Lysnichenko created AMBARI-17832:
-------------------------------------------

             Summary: ATLAS should throw a validation error if HBase related configs are missing
                 Key: AMBARI-17832
                 URL: https://issues.apache.org/jira/browse/AMBARI-17832
             Project: Ambari
          Issue Type: Bug
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
         Attachments: AMBARI-17832.patch


STR:
Install Ambari 2.4
Install HDP 2.4 with HDFS, ZK, MR, LogSearch, and Atlas (with requires either internal or external HBASE)

Will fail because no HBASE was provided and it did not warn or show an error about missing HBASE configs.

Deployment error:
{code}
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 294, in _call
raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of 'source /etc/atlas/conf/atlas-env.sh ; /usr/hdp/current/atlas-server/bin/atlas_start.py' returned 255. Exception: ('Could not find hbase-site.xml in %s. Please set env var HBASE_CONF_DIR to the hbase client conf dir', '/etc/hbase/conf')
Traceback (most recent call last):
File "/usr/hdp/current/atlas-server/bin/atlas_start.py", line 150, in <module>
returncode = main()
File "/usr/hdp/current/atlas-server/bin/atlas_start.py", line 93, 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', '/etc/hbase/conf')
{code}

UI did not prompt to select HBase when selecting Atlas.




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