You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2016/04/26 22:46:12 UTC

[jira] [Resolved] (AMBARI-16056) Ambari support for bucket caching parameter - hbase.bucketcache.ioengine

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

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

> Ambari support for bucket caching parameter - hbase.bucketcache.ioengine
> ------------------------------------------------------------------------
>
>                 Key: AMBARI-16056
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16056
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>            Reporter: Nitin Verma
>            Assignee: Nitin Verma
>              Labels: newbie, patch
>             Fix For: 2.4.0, 2.2-next
>
>         Attachments: AMBARI-16056.patch, ambari_bucket_cache (1).diff
>
>
> In order to utilize SSD as a L2 (bucket) cache, we specify a file location to hbase.bucketcache.ioengine parameter.
> hbase.bucketcache.ioengine=file:<filepath>
> The directory location specified to the above parameter could be non-existent or non-accessible.
> Since ambari-agent runs with root permissions, the proposed change here is to read the 'hbase.bucketcache.ioengine' parameter from hbase configuration and see if it points to a file location (by looking at file: prefix). 
> In case ioengine points to a file, ambari-agent should create the underlying directory and assign appropriate permissions to hbase:hadoop user.
> Activity



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