Member since
09-19-2016
2
Posts
0
Kudos Received
0
Solutions
06-08-2017
07:04 PM
Tried this procedure but get the following exception 2017-06-08 16:10:39,463 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-06-08 16:10:39,495 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-06-08 16:10:39,527 - Initializing 2 repositories
2017-06-08 16:10:39,528 - Repository['HDP-2.6'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.0.3/', 'action': ['create'], 'components': ['HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-06-08 16:10:39,573 - File['/etc/yum.repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.0.3/\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-06-08 16:10:39,575 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6', 'action': ['create'], 'components': ['HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-06-08 16:10:39,582 - File['/etc/yum.repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-06-08 16:10:39,582 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-06-08 16:10:40,714 - Skipping installation of existing package unzip
2017-06-08 16:10:40,714 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-06-08 16:10:40,729 - Skipping installation of existing package curl
2017-06-08 16:10:40,729 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-06-08 16:10:40,745 - Skipping installation of existing package hdp-select
... View more
09-19-2016
04:58 PM
I had the same issue. I fixed it by setting vboxnet0 as the host-only adapter in the settings of the virtual machine. Followed the instructions here http://islandora.ca/content/fixing-missing-vboxnet0
... View more