It will run as the current user you are logged in with (the old permissions system was pretty broken). If you really really want to run with different users, set dfs.permissions to false, but I would recommend just using the same user to start/stop hbase,
J-D On Tue, Nov 22, 2011 at 2:55 AM, jiajun chen <[email protected]> wrote: > Can I run hbase using specified username/[password] ,how ? > > login by user dev1 and start RS failed : > > 11/11/22 18:49:49 ERROR regionserver.HRegionServer: Failed init > org.apache.hadoop.security.AccessControlException: > org.apache.hadoop.security.AccessControlException: Permission denied: > user=dev1, access=WRITE, inode=".logs":uu:supergroup:rwxr-xr-x > > Should I chmod the folder by command: > bin/hadoop fs -chmod 777 /hbase/.logs >
