The owner of the directory containing HFiles should be 'hbase' user and ownership can set using 'chown' command.
On Mon, Jul 6, 2015 at 7:12 AM, Riesland, Zack <zack.riesl...@sensus.com> wrote: > I’ve been running CsvBulkLoader as ‘hbase’ and that has worked well. > > > > But I now need to integrate with some scripts that will be run as another > user. > > > > When I run under a different account, the CsvBulkLoader runs and creates > the HFiles, but then encounters permission issues attempting to write the > data to HBase. > > > > Can someone point me in the right direction for solving this? > > > > How can I give ‘hbase’ write permissions to a different user? > > > > Thanks! > > > > >