hiveserver2 and KILLJOB

2016-10-05 Thread Stephen Sprague
hey guys, this is a long shot but i'll ask anyway. We're running YARN and HiveServer2 (v2.1.0) and noticing "random" kills - what looks to me - being issued by HiveServer2. we've turned DEBUG log level on for the Application Master container and see the following in the logs: 2016-10-05 02:06:1

Re: Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Raj hadoop
seems its already present Amrit, hdpmaster001:~ # useradd -G hdfs root useradd: Account `root' already exists. hdpmaster001:~ # On Wed, Oct 5, 2016 at 2:46 PM, Amrit Jangid wrote: > Hi Raj > > Do add root user into hdfs group. > Run this command on your NameNode server. > > > useradd -G hdfs r

Re: Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Amrit Jangid
Hi Raj Do add root user into hdfs group. Run this command on your NameNode server. useradd -G hdfs root On Wed, Oct 5, 2016 at 2:07 PM, Raj hadoop wrote: > Im getting it when im trying to start hive > > hdpmaster001:~ # hive > WARNING: Use "yarn jar" to launch YARN applications. > > how can I

Re: Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Raj hadoop
Im getting it when im trying to start hive hdpmaster001:~ # hive WARNING: Use "yarn jar" to launch YARN applications. how can I execute the same, Thanks, Raj. On Wed, Oct 5, 2016 at 1:56 PM, Raj hadoop wrote: > Hi All, > > Could someone help in to solve this issue, > > Logging initialized usin

Re: Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Loïc Chanel
What are you trying to do when you get that trace ? The problem seems to be that you're trying to read from directory /user/root owned by hdfs with user root, that has no right to do so. Regards, Loïc Loïc CHANEL System Big Data engineer MS&T - WASABI - Worldline (Villeurbanne, France) 2016-10

Re: Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Divya Gehlot
when are you getting this issue ? On 5 October 2016 at 16:26, Raj hadoop wrote: > Hi All, > > Could someone help in to solve this issue, > > Logging initialized using configuration in file:/etc/hive/2.4.2.0-258/0/ > hive-log4j.properties > Exception in thread "main" java.lang.RuntimeException: >

Permission denied: user=root, access=WRITE, inode="/user/root":hdfs:hdfs:drwxr-xr-x

2016-10-05 Thread Raj hadoop
Hi All, Could someone help in to solve this issue, Logging initialized using configuration in file:/etc/hive/2.4.2.0-258/0/hive-log4j.properties Exception in thread "main" java.lang.RuntimeException: org.apache.hadoop.security.AccessControlException: Permission denied: user=root, access=WRITE, in