Member since
03-17-2018
13
Posts
0
Kudos Received
0
Solutions
03-18-2018
08:02 PM
The problem was because of iptables. I turn off it and it works with NAT (port forwarding)
... View more
03-18-2018
12:42 PM
It didn't help.
... View more
03-17-2018
11:53 PM
it's via ssh in virtualbox. See that ambari works in virtualmachine but when I try to connect from local it doesn't see
... View more
03-17-2018
11:51 PM
Firewall and other gateway is off on my mac.
... View more
03-17-2018
11:50 PM
Noway to connect to ambari from local browser, just noway.
... View more
03-17-2018
11:49 PM
My ssh works fine. The trouble in another. In virtualmachine curl works fine with port 8080, I really see it works. So, from local machine I make ping to virtualmachine and it works also but when I put port with host it doesnt work. I can't understand what's wrong it really makes me stupid lol. I even add hostonly network it means that no problem in communication localmachine to virtual but anyway with port it doesnt work.
... View more
03-17-2018
09:37 PM
My networks is bridge-netowork and host-only as well. Neither bridge nor host-only doesn't allow me to make request from local machine
... View more
03-17-2018
09:35 PM
I can get connect to virtual host from local. My virtualhost ip address is 192.168.0.75 and when I make ping from local host it works but when I try to add port 8080 for checking ambari it doesn't work and the browser the same situation. I tried to rich via curl in virtualbox as you suggested and it works.
... View more
03-17-2018
06:40 PM
Thank you for your answer. It doesn't help. As well as I can't even to ping it.
... View more
03-17-2018
06:39 PM
Thank you for your answer. It doesn't work with FQDN. [root@localhost /]# hostname -f localhost [root@localhost /]# ping localhost:8080 ping: localhost:8080: Name or service not known
... View more
03-17-2018
06:37 PM
I added it
... View more
03-17-2018
06:29 PM
[root@localhost /]# ps -ef | grep ambari-server root 1009113210 Mar16 pts/000:00:00 tail -f -n 1000 ambari-server.out root 1031213210 Mar16 pts/000:00:00 tail -f -n 1000 ambari-server.log root 1032313210 Mar16 pts/000:00:00 tail -f -n 500 ambari-server.pid root 1032713210 Mar16 pts/000:00:00 tail -f -n 500 ambari-server.out root 1034513210 Mar16 pts/000:00:00 tail -f -n 1000 ambari-server.out root 1034613210 Mar16 pts/000:00:00 tail -f -n 1000 ambari-server.log root 12840 13 00:50 pts/000:00:51 /usr/jdk64/jdk1.8.0_112/bin/java -server -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 -XX:+CMSClassUnloadingEnabled -Dsun.zip.disableMemoryMapping=true -Xms512m -Xmx2048m -XX:MaxPermSize=128m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -cp /etc/ambari-server/conf:/usr/lib/ambari-server/*:/usr/share/java/mysql-connector-java.jar org.apache.ambari.server.controller.AmbariServer root 1383913210 01:13 pts/000:00:00 grep --color=auto ambari-server
... View more
03-17-2018
06:15 PM
I installed ambari and setup it with help this man: https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/log_in_to_apache_ambari.html I user virtualbox on which installed centos7. I installed ambari-server, after I started it. It started with message "Server started listening on 8080". But I can't get ambariUI at all. My inet address in ifconfig -a is "inet 10.0.2.15". So I try to ping 10.0.2.15:8080 and it messages that no such service or server. After I tried to connect via browser, it's the same. I can't get AmbariUI and I don't know how to fix it. It seems to be easy but something went wrong. After ambari installation and starting it I checked log file and everything is fine. So what's the problem can't got it. Thank you.
... View more
Labels:
- Labels:
-
Apache Ambari