Created on 04-06-2018 02:18 PM - edited 09-16-2022 06:04 AM
I want to try Druid on HDP 2.6.4.sandbox for virtualbox, but found none of those Druid components can be installed successfully after reaching 35% progress is hang there. Check the error message shows as following, what's wrong?
2018-04-06 13:48:34,964 - The repository with version 2.6.4.0-91 for this command has been marked as resolved. It will be used to report the version of the component which was installed 2018-04-06 13:48:35,328 - Command repositories: HDP-2.6-repo-1, HDP-2.6-GPL-repo-1, HDP-UTILS-1.1.0.22-repo-1 2018-04-06 13:48:35,329 - Applicable repositories: HDP-2.6-repo-1, HDP-2.6-GPL-repo-1, HDP-UTILS-1.1.0.22-repo-1 2018-04-06 13:48:35,336 - Looking for matching packages in the following repositories: HDP-2.6-repo-1, HDP-2.6-GPL-repo-1, HDP-UTILS-1.1.0.22-repo-1 2018-04-06 13:48:38,955 - Package['druid_2_6_4_0_91'] {'retry_on_repo_unavailability': False, 'retry_count': 5} 2018-04-06 13:48:39,133 - Installing package druid_2_6_4_0_91 ('/usr/bin/yum -d 0 -e 0 -y install druid_2_6_4_0_91') 2018-04-06 13:49:38,102 - Execution of '/usr/bin/yum -d 0 -e 0 -y install druid_2_6_4_0_91' returned 1. Error Downloading Packages: druid_2_6_4_0_91-0.10.1.2.6.4.0-91.noarch: failure: druid/druid_2_6_4_0_91-0.10.1.2.6.4.0-91.noarch.rpm from HDP-2.6-repo-1: [Errno 256] No more mirrors to try. 2018-04-06 13:49:38,103 - Failed to install package druid_2_6_4_0_91. Executing '/usr/bin/yum clean metadata' 2018-04-06 13:49:38,411 - Retrying to install package druid_2_6_4_0_91 after 30 seconds
Created 04-07-2018 12:57 AM
If you do "yum list available | grep ^druid", do you get any output?
If no output, could you check repo files under /etc/yum.repo.d/?
Created 04-07-2018 10:52 AM
[root@sandbox-hdp ~]# yum list available | grep ^druid
druid.noarch 0.10.1.2.6.4.0-91HDP-2.6-repo-1
druid_2_6_4_0_91.noarch0.10.1.2.6.4.0-91HDP-2.6-repo-1
[root@sandbox-hdp yum.repos.d]# ls -la /etc/yum.repos.d
total 64
drwxr-xr-x 1 root root 4096 2月 1 10:49 .
drwxr-xr-x 1 root root 4096 4月 5 07:55 ..
-rw-r--r-- 1 root root308 4月 7 08:18 ambari-hdp-1.repo
-rw-r--r-- 1 root root306 1月 8 08:33 ambari.repo
-rw-r--r-- 1 root root 1991 2月 1 09:51 CentOS-Base.repo
-rw-r--r-- 1 root root647 2月 1 09:51 CentOS-Debuginfo.repo
-rw-r--r-- 1 root root289 2月 1 09:51 CentOS-fasttrack.repo
-rw-r--r-- 1 root root630 2月 1 09:51 CentOS-Media.repo
-rw-r--r-- 1 root root892 6月16 2016 CentOS-SCLo-scl-rh.repo
-rw-r--r-- 1 root root 7989 2月 1 09:51 CentOS-Vault.repo
-rw-r--r-- 1 root root957 11月5 2012 epel.repo
-rw-r--r-- 1 root root 1056 11月5 2012 epel-testing.repo
-rw-r--r-- 1 root root142 2月 1 10:34 hue.repo
-rw-r--r-- 1 root root 1033 2月 1 09:52 mysql.repo
-rw-r--r-- 1 root root 1550 9月 9 2016 puppetlabs.repo
Created 04-09-2018 10:16 PM
How about if you do "yum install druid_2_6_4_0_91 -y"?
Just FYI, on my Sandbox 2.6.4, it seems to work
[root@sandbox-hdp ~]# yum list available | grep ^druid druid.noarch 0.10.1.2.6.4.0-91 HDP-2.6-repo-1 druid_2_6_4_0_91.noarch 0.10.1.2.6.4.0-91 HDP-2.6-repo-1 [root@sandbox-hdp ~]# yum install druid_2_6_4_0_91 Loaded plugins: fastestmirror, ovl, priorities Setting up Install Process Loading mirror speeds from cached hostfile * base: centos.mirror.ausnetservers.net.au * epel: ucmirror.canterbury.ac.nz * extras: centos.mirror.ausnetservers.net.au * updates: mirror.colocity.com Resolving Dependencies --> Running transaction check ---> Package druid_2_6_4_0_91.noarch 0:0.10.1.2.6.4.0-91 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================================================================================== Package Arch Version Repository Size ================================================================================================================================================== Installing: druid_2_6_4_0_91 noarch 0.10.1.2.6.4.0-91 HDP-2.6-repo-1 219 M Transaction Summary ================================================================================================================================================== Install 1 Package(s) Total download size: 219 M Installed size: 244 M Is this ok [y/N]:
Created 04-09-2018 10:18 PM
sorry for the layout and style. seems AnswerHub doesn't parse <pre> tag properly.