You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2013/11/11 15:46:17 UTC

[jira] [Commented] (AMBARI-3736) HBase data directory in hdfs should be parsed from hbase.rootdir property.

    [ https://issues.apache.org/jira/browse/AMBARI-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13819001#comment-13819001 ] 

Vitaly Brodetskyi commented on AMBARI-3736:
-------------------------------------------

Patch attached.

> 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
>         Attachments: AMBARI-3736.patch
>
>
> 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)