Dmytro Sen created AMBARI-13851:
-----------------------------------
Summary: AMS should not assume hdfs as the protocol
Key: AMBARI-13851
URL: https://issues.apache.org/jira/browse/AMBARI-13851
Project: Ambari
Issue Type: Bug
Components: ambari-metrics, stacks
Affects Versions: 2.1.3
Reporter: Dmytro Sen
Assignee: Dmytro Sen
Priority: Critical
Fix For: 2.1.3
AMS scripts should not assume that hdfs is the protocol.
{code}
is_hbase_distributed = hbase_root_dir.startswith('hdfs://')
or
is_hbase_distributed =
security_params['hbase-site']['hbase.rootdir'].startswith('hdfs://')
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)