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!