Repository: ambari
Updated Branches:
  refs/heads/trunk 79d76898b -> b166a020d


AMBARI-17586. EU failed with errors during Kafka broker restart in Upgrade 
process (Gautam Borad via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b166a020
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b166a020
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b166a020

Branch: refs/heads/trunk
Commit: b166a020d0784192d899ed333a0883176c8ef53e
Parents: 79d7689
Author: Srimanth Gunturi <[email protected]>
Authored: Thu Jul 7 10:50:34 2016 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Thu Jul 7 10:50:34 2016 -0700

----------------------------------------------------------------------
 .../common-services/KAFKA/0.8.1/package/scripts/params.py          | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b166a020/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/params.py
 
b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/params.py
index 09ff522..f47eee4 100644
--- 
a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/params.py
+++ 
b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/params.py
@@ -155,6 +155,8 @@ if security_enabled and stack_version_formatted != "" and 
'kafka_principal_name'
     kafka_kerberos_params = "-Djava.security.auth.login.config="+ conf_dir 
+"/kafka_jaas.conf"
 else:
     kafka_kerberos_params = ''
+    kafka_jaas_principal = None
+    kafka_keytab_path = None
 
 # ***********************  RANGER PLUGIN CHANGES ***********************
 # ranger host

Reply via email to