Member since
01-07-2016
4
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 11492 | 07-20-2016 09:34 AM |
07-20-2016
09:34 AM
3 Kudos
Problem was solved by: Cloudera Manager -> HDFS -> Configuration Than in the "Cluster-wide Advanced Configuration Snippet (Safety Valve) for core-site.xml" add: <property> <name>hadoop.proxyuser.sdc.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.sdc.groups</name> <value>*</value> </property> Then restart the cluster
... View more
07-19-2016
03:20 PM
We have StramSets (STS) intalled using Clodera parcels on CDH 5.6.0.
A pipeline is generating test and trying to save to HDFS.
Kereberos is enabled. Keytab file is in the Configuration Directory.
But I get the following error:
HADOOPFS_44 - Could not verify the base directory: 'org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: sdc/<HOST>.lab.nordigy.ru@LAB.NORDIGY.RU is not allowed to impersonate devuser@LAB.NORDIGY.RU'
Any one have an idea?
... View more
Labels:
- Labels:
-
Cloudera Manager
-
HDFS
-
Kerberos