This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bc6bc7c  Revert "add com.sun.jndi.ldap.connect.pool.* settings to 
AMBARI_JVM_ARGS"
bc6bc7c is described below

commit bc6bc7c316d3b58a9cbe30262a8fc6ba1d562029
Author: Robert Levas <rle...@hortonworks.com>
AuthorDate: Tue May 22 17:54:41 2018 -0400

    Revert "add com.sun.jndi.ldap.connect.pool.* settings to AMBARI_JVM_ARGS"
    
    This reverts commit 905c68f8753218dac264f1096e3795099b717498.
---
 ambari-server/conf/unix/ambari-env.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ambari-server/conf/unix/ambari-env.sh 
b/ambari-server/conf/unix/ambari-env.sh
index b1cfd85..7ee2dc5 100644
--- a/ambari-server/conf/unix/ambari-env.sh
+++ b/ambari-server/conf/unix/ambari-env.sh
@@ -16,8 +16,6 @@
 
 AMBARI_PASSHPHRASE="DEV"
 export AMBARI_JVM_ARGS="$AMBARI_JVM_ARGS -Xms512m -Xmx2048m 
-XX:MaxPermSize=128m 
-Djava.security.auth.login.config=$ROOT/etc/ambari-server/conf/krb5JAASLogin.conf
 -Djava.security.krb5.conf=/etc/krb5.conf 
-Djavax.security.auth.useSubjectCredsOnly=false"
-# ldap connection pooling
-export AMBARI_JVM_ARGS=$AMBARI_JVM_ARGS" 
-Dcom.sun.jndi.ldap.connect.pool.protocol='plain ssl' 
-Dcom.sun.jndi.ldap.connect.pool.maxsize=20 
-Dcom.sun.jndi.ldap.connect.pool.timeout=300000"
 export PATH=$PATH:$ROOT/var/lib/ambari-server
 export PYTHONPATH=$ROOT/usr/lib/ambari-server/lib:$PYTHONPATH
 
@@ -25,4 +23,4 @@ export PYTHONPATH=$ROOT/usr/lib/ambari-server/lib:$PYTHONPATH
 # export PYTHON=/usr/bin/python2
 
 # to add additional directory or jar to server classpath use SERVER_CLASSPATH 
variable
-# export SERVER_CLASSPATH=/etc/hadoop/conf/secure
+# export SERVER_CLASSPATH=/etc/hadoop/conf/secure
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
rle...@apache.org.

Reply via email to