Member since
09-10-2015
261
Posts
86
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3807 | 11-15-2018 10:21 PM | |
1725 | 09-05-2018 09:03 PM | |
2949 | 03-19-2018 09:15 PM | |
2693 | 03-16-2018 08:40 PM | |
1417 | 02-09-2018 05:25 PM |
06-15-2017
04:51 PM
@Sridhar Reddy - HDFS/Ranger permissions will continue to work as-is on encryption zone. If there are audit logs, please check how the user is getting read access to the folder (whether through Ranger ACL or Hadoop ACL). Refer this link for KMS ACL.
... View more
06-15-2017
04:18 PM
2 Kudos
1] Since KMS supports HDFS TDE (Transparent data encryption), client will decrypt the file during read so real content will be shown. If interested in seeing actual encrypted data, /.reserved/raw/<directory-path>/<filename> can be used. 2] Since the entire hive warehouse or hbase data dir is encrypted with HDFS TDE, column level encryption is not required. 3] If hive doAs is false, then hive user needs to be setup as proxy user in KMS.
... View more
06-05-2017
05:51 PM
1 Kudo
yes, i believe the hostname should match.
... View more
06-05-2017
05:14 PM
1 Kudo
Can you check if you have rules to translate kerberos principal to short username?
... View more
05-12-2017
02:45 PM
Can you verify if commons-io-2.4.jar is in classpath? If that jar is in classpath and this error persists, see copying that jar to /usr/hdp/<version>/ranger-admin/ews/lib/ resolves the issue.
... View more
05-05-2017
05:38 PM
1 Kudo
/tmp/hive is used for intermediate data by hive.
... View more
05-03-2017
10:16 PM
1 Kudo
Starting from HDP 2.5.3, you don't need to setup separate lookup users mentioned in that link (for kerberized environments).
... View more
04-25-2017
02:37 PM
1 Kudo
Check hadoop.security.key.provider.path in core-site.xml and dfs.encryption.key.provider.uri in hdfs-site.xml. They have to be configured to point to the KMS URI.
... View more
04-24-2017
03:53 PM
2 Kudos
Main purpose of amb_ranger_admin is for ambari to communicate to ranger to create ranger repositories (when ranger plugins get enabled). In kerberos enabled clusters, starting from HDP 2.5/Ambari 2.4, service keytabs are used for the above purpose. Hence amb_ranger_admin is applicable only for non kerberos environments. What version of HDP are you using?
... View more
04-04-2017
08:12 PM
From HDP 2.5 onwards, ranger does not require 2-way SSL in kerberos env
... View more