You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/06/05 14:51:00 UTC

[jira] [Created] (AMBARI-11721) Handle if non-default value is used for hbase.tmp.dir

Andrew Onischuk created AMBARI-11721:
----------------------------------------

             Summary: Handle if non-default value is used for hbase.tmp.dir
                 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, 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)