Created 08-18-2016 03:07 PM
I have to setup proxy in this file but not clear how , is the following correct ? because the baseurls are being rejected by the install program whereas I can access them in the browser window which tells me that something is wrong with ambari setup.
AMBARI_PASSHPHRASE="DEV" export AMBARI_JVM_ARGS=$AMBARI_JVM_ARGS' -Xms512m -Xmx2048m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false' export PATH=$PATH:/var/lib/ambari-server -Dhttp.proxyHost=dotatofwproxy.tolls.dot.state.fl.us -Dhttp.proxyPort=8080
Created 08-18-2016 03:12 PM
You can set it like following inside the 'AMBARI_JVM_ARGS' in '/var/lib/ambari-server/ambari-env.sh' script : The you will need to restart the ambari server.
export AMBARI_JVM_ARGS=$AMBARI_JVM_ARGS' -Xms512m -Xmx2048m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -Dhttp.proxyHost=dotatofwproxy.tolls.dot.state.fl.us -Dhttp.proxyPort=8080'
Created 08-18-2016 03:12 PM
You can set it like following inside the 'AMBARI_JVM_ARGS' in '/var/lib/ambari-server/ambari-env.sh' script : The you will need to restart the ambari server.
export AMBARI_JVM_ARGS=$AMBARI_JVM_ARGS' -Xms512m -Xmx2048m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -Dhttp.proxyHost=dotatofwproxy.tolls.dot.state.fl.us -Dhttp.proxyPort=8080'