You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/06/09 00:30:00 UTC

[jira] [Updated] (SLIDER-900) Add hbase.bulkload.staging.dir config for unsecure appConfig.json

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

Ted Yu updated SLIDER-900:
--------------------------
    Description: 
SecureBulkLoadEndpoint is loaded by default.

In unsecure deployment, it would access directory given by hbase.fs.tmp.dir config whose default value is /user/$\{user.name\}/hbase-staging

This would result in Permission denied error because user 'hbase' (who creates Slider app) doesn't have write access to /user/yarn

We should add hbase.bulkload.staging.dir config explicitly for unsecure deployment

  was:
SecureBulkLoadEndpoint is loaded by default.

In unsecure deployment, it would access directory given by hbase.fs.tmp.dir config whose default value is /user/${user.name}/hbase-staging

This would result in Permission denied error because user 'hbase' (who creates Slider app) doesn't have write access to /user/yarn

We should add hbase.bulkload.staging.dir config explicitly for unsecure deployment


> Add hbase.bulkload.staging.dir config for unsecure appConfig.json
> -----------------------------------------------------------------
>
>                 Key: SLIDER-900
>                 URL: https://issues.apache.org/jira/browse/SLIDER-900
>             Project: Slider
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>
> SecureBulkLoadEndpoint is loaded by default.
> In unsecure deployment, it would access directory given by hbase.fs.tmp.dir config whose default value is /user/$\{user.name\}/hbase-staging
> This would result in Permission denied error because user 'hbase' (who creates Slider app) doesn't have write access to /user/yarn
> We should add hbase.bulkload.staging.dir config explicitly for unsecure deployment



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