Member since
04-06-2017
17
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1222 | 03-07-2018 01:46 AM |
08-18-2019
09:42 PM
Hi @rushi_ns , yours might be completly different issue. Please create a new Question thread stating your issue.
... View more
05-22-2019
08:16 PM
@ajay vembu Here is the cause of the problem Caused by: java.net.BindException: Address already in use This means some process is using the default Node manager port. You will need to kill the process and your name node will start successfully do the following things sudo lsof -i -P -n | grep LISTEN or sudo netstat -ltup It was a simple port collision that has occurred. Can you first stop the Ambari Metrics process HMaster process at times it grabs port 45454 and this blocks the NodeManager from starting? Please do that and revert
... View more
03-07-2018
01:46 AM
Thanks @Geoffrey Shelton Okot The issue has been resolved. Again I came to know the importance of /etc/hosts file. It's not the firewall that was blocking the connection rather the process was spawned internal to the instance - meaning none of the other instance could access the process. Zookeeper process looks for the ip address from /etc/hosts file and spawns the process, instead of fetching the ip address it took the loopback address(127.0.0.1) which made sure the outside world cannot access the process. Followed the thread to resolve the issue MeaningOfIPaddressinProcess
... View more
09-19-2017
02:22 AM
1 Kudo
@ajay vembu As you are getting yum related installation failure: resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install hive2_2_5_6_0_40' returned 1.
Error Downloading Packages: hive2_2_5_6_0_40-jdbc-2.1.0.2.5.6.0-40.el6.noarch: failure: hive2/hive2_2_5_6_0_40-jdbc-2.1.0.2.5.6.0-40.el6.noarch.rpm from HDP-2.5: [Errno 256] No more mirrors to try. . 1. You should check if you are able to install that package manually or not? (this will help isolating the issue) /usr/bin/yum -d 0 -e 0 -y install hive2_2_5_6_0_40 2. If above fails even manually then it indicates wither you have N/W issue in connecting to the Repo where the mentioned package is available (OR) The repo is not correct inside "/etc/yum/repos.d/HDP.repo" file (OR) The "repo is either disabled. So please check the following and share the output of the following command as well. # ls -lart /etc/yum.repos.d
# yum repolist
# cat /etc/yum.repos.d/HDP.repo
# cat /etc/yum.conf .
... View more
09-18-2017
07:47 PM
@ajay vembu Awesome, glad to hear. Best of luck with the remainder of the installation.
... View more
05-10-2017
04:21 AM
Also confirm on VMs settings to set bridged adapter and Allow All options ?
... View more