This is the documentation for CDH 5.1.x. Documentation for other versions is available at Cloudera Documentation.

Upgrading Sqoop 2 from an Earlier CDH 5 Release

These instructions assume that you are upgrading Sqoop 2 as part of an upgrade to the latest CDH 5 release, and have already performed the steps under Upgrading from a CDH 5 Beta Release to the Latest Version .

For more detailed instructions for upgrading Sqoop 2, see the Apache Sqoop Upgrade page.

To upgrade Sqoop 2 from an earlier CDH 5 release, proceed as follows:
  1. Install the new version of Sqoop 2 following directions under Installing Sqoop 2.
  2. If you are running MRv1 on CDH 5 Beta 1 and will continue to run it after upgrading:
    1. Update /etc/defaults/sqoop2-server to point to MR1:
      mv /etc/defaults/sqoop2-server.rpmnew /etc/defaults/sqoop2-server
    2. Update alternatives:
      alternatives --set sqoop2-tomcat-conf /etc/sqoop2/tomcat-conf.mr1
  3. Run the upgrade tool:
    sqoop2-tool upgrade
  Important: Configuration files
  • If you install a newer version of a package that is already on the system, configuration files that you have modified will remain intact.
  • If you uninstall a package, the package manager renames any configuration files you have modified from <file> to <file>.rpmsave. If you then re-install the package (probably to install a new version) the package manager creates a new <file> with applicable defaults. You are responsible for applying any changes captured in the original configuration file to the new configuration file. In the case of Ubuntu and Debian upgrades, you will be prompted if you have made changes to a file for which there is a new version; for details, see Automatic handling of configuration files by dpkg.
Page generated September 3, 2015.