You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2015/06/17 22:03:01 UTC

[jira] [Resolved] (AMBARI-11721) Unhandled non-default value for hbase.tmp.dir causes HBase master to fail to start

     [ https://issues.apache.org/jira/browse/AMBARI-11721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Mohanty resolved AMBARI-11721.
------------------------------------
    Resolution: Fixed

Committed to trunk and branch-2.1

> Unhandled non-default value for hbase.tmp.dir causes HBase master to fail to start
> ----------------------------------------------------------------------------------
>
>                 Key: AMBARI-11721
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11721
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.0
>
>
> tyu, with the changes due to BUG - 37006 (AMBARI-11312, AMBARI-11371), now there is no logic in the HBase
> stack definition to process the value of `hbase.tmp.dir`.
> If user changes the value from the default (it is possible to change it using
> UI or blueprint) then we will run into the same problem when UI was using the
> value `/grid/0/...`. HBase master will fail to start if the root folder does
> not have proper permissions.
> I think the fix needed here is to have HBase scripts parse the folder path and
> if it does not start with "/tmp" then it needs to process it and
> create/chmod/chown folders as needed.
> FYI, ddas/sgupta.



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