Member since
10-30-2017
1
Post
0
Kudos Received
0
Solutions
10-30-2017
06:44 AM
1 Kudo
@Yuri Kh. Can you please check what is the "hbase.tmp.dir" set to? Is your hbase temp directory is set to "/var/hbase-${user.name}" means insie the "/var" ? If Yes, then please *Do Not Use* the "/var/" as parent directory for hbase temp. May be you can use some other directory under "/var/" like /var/hbase-tmp/hbase-${user.name} so that /var/ permissions are not altered. The parent directory for hbase temp should have 1777 to allow creating user specific directories under hbase tmp. .
... View more