Member since
04-12-2016
124
Posts
20
Kudos Received
17
Solutions
08-14-2021
12:39 PM
Yes, https://archive.cloudera.com/cm7/7.4.4/ has all the files in the open archive.cloudera.com location. 7.3.1 is ONLY stored behind the paywall archive.cloudera.com/p/ and you need a username/password to get to it. Glad you got the latest CM7 version to work!
... View more
08-14-2021
12:25 PM
The error indicates it is trying to install the software from https://archive.cloudera.com/cm7/7.3.1/ this directory does not exist anymore. It should be looking in https://archive.cloudera.com/p/cm7/7.3.1/ What is the command you used to start the cloudera-manager-installer.bin file? Don't type any usernames or passwords. Are you typing something like this: sudo ./cloudera-manager-installer.bin --username=USERNAME --password=PASSWORD
... View more
08-06-2021
12:00 PM
@Sam2020 How did you download the file? To download from behind the paywall /p/ you would need to use your username/password. wget https://USERNAME:PASSWORD@archive.cloudera.com/p/cm7/7.3.1/cloudera-manager-installer.bin use the same username/password to run the executable. sudo ./cloudera-manager-installer.bin --username=USERNAME --password=PASSWORD (I will enter a jira to investigate this misleading message) If you do not have a username and password, the open archive location as @GangWar pointed out is where you can get the trial version. That location should have the latest released version only of CM7 for you to download and install. So as of today CM7.4.4 should be available. @GangWar Thank you for the links to the trial information. It is indicating to download an older version and not the latest version. I will enter a jira to investigate that also.
... View more
01-11-2019
08:55 AM
1 Kudo
Great!! Glad to hear it!!
... View more
01-11-2019
06:56 AM
1 Kudo
Try downloading these repos to all the hosts you will install CM on. One of them has psycopg2, off hand I don't remember which one. {code} zypper addrepo https://download.opensuse.org/repositories/server:database:postgresql/openSUSE_Tumbleweed/server:database:postgresql.repo zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Tumbleweed/devel:languages:python.repo zypper refresh MUST ANSWER ' a ' TO ALWAYS TRUST KEY QUESTION zypper clean --all {code} If an older repo exists, remove it first. Then try your install again. https://www.cloudera.com/documentation/enterprise/release-notes/topics/cm_rn_known_issues.html#sles_dependency
... View more