Upgrade Procedure
To upgrade your cluster from HDP 2.2.x to HDP 2.2.9:
Download the appropriate HDP 2.2.9 hdp.repo file for your OS:
Operating System
Repository Location
RHEL/CentOS/Oracle LINUX 5
http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.2.9.0/hdp.repo
RHEL/CentOS/Oracle LINUX 6
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.9.0/hdp.repo
SLES 11 SP1
http://public-repo-1.hortonworks.com/HDP/sles11sp1/2.x/updates/2.2.9.0/hdp.repo
SLES 11 SP3/SP4
http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.2.9.0/hdp.repo
Ubuntu 12
http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.2.9.0/hdp.list
Debian 6
http://public-repo-1.hortonworks.com/HDP/debian6/2.x/updates/2.2.9.0/hdp.list
or
Download the HDP RPM single repository tarball. (For information on how to install the repositories, see the local repository instructions.)
Operating System
Tarball Location
RHEL/CentOS/Oracle LINUX 5
http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.2.9.0/HDP-2.2.9.0-centos5-rpm.tar.gz
RHEL/CentOS/Oracle LINUX 6
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.9.0/HDP-2.2.9.0-centos6-rpm.tar.gz
SLES 11 SP1
SLES 11 SP3/SP4
Ubuntu 12
Debian 6
http://public-repo-1.hortonworks.com/HDP/debian6/2.x/updates/2.2.9.0/HDP-2.2.9.0-debian6-rpm.tar.gz
Run an update:
apt-get update
Install the HDP 2.2.9 bits:
Operating System
Commands
RHEL/CentOS/Oracle LINUX
Install HDP 2.2.9 components on relevant nodes, according to the services that run on those hosts:
yum install "hadoop_2_2_9_0_3393*" "oozie_2_2_9_0_3393*" "pig_2_2_9_0_3393*" "sqoop_2_2_9_0_3393*" "zookeeper_2_2_9_0_3393*" "hbase_2_2_9_0_3393*" "hive_2_2_9_0_3393*" "tez_2_2_9_0_3393*" "storm_2_2_9_0_3393*" "falcon_2_2_9_0_3393*" "flume_2_2_9_0_3393*" "phoenix_2_2_9_0_3393*" "accumulo_2_2_9_0_3393*" "mahout_2_2_9_0_3393*"
SLES
Install HDP 2.2.9 components on relevant nodes, according to the services that run on those hosts:
zypper install "hadoop_2_2_9_0_3393*" "oozie_2_2_9_0_3393*" "pig_2_2_9_0_3393*" "sqoop_2_2_9_0_3393*" "zookeeper_2_2_9_0_3393*" "hbase_2_2_9_0_3393*" "hive_2_2_9_0_3393*" "tez_2_2_9_0_3393*" "storm_2_2_9_0_3393*" "falcon_2_2_9_0_3393*" "flume_2_2_9_0_3393*" "phoenix_2_2_9_0_3393*" "accumulo_2_2_9_0_3393*" "mahout_2_2_9_0_3393*"
Ubuntu/Debian
Install HDP 2.2.9 components on relevant nodes, according to the services that run on those hosts:
apt-get install "hadoop_2_2_9_0_3393*" "oozie_2_2_9_0_3393*" "pig_2_2_9_0_3393*" "sqoop_2_2_9_0_3393*" "zookeeper_2_2_9_0_3393*" "hbase_2_2_9_0_3393*" "hive_2_2_9_0_3393*" "tez_2_2_9_0_3393*" "storm_2_2_9_0_3393*" "falcon_2_2_9_0_3393*" "flume_2_2_9_0_3393*" "phoenix_2_2_9_0_3393*" "accumulo_2_2_9_0_3393*" "mahout_2_2_9_0_3393*"
Stop all HDP 2.2.x Services.
If you are managing your cluster manually, stop all HDP 2.2.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:
Open Ambari Web
Browse to Services
Use Service Actions to stop each service
For all services, switch the active version to HDP 2.2.9.
On each host in the cluster, use hdp-select to switch all services to the HDP 2.2.9 version:
hdp-select set all <hdp2.2.9 version>
(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.2.9 repositories for HDP and HDP-UTILS:
Open Ambari Web
Browse to Admin > Repositories
Edit the Base URLs
Start all HDP 2.2.9 services, in the following order:
ZooKeeper
su - zookeeper -c "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"
(HA NameNode upgrade only) ZooKeeper Failover Controller Daemons
/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start zkfc
(HA NameNode upgrade only) JournalNodes
su - hdfs /usr/hdp/current/hadoop-hdfs-journalnode/../hadoop/sbin/hadoop-daemon.sh start journalnode
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
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.