Member since
09-03-2022
6
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1654 | 11-03-2022 08:18 AM | |
1122 | 09-03-2022 12:05 PM |
11-03-2022
08:18 AM
I learned that I needed to follow a series of steps to essentially enable the admin (root username) account. The Maria_Dev and Raj_Ops accounts they provided did not have privileges to access or edit those files apparently. I logged into the CLI as root with the default password of hadoop, then went through the mandatory password change procedure and the account was enabled. With Root enabled I was able to access and edit the files via a connection through WinSCP. I didn't try Ambari, though I'm certain that option would have worked as well. When I initially tried accessing the directory under Ambari the etc folder and many others were not showing at all, like they were hidden. I think that was due to the limited privileges of the other two accounts.
... View more
09-21-2022
09:35 AM
Hi @cxk
While the link in the document that @Chaos offered apparently does work, unless you are going to try to duplicate the issue they are experiencing in order to offer assistance, I'd like to discourage you from installing the Quickstart VM.
The last publicly available version of the Cloudera Quickstart VM — the same version referred to in that PDF document within the Google drive they linked to — was based on CDH 5.13, which was old, outdated and in fact that version of CDH went out of support in the Fall of 2020. The Cloudera Quickstart VM hasn't been readily available for download from Cloudera's website for at least a couple of years now just that reason.
Cloudera's current distribution, since the Fall of 2020, is Cloudera Data Platform (or CDP); a Trial Version of CDP Private Cloud Base Edition of Cloudera Data Platform can easily be downloaded from the "downloads" section of Cloudera's website.
... View more
09-03-2022
12:05 PM
Apologies all, I think that I figured it out. I had been pasting the script directly as copied from the PDF, which didn't work. Then I tried entering it in manually without the -- in front of each line, but apparently those are requirements. I entered each line separately, with the -'s included, and the script ran, Sqoop was initiated.
... View more