We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b20453 commit 31b5f06Copy full SHA for 31b5f06
ambari-common/src/main/python/resource_management/libraries/functions/ranger_functions_v2.py
@@ -178,7 +178,7 @@ def create_ranger_repository(
178
Logger.error("Connection failed to Ranger Admin !")
179
elif is_stack_supports_ranger_kerberos and is_security_enabled:
180
ranger_lookup_user = "rangerlookup"
181
- admin_password = unicode(admin_password)
+ admin_password = str(admin_password)
182
user_resp_code = self.create_ambari_admin_user(
183
ranger_lookup_user, admin_password, format("{admin_uname}:{admin_password}")
184
)
0 commit comments