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:26:02 UTC

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

Ted Yu created SLIDER-900:
-----------------------------

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