Member since
03-21-2017
197
Posts
6
Kudos Received
3
Solutions
03-14-2019
08:14 AM
@Jay Kumar SenSharma I can successfully login to Amabri in Incognito Mode in Gogle Chrome. I am running one HDP sandbox instance at a time, but i am using different versions so i think the issue i was facing is due to caching. Thank you so much.
... View more
03-14-2019
07:54 AM
@Jay Kumar SenSharma In browser when i try to login to Ambari using login credentials it shows "server error".
... View more
03-14-2019
07:32 AM
Hi, I have 3 versions of HDP in oracle virtual box. The versions are 2.5, 2.6.5 and 3.0. When i start VM for HDP 3.0 the Ambari UI works fine. But after that if i start VM for HDP lower versions 2.5 or 2.6.5 i can not open Ambari UI. It shows Server error. Based on the requirement i need to use different versions of HDP. How can i resolve this issue ? Thanks, Heta
... View more
Labels:
03-05-2019
02:05 PM
1 Kudo
#TO CHANGE KYLIN UI PORT 1. cd /usr/local/apache-kylin-2.6.0-bin/tomcat/conf 2. Open server.xml Change port in Connector Port argument: As shown below Connector Port 7070 is assigned. You can give another port instead of 7070. <Connector port="7070" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="7443"
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla,traviata"
compressableMimeType="text/html,text/xml,text/javascript,application/javascript,application/json,text/css,text/plain"
/> Thanks
... View more