Created 11-26-2017 11:48 AM
I have created HDP & HDP-UTILS-1.1.0.21 internal repository map as below:
curl -H "X-Requested-By: ambari" -X PUT -u admin:admin http://ambari-server-hostname:8080/api/v1/stacks/HDP/versions/2.6/operating_systems/redhat7/reposito... -d @repo.json payload: { "Repositories" : { "base_url" : "http://ip-address/repo/HDP/centos7/2.6.3.0-235", "verify_base_url" : true } } curl -H "X-Requested-By: ambari" -X PUT -u admin:admin http://<ambari-server-hostname>:8080/api/v1/stacks/HDP/versions/2.6/operating_systems/redhat7/reposi... -d @hdputils-repo.json payload: { "Repositories" : { "base_url" : "http://ip-address/repo/HDP_UTILS", "verify_base_url" : true } }
but during installation, public repository being invoked by components and not using local repository which I have registered using rest API.
2017-11-26 17:04:05,975 - File['/etc/yum.repos.d/ambari-hdp-1.repo'] {'content': '[HDP-2.6-repo-1]\nname=HDP-2.6-repo-1\nbaseurl=http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.0.3\n\npath=/\nenabled=1\ngpgcheck=0\n[HDP-UTILS-1.1.0.21-repo-1]\nname=HDP-UTILS-1.1.0.21-repo-1\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos7\n\npath=/\nenabled=1\ngpgcheck=0'}
Please find the attached screenshot.component-installation-fail.png
Stack version:
HDP 2.6 & Ambari 2.6.0
Could you please help on this.
Thank you.
Created 01-03-2018 04:12 PM
Hi @Sampath Kumar,
Some changes in Ambari 2.6.0 have been introduced that modify the way that install repository overrides are setup.
Please see this link that describes the new process for setting up local repos:
Hope this helps.
Thanks,
Bob
Created 01-03-2018 04:12 PM
Hi @Sampath Kumar,
Some changes in Ambari 2.6.0 have been introduced that modify the way that install repository overrides are setup.
Please see this link that describes the new process for setting up local repos:
Hope this helps.
Thanks,
Bob
Created 02-24-2019 06:50 AM
Hi, I'm also facing same issue while using HDP 2.6.Could not able to register VDF also. Need support to explain the steps in details for registering the VDF so that during the service installation it could point to my local repo instead of public repo which I dont have internet access.
Appreciate you all for the support in advance.
Created 02-24-2019 07:01 AM
Could you please explain the steps mentioned in the below URL ....