Apache HBase updated to version 0.94.5.
Apache Flume updated to version 1.3.1.
Apache Ambari upgraded to version 1.2.2.5. For details, see Patch information for Ambari.
Hive upgraded to version 0.10.0.24. Use the following instructions to upgrade Hive:
Option I - Upgrade using Ambari:
Stop Hive and WebHCat services using the Ambari UI.
Execute the following commands on the Hive Server machine:
For RHEL:
yum clean all yum update hive hcatalog webhcat-tar-hive
For SLES:
zypper clean all zypper up -r Updates-HDP-1.2.1
This command will upgrade the
hive
,hcatalog
, andwebhcat-tar-hive
packages in your environment.Important For a multinode cluster, ensure that you also update the host machine where Hive client is installed. On the client machine, execute the following command:
For RHEL/CentOS:
yum update hive catalog
For SLES:
zypper up -r Updates-HDP-1.2.1
Start Hive and WebHCat services using the Ambari UI.
Option II - Upgrade manually:
Stop Hive and WebHCat services using the instructions provided here.
Execute the following commands on the Hive Server machine:
For RHEL:
yum clean all yum update hive hcatalog webhcat-tar-hive
For SLES:
zypper clean all zypper up -r Updates-HDP-1.2.1
This command will upgrade the
hive
,hcatalog
, andwebhcat-tar-hive
packages in your environment.Important For a multinode cluster, ensure that you also update the host machine where Hive client is installed. On the client machine, execute the following command:
For RHEL/CentOS:
yum update hive catalog
For SLES:
zypper up -r Updates-HDP-1.2.1
Start Hive and WebHCat services using the Ambari UI using the instructions provided here.