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
