Member since
04-22-2016
931
Posts
46
Kudos Received
26
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1860 | 10-11-2018 01:38 AM | |
| 2220 | 09-26-2018 02:24 AM | |
| 2252 | 06-29-2018 02:35 PM | |
| 2931 | 06-29-2018 02:34 PM | |
| 6104 | 06-20-2018 04:30 PM |
06-20-2017
01:21 PM
sorry I typed the wrong download url , its actually 2.5 repository so the url I used for downloading is https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-installation/content/ambari_repositories.html I compared the checksum and it matches. below is the md5 file from the above site for this repository:
ambari-2.5.1.0-centos6.tar.gz: 16 73 FB 17 7B 0A 59 3E 4B 6D 56 46 FD 68 94 E9
below is the md5 checksum of the tar ball after downloading from the above url.
[root@hadoop1 ~]# md5sum ambari-2.5.1.0-centos6.tar.gz
1673fb177b0a593e4b6d5646fd6894e9 ambari-2.5.1.0-centos6.tar.gz
can you or someone try to unzip it ? I am pretty sure you will also not see these directories. either the document is incorrectly stating to use these directories or there is some other correct tar ball somewhere on the web . please advise
... View more
06-19-2017
09:25 PM
I downloaded the ambari tar ball from the following url http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.1.0/HDP-2.6.1.0-centos6-rpm.tar.gz untarred it at location /var/www/html/ and it created the directory structure as shown below : if you notice it did not create a "2.x" directory under ambari/centos6/ nor did it create the "updates" folder ? [root@hadoop1 ~]# ls /var/www/html/ambari/centos6
ambari ambari.repo build.id build_metadata.txt repodata RPM-GPG-KEY smartsense tars
[root@hadoop1 ~]# cat /var/www/html/ambari/centos6/ambari.repo
#VERSION_NUMBER=2.5.1.0-159
[ambari-2.5.1.0]
name=ambari Version - ambari-2.5.1.0
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.5.1.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.5.1.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
... View more
Labels:
06-18-2017
09:35 PM
I put a .wgetrc file in root login folder but still wget is trying to access proxy.. its not taking the "no_proxy" variable setting. [root@hadoop1 ~]# pwd
/root
[root@hadoop1 ~]# grep proxy .wgetrc
https_proxy = http://dotatofwproxy.tolls.dot.state.fl.us:8080/
http_proxy = http://dotatofwproxy.tolls.dot.state.fl.us:8080/
no_proxy=".tolls.do.state.fl.us,hadoop1.tolls.dot.state.fl.us,hadoop1"
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
... View more
06-18-2017
01:21 PM
hi Jay but as I have shown that the "no_proxy" variable is defined in my /etc/environment file but wget is not using it . I also tried adding the no_proxy variable to the wgetrc file but didn't help. [root@hadoop1 etc]# grep proxy /etc/wgetrc
#https_proxy = http://proxy.yoyodyne.com:18023/
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
https_proxy = http://dotatofwproxy.tolls.dot.state.fl.us:8080/
http_proxy = http://dotatofwproxy.tolls.dot.state.fl.us:8080/
no_proxy=".tolls.do.state.fl.us,hadoop1.tolls.dot.state.fl.us,hadoop1"
so how can I get wget to use the no_proxy variable?
... View more
06-18-2017
02:56 AM
thinking back I think I might have installed the cluster first time from all local repositories , in that case I would not need proxy access right ? this time I installed Ambari using local repository and HDP using public repository .
... View more
06-18-2017
02:47 AM
hi Jay I found the issue I am facing but don't know why I am having issue this time and not the first time when I installed this cluster. here is the issue : wget should not be using proxy server to download the DBConnectionVerification.jar file because its local server , and for this I have defined "no_proxy" settings in the /etc/environment file as follows : [root@hadoop1 ~]# cat /etc/environment
http_proxy="http://dotatofwproxy.tolls.dot.state.fl.us:8080/"
https_proxy="https://dotatofwproxy.tolls.dot.state.fl.us:8080/"
ftp_proxy="ftp://dotatofwproxy.tolls.dot.state.fl.us:8080/"
no_proxy=".tolls.dot.state.fl.us,.to.dot.state.fl.us,10.0.0.0/8"
so why does wgetrc not picking up the no_porxy settings ?
... View more
06-17-2017
04:30 AM
my hive environment is on hadoop2 , the ambari server is on hadoop1, you want me to move mysqld to hadoop1 ? in that case schematool will fail on hadoop2 when run I think I am not understanding I think , please clarify
... View more
06-17-2017
03:07 AM
thanks Jay , reinstalling agent fixed this script. I will go ahead and deinstall the cluster using this script and then try to reinstall again. my cluster was running f ine until I deinstalled it and since then I am unable to get it up and running .
... View more
06-17-2017
02:48 AM
looking at the similar issues online I have already checked that 1- my ntpd service is running on all nodes. 2- the ambari agent and ambari server of same version on all nodes [root@hadoop1 ambari-server]# rpm -qa | grep ambari
ambari-metrics-grafana-2.4.3.0-30.x86_64
ambari-agent-2.4.3.0-30.x86_64
ambari-server-2.4.3.0-30.x86_64
... View more
06-17-2017
01:37 AM
ambari server log on the other hand showing a very different error when I hit the "Test connection" button .
16 Jun 2017 21:35:22,149 WARN [ambari-action-scheduler] ExecutionCommandWrapper:185 - Unable to lookup the cluster byt ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
16 Jun 2017 21:35:23,153 WARN [ambari-action-scheduler] ExecutionCommandWrapper:185 - Unable to lookup the cluster byt ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
16 Jun 2017 21:35:24,156 WARN [ambari-action-scheduler] ExecutionCommandWrapper:185 - Unable to lookup the cluster byt ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
16 Jun 2017 21:35:25,158 WARN [ambari-action-scheduler] ExecutionCommandWrapper:185 - Unable to lookup the cluster byt ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
16 Jun 2017 21:35:26,161 WARN [ambari-action-scheduler] ExecutionCommandWrapper:185 - Unable to lookup the cluster byt ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
16
... View more