Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDP 3.0 upgrade - Cannot download Hive pre-upgrade jar

avatar
Explorer

I am following the steps to upgrade HDP 2.6.5 to HDP 3.0 and I'm stuck on "Prepare Hive for upgrade":

https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.0.0/bk_ambari-upgrade/content/prepare_hive_for_...

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 🙂

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

2 REPLIES 2

avatar

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

avatar
Explorer

Works like a charm. Thank you 🙂