Ubuntu
Know about the process on how to download and configure the client packages for Ubuntu.
Creating an APT repository for Ubuntu Packages
- Create the following
file:
/etc/apt/sources.list.d/cloudera-client.list
- Add the client path to the arch packages.
- Check if the following signature error
occur:
The following signatures could not be verified because the public key is not available
- Run the following command to fix the signature error:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9733A7A07513CAD
- Update the repository.
apt update
- Install the
package.
apt install <package>