Skip to content

Commit 8ed89fb

Browse files
committed
fix download url for hadoop
1 parent c3ffa68 commit 8ed89fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

group_vars/all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# installation vars
22
hdfs_unarchived_filename: "hadoop-3.3.3"
3-
hdfs_download_link: "https://downloads.apache.org/hadoop/common/stable/{{hdfs_unarchived_filename}}.tar.gz"
3+
hdfs_download_link: "https://downloads.apache.org/hadoop/common/{{hdfs_unarchived_filename}}/{{hdfs_unarchived_filename}}.tar.gz"
44
hdfs_download_sha_sum: "9ac5a5a8d29de4d2edfb5e554c178b04863375c5644d6fea1f6464ab4a7e22a50a6c43253ea348edbd114fc534dcde5bdd2826007e24b2a6b0ce0d704c5b4f5b"
55
hdfs_download_destination: "/opt/{{hdfs_unarchived_filename}}.tar.gz"
66
hdfs_unarchive_destination: "/opt/"
@@ -57,5 +57,5 @@ allow_disk_mount: false
5757

5858
# dns
5959

60-
dns_server: 91.240.202.239
61-
allow_dns: true
60+
dns_server: 172.16.21.128
61+
allow_dns: true

0 commit comments

Comments
 (0)