Vitaly Brodetskyi created AMBARI-3736: -----------------------------------------
Summary: HBase data directory in hdfs should be parsed from hbase.rootdir property. Key: AMBARI-3736 URL: https://issues.apache.org/jira/browse/AMBARI-3736 Project: Ambari Issue Type: Task Components: agent Affects Versions: 1.4.2 Reporter: Vitaly Brodetskyi Assignee: Vitaly Brodetskyi Agent uses global property hbase_hdfs_root_dir in namenode.pp. {code} $hdfs_root_dir = $hdp::params::hbase_hdfs_root_dir {code} Also agent uses incorrect property in hdp params.pp and hdp-hbase params.pp {code} $hbase_hdfs_root_dir = hdp_default("hbase-site/hbase.hdfs.root.dir","/apps/hbase/data") {code} Currently *hbase.rootdir* property is set by ambari-web. The value of this property is hdfs://<namenode_hostname>:8020<hbase data dir> hbase data dir value should be parsed from the hbase.rootdir property value in hbase-site.xml instead of global property. -- This message was sent by Atlassian JIRA (v6.1#6144)