Fix URL of Maven Central Repository

Conflicts:
	elements/s3_hadoop/post-install.d/89-manipulate-s3
This branch only contains part of the fix (an https URL
instead of http), while the full broken URL was not used.

Change-Id: I7accc23d6e91ff4a525c31616033f76c07dec21e
Story: 2007996
Task: 40639
(cherry picked from commit ded80db266)
(cherry picked from commit 80c09a5c1e)
(cherry picked from commit b60f08f759)
(cherry picked from commit 04810f9523)
(cherry picked from commit 9cacac6d50)
This commit is contained in:
Jeremy Freudberg 2020-08-10 09:49:11 -04:00 committed by Luigi Toscano
parent 11e4ab2583
commit ca9e066137
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ case "$DISTRO_NAME" in
# the CDH package contains a broken symlink instead of the log4j jar file # the CDH package contains a broken symlink instead of the log4j jar file
# these 4 lines should go away once Cloudera fixes the package # these 4 lines should go away once Cloudera fixes the package
echo "Fixing install problem for CDH: log4j"; echo "Fixing install problem for CDH: log4j";
wget http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar; wget https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar;
sudo rm /usr/lib/hadoop/lib/slf4j-log4j12-1.6.1.jar; sudo rm /usr/lib/hadoop/lib/slf4j-log4j12-1.6.1.jar;
sudo mv slf4j-log4j12-1.6.1.jar /usr/lib/hadoop/lib/ sudo mv slf4j-log4j12-1.6.1.jar /usr/lib/hadoop/lib/