Upgrading Sqoop1

This section describes how to upgrade Sqoop1 without the Installer.

About this task

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

Use one of the following methods to upgrade Sqoop1 without the Installer.

Procedure

To:
  • Upgrade with a package manager and install new packages from the repository, run the following command:
    On RedHat and CentOS
    yum update mapr-sqoop
    On Ubuntu
    apt-get install mapr-sqoop
    On SLES
    zypper update mapr-sqoop
  • Manually remove a prior version and then manually install the latest version in the repository, run the following commands:
    On RedHat and CentOS
    yum remove mapr-sqoop
    yum install mapr-sqoop
    On Ubuntu
    apt-get remove mapr-sqoop
    apt-get install mapr-sqoop
    On SLES
    zypper remove mapr-sqoop
    zypper install mapr-sqoop
    

What to do next

To apply custom configurations to the new version, migrate any custom configuration settings into the new default files in the conf directory (/opt/mapr/sqoop/sqoop-<version>/conf/). See Post-Upgrade Steps for Sqoop1.