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

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

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

Hudson commented on AMBARI-11721:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2825 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2825/])
AMBARI-11721. Handle if non-default value is used for hbase.tmp.dir (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=fb90a26e82a58c9b72d506786fbdb6decc759dff)
* ambari-server/src/test/python/stacks/2.3/configs/hbase_secure.json
* ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
* ambari-server/src/test/python/stacks/2.0.6/configs/hbase-check-2.2.json
* ambari-server/src/test/python/stacks/2.0.6/configs/default.json
* ambari-server/src/test/python/stacks/2.0.6/configs/secured.json
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
* ambari-server/src/test/python/stacks/2.0.6/configs/hbase-rs-2.2.json
* ambari-server/src/test/python/stacks/2.3/configs/hbase_default.json
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* ambari-server/src/test/python/stacks/2.0.6/configs/hbase-preupgrade.json
* ambari-server/src/test/python/stacks/2.0.6/configs/hbase-2.2.json


> 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)