Created 07-26-2018 01:32 AM
I am following the steps to upgrade HDP 2.6.5 to HDP 3.0 and I'm stuck on "Prepare Hive for upgrade":
According to the docs I need to download the pre-upgrade jar.
Problem is - I cannot download it. Looks like the link might be broken:
[root@ambari-server tmp]# wget https://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.... --2018-07-25 15:11:49-- https://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.... Resolving repo.hortonworks.com (repo.hortonworks.com)... 54.225.131.199 Connecting to repo.hortonworks.com (repo.hortonworks.com)|54.225.131.199|:443... connected. Unable to establish SSL connection.
I tried downloading it on another machine but I keep getting 'connection timed out' error.
Thanks for any help 🙂
Created 07-26-2018 06:48 AM
Hi @Marcin Filip
As an alternative, have you tried the same using http?
wget http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.0... ////// --2018-07-26 07:45:45-- http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.0... Resolving repo.hortonworks.com (repo.hortonworks.com)... 54.225.131.199 Connecting to repo.hortonworks.com (repo.hortonworks.com)|54.225.131.199|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 25835 (25K) [application/java-archive] Saving to: ‘hive-pre-upgrade-3.1.0.3.0.0.0-1634.jar’ hive-pre-upgrade-3.1.0.3.0.0.0-1634.jar 100%[============================================================================================================================================================================>] 25.23K --.-KB/s in 0.08s
Created 07-26-2018 06:48 AM
Hi @Marcin Filip
As an alternative, have you tried the same using http?
wget http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.0... ////// --2018-07-26 07:45:45-- http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-pre-upgrade/3.1.0.3.0... Resolving repo.hortonworks.com (repo.hortonworks.com)... 54.225.131.199 Connecting to repo.hortonworks.com (repo.hortonworks.com)|54.225.131.199|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 25835 (25K) [application/java-archive] Saving to: ‘hive-pre-upgrade-3.1.0.3.0.0.0-1634.jar’ hive-pre-upgrade-3.1.0.3.0.0.0-1634.jar 100%[============================================================================================================================================================================>] 25.23K --.-KB/s in 0.08s
Created 07-26-2018 07:06 AM
Works like a charm. Thank you 🙂