Re: Hadoop-3.0.0-Hbase Permission Denied Error

2016-09-29 Thread Billie Rinaldi
In the insecure case (without Kerberos) I would expect the app_user in the appConf to be the same as the user that is running YARN. On Wed, Sep 28, 2016 at 2:39 PM, Panagiotis Garefalakis wrote: > Hello Billie, > > Thanks for the reply! > It definitely seems like a permission issue but since its

Re: Hadoop-3.0.0-Hbase Permission Denied Error

2016-09-28 Thread Panagiotis Garefalakis
Hello Billie, Thanks for the reply! It definitely seems like a permission issue but since its the user's home as you mentioned and *YARN* is actually running as the* same user *why would that be an issue? By the way, hbase user/group in the *appConf* should be set to the OS user/group or the HDFS

Re: Hadoop-3.0.0-Hbase Permission Denied Error

2016-09-28 Thread Billie Rinaldi
I think the permission error is in running the hbase_master.py script (something like python /home/pg1712/yarn-dev-panos/data/nm/usercache/ pg1712/appcache/application_1474990070300_0006/filecache/ 134/slider-hbase-app-package-1.2.3.zip/package/scripts/hbase_master.py [other args]). I haven't tried

Hadoop-3.0.0-Hbase Permission Denied Error

2016-09-28 Thread Panagiotis Garefalakis
Hello all, I tried to compile Slider trunk code with Hadoop version 3.0.0. I had to make some minor code changes and to update guice lib to v4.0 and jersey to v1.19 to make it work. Everything looks fine but when I am trying to deploy hbase-1.2.3 package I run into a weird Permission denied error