[
https://issues.apache.org/jira/browse/AMBARI-17832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Lysnichenko updated AMBARI-17832:
----------------------------------------
Attachment: AMBARI-17832.patch
> 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
> Components: ambari-server
> 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)