[
https://issues.apache.org/jira/browse/AMBARI-11721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591011#comment-14591011
]
Hudson commented on AMBARI-11721:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #65 (See
[https://builds.apache.org/job/Ambari-branch-2.1/65/])
AMBARI-11721. Handle if non-default value is used for hbase.tmp.dir (Dmytro
Shkvyra via smohanty) (smohanty:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6837802dc4b43386756ffef32d86a2d15f8f80e5)
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
> 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)