|
@@ -149,6 +149,7 @@ webhcat_user = config['configurations']['hive-env']['hcat_user']
|
|
hcat_user = config['configurations']['hive-env']['hcat_user']
|
|
hcat_user = config['configurations']['hive-env']['hcat_user']
|
|
hive_user = config['configurations']['hive-env']['hive_user']
|
|
hive_user = config['configurations']['hive-env']['hive_user']
|
|
smoke_user = config['configurations']['cluster-env']['smokeuser']
|
|
smoke_user = config['configurations']['cluster-env']['smokeuser']
|
|
|
|
+smokeuser_principal = config['configurations']['cluster-env']['smokeuser_principal_name']
|
|
mapred_user = config['configurations']['mapred-env']['mapred_user']
|
|
mapred_user = config['configurations']['mapred-env']['mapred_user']
|
|
hdfs_principal_name = config['configurations']['hadoop-env']['hdfs_principal_name']
|
|
hdfs_principal_name = config['configurations']['hadoop-env']['hdfs_principal_name']
|
|
|
|
|
|
@@ -307,4 +308,4 @@ if hdp_stack_version != "" and compare_versions(hdp_stack_version, '2.2') >= 0:
|
|
if user_input.lower() == 'yes':
|
|
if user_input.lower() == 'yes':
|
|
enable_ranger_hdfs = True
|
|
enable_ranger_hdfs = True
|
|
elif user_input.lower() == 'no':
|
|
elif user_input.lower() == 'no':
|
|
- enable_ranger_hdfs = False
|
|
|
|
|
|
+ enable_ranger_hdfs = False
|