Ubuntu

Know about the process on how to download and configure the client packages for Ubuntu.

Creating an APT repository for Ubuntu Packages

  1. Create the following file:
    /etc/apt/sources.list.d/cloudera-client.list
  2. Add the client path to the arch packages.
  3. Check if the following signature error occur:
     The following signatures could not be verified because the public key is not available
  4. Run the following command to fix the signature error:
     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9733A7A07513CAD
  5. Update the repository.
    apt update
  6. Install the package.
    apt install <package>