HDP-2.3.2 Release Notes
Also available as:
PDF

Upgrade Procedure

Note: When installing Ranger, follow the Manual Upgrade instructions for Installing Ranger.

To upgrade your cluster from HDP 2.3.x to HDP 2.3.2:

  1. Download the appropriate HDP 2.3.2 hdp.repo file for your OS:

    Support for SLES 11 SP1 and Debian 5 has been dropped in HDP 2.3.2.

    or

    Download the HDP RPM single repository tarball. (For information on how to install the repositories, see the local repository instructions.)

  2. Run an update:

    apt-get update

  3. Install the HDP 2.3.2 bits:

    Operating System

    Commands

    RHEL/CentOS/Oracle LINUX

    Install HDP 2.3.2 components on relevant nodes, according to the services that run on those hosts:

    yum install "hadoop_2_3_2_0_2950*" "oozie_2_3_2_0_2950*" "pig_2_3_2_0_2950*" "sqoop_2_3_2_0_2950*" "zookeeper_2_3_2_0_2950*" "hbase_2_3_2_0_2950*" "hive_2_3_2_0_2950*" "tez_2_3_2_0_2950*" "storm_2_3_2_0_2950*" "falcon_2_3_2_0_2950*" "flume_2_3_2_0_2950*" "phoenix_2_3_2_0_2950*" "accumulo_2_3_2_0_2950*" "mahout_2_3_2_0_2950*"

    SLES

    Install HDP 2.3.2 components on relevant nodes, according to the services that run on those hosts:

    zypper install "hadoop_2_3_2_2950*" "oozie_2_3_2_2950*" "pig_2_3_2_2950*" "sqoop_2_3_2_2950*" "zookeeper_2_3_2_2950*" "hbase_2_3_2_2950*" "hive_2_3_2_2950*" "tez_2_3_2_2950*" "storm_2_3_2_2950*" "falcon_2_3_2_2950*" "flume_2_3_2_2950*" "phoenix_2_3_2_2950*" "accumulo_2_3_2_2950*" "mahout_2_3_2_2950*"

    Ubuntu/Debian

    Install HDP 2.3.2 components on relevant nodes, according to the services that run on those hosts:

    apt-get install "hadoop-2-3-2-2950*" "oozie-2-3-2-2950*" "pig-2-3-2-2950*" "sqoop-2-3-2-2950*" "zookeeper-2-3-2-2950*" "hbase-2-3-2-2950*" "hive-2-3-2-2950*" "tez-2-3-2-2950*" "storm-2-3-2-2950*" "falcon-2-3-2-2950*" "flume-2-3-2-2950*" "phoenix-2-3-2-2950*" "accumulo-2-3-2-2950*" "mahout-2-3-2-2950*"

  4. Stop all HDP 2.3.x Services.

    If you are managing your cluster manually, stop all HDP 2.3.x Services. See "Controlling HDP Services Manually" in the HDP Reference Guide.

    If you are managing your cluster with Ambari 1.7.0, do the following:

    1. Open Ambari Web

    2. Browse to Services

    3. Use Service Actions to stop each service

    For all services, switch the active version to HDP 2.3.2.

    On each host in the cluster, use hdp-select to switch all services to the HDP 2.3.2 version:

    hdp-select set all <hdp2.3.2 version>

  5. (Ambari 1.7.0-managed clusters only) Complete the Stack Upgrade.

    If you are managing your cluster with Ambari 1.7.0, update the repository Base URLs to use the HDP 2.3.2 repositories for HDP and HDP-UTILS:

    1. Open Ambari Web

    2. Browse to Admin > Repositories

    3. Edit the Base URLs

  6. Start all HDP 2.3.2 services, in the following order:

    1. ZooKeeper

      su - zookeeper export ZOOCFGDIR=/usr/hdp/current/zookeeper-server/conf ; export ZOOCFG=zoo.cfg; source /usr/hdp/current/zookeeper-server/conf/zookeeper-env.sh ; /usr/hdp/current/zookeeper-server/bin/zkServer.sh start

    2. (HA NameNode upgrade only) ZooKeeper Failover Controller Daemons

      /usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start zkfc

    3. (HA NameNode upgrade only) JournalNodes

      su - hdfs /usr/hdp/current/hadoop-hdfs-journalnode/../hadoop/sbin/hadoop-daemon.sh start journalnode

    4. HDFS NameNode(s)

      Start the HDFS NameNode(s). Because there is no metadata schema update for this upgrade, start the NameNode(s) in normal mode:

      su - hdfs /usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start namenode

    5. Remaining Services

      Start the rest of the HDP services. On each host in the cluster, start the services that are relevant to that cluster. To identify the start commands for all services, see "Controlling HDP Services Manually" in the HDP Reference Guide.

    You now have an upgraded cluster. Ensure that your workloads run correctly on this upgraded cluster.