Member since
11-21-2016
2
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3797 | 02-23-2017 11:06 PM | |
2637 | 12-15-2016 10:37 PM |
02-23-2017
11:06 PM
1 Kudo
Hello, Your attempt that does not work is missing the "httpPath=gateway/default/hive" in the connection string. Adding that should solve your issue. Hope this helps!
... View more
12-15-2016
10:37 PM
1 Kudo
Run "hdfs groups xdl3" ... this will show you the hdfs groups associated with that user. If xdl3 is not in the hadoop group in hdfs, then it will not be able to write under that directory. To sync hdfs group mappings with linux group mappings: 1. Run "sudo useradd <username> -g <hadoop_gid>" on all 3 hadoop servers 2. Run "hdfs dfsadmin -refreshUserToGroupsMappings" on one of the servers 3. Run "hdfs groups xdl3" to view the change Hope this helps
... View more