Software Requirements

Review the software requirements to understand the minimum supported versions for upgrading Cloudera Manager and Cloudera Runtime cluster.

  • Source cluster must be running CDP 7.1.7 or CDP 7.1.8 with the latest CHF or Service Pack. However, your cluster must be on a version higher than CDP 7.1.7 SP2 or CDP 7.1.8 with the latest CHF.
  • Source cluster must be running Cloudera Manager version 7.6.1 and higher.
  • All active services must have the required prerequisites (for example, high-availability) setup before starting the process.

Configuring components before starting ZDU

You must review and perform the prerequisite tasks related to service components before performing the ZDU upgrade. These tasks help you to prepare your components for the ZDU upgrade process.

Atlas - update Solr replication factor

In Solr, before upgrading, when you set the replication factor to 2, it implies 1 leader replica and 1 follower replica are available in each of the nodes. Later, when performing rolling upgrade/restart, you still have a follower replica in a node which can be used to serve Atlas without any downtime from the client (Atlas). Restart Atlas for the changes to take effect.

If you already have:
  • Cloudera Runtime 7.1.9 installation and plan to upgrade with Zero Downtime Upgrade process and with replication factor set to 1, perform the following steps; however, performing these steps can lead to data loss:
    • Stop the Atlas service.
    • Delete the Solr collections manually.
    • Set the replication factor to the number of available Solr brokers / instances.
    • Restart Atlas.
    • Check that the Solr collections are created with replication factor as set in Atlas.
  • If you are performing a fresh Cloudera Runtime 7.1.9 installation, then set the replication factor to number of available Solr broker / instance and continue with Atlas installation.

Atlas - update Kafka replication factor to the number of available Kafka brokers

You must perform certain prerequisite tasks based on whether Kafka topics are available and Atlas is installed on your cluster.

When Kafka topics are available, use the following procedure.

  1. Stop the Atlas service.
  2. Delete the topics (ATLAS_HOOK, ATLAS_ENTITIES, and ATLAS_SPARK_HOOK) manually.
  3. Set the replication factor to the number of available Kafka brokers in Kafka.
  4. Restart Kafka.
  5. Restart Atlas.
  6. Check that the topics are created with a replication factor as set in Kafka.
When Kafka topics are not available, use the following procedure:
  1. Set the replication factor to the number of available Kafka brokers in Kafka.
  2. Restart Kafka.
  3. Click Action > Create Kafka topics for Atlas in Atlas service.
  4. Check that the topics are created with the replication factor as set in Kafka.
When Atlas is not installed on your cluster, use the following procedure:
  1. Set replication factor to the number of available Kafka brokers in Kafka, Restart Kafka.
  2. Install the Atlas service.
  3. Check that the topics are created with the replication factor as set in Kafka.
  4. In your Kafka environment, go to Actions > Create Kafka topics for Atlas.

Data Analytics Studio (Deprecated)

Data Analytics Studio (DAS) has been deprecated in 7.1.9 and is no longer available with CDP. Hue now replaces DAS. Before you upgrade, you must remove the DAS service from your cluster.
  1. Log in to Cloudera Manager as an Administrator.
  2. Go to Clusters > DAS service and click Actions > Stop.
  3. Click Actions > Delete.

Cloudera recommends that you delete the DAS database to free up resources.

HDFS

You must ensure that the High Availability mode is enabled and more than one HDFS NameNode is running.

HMS

You must enable High Availability for Hive Metastore (HMS) and ensure that more than one instance of HMS is running. For details, see Configuring HMS for high availability.

Hive on Tez

You must enable High Availability for HiveServer (HS2) and ensure that more than one instance of HS2 is running. For details, see Configuring HiveServer high availability using ZooKeeper.

Hue

  • You must enable High Availability for Hue to leverage cluster-level rolling restart. See Configuring high availability for Hue.
  • You must run yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel along with python 3.8 command before starting the upgrade.
  • You must install dependencies by running the following command along with Python 3.8 command before starting the upgrade:
    yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel
  • You must install psycopg2-binary before starting the upgrade if you are using Postgres. See Installing the psycopg2 Python package for PostgreSQL database.

Kafka

The Kafka service in CDP consists of multiple service role types. Each role type represents core features in Kafka. The following collects the ZDU prerequisites for each role type. You must ensure that these prerequisites are met to ensure that the service can be upgraded with zero downtime.

Although the Kafka service supports ZDU if the following prerequisites are met, Kafka service monitoring provided by SMM is briefly interrupted during the upgrade because SMM does not support ZDU.

Kafka Broker
  • Ensure that your Kafka Broker roles are running in HA mode. That is, you have more than a single Kafka Broker role deployed in the cluster. Cloudera recommends a minimum of 3.
  • Ensure that replication.factor is set to at least 3 and min.insync.replicas is set to at least 2 for all mission critical topics. Additionally, note the following about these configuration values:
    • The value set for min.insync.replicas must always be at least 1 less than replication.factor.
    • Topics with replication.factor=2 or min.insync.replicas=1 are not considered highly available.
    • Topics with replication.factor=1 become unavailable when the broker hosting the topic goes temporarily offline during the upgrade.
  • Ensure that the upgrade Batch Size is set to 1.

    Batch Size is the number of roles that are restarted simultaneously during the upgrade. Batch Size is configured during the Choose Upgrade Procedure step of the Upgrade Wizard. If Batch Size is set to a value greater than 1, Kafka Broker roles hosting the replicas of the same topic might go down simultaneously. This results in the topic becoming temporarily unavailable.
  • Ensure that the Cluster Health Guarantee During Rolling Restart Kafka property is set to a value that fits your requirements. For more information, see Rolling restart checks.
  • If your cluster uses Cruise Control and self-healing is enabled, ensure that the time set in broker.failure.self.healing.threshold.ms is higher than the expected downtime of the brokers.This property controls the time a broker can be offline before Cruise Control starts the self-healing process. If the property is set to a low value, you risk triggering self-healing during an upgrade.The property is set to 1,800,000 ms (30 minutes) by default, which should be viable for most deployments. If you configured this property and set a custom threshold value, ensure that the value you configured is sufficiently high. If you are unsure, you can either revert to the default value, or temporarily disable Cruise Control for the duration of the upgrade. You can set the property in Cloudera Manager with Cruise Control Server Advanced Configuration Snippet (Safety Valve) for cruisecontrol.properties. Restart the Cruise Control service if you make changes to the property.

Kafka Connect

  • Ensure that your Kafka Connect roles are running in HA mode. That is, you have more than a single Kafka Connect role deployed in the cluster. Cloudera recommends a minimum of 3.
  • If you have external clients that connect to the Kafka Connect REST API, ensure that you are using a load balancer to redirect REST API calls. If you do not have a load balancer, expect service downtime as Kafka Connect provides no automatic failover between its REST endpoints.

MirrorMaker

Ensure that your MirrorMaker roles are running in HA mode. That is, you have more than a single MirrorMaker role deployed in the cluster. Cloudera recommends a minimum of 3.

Key Trustee Server

  1. Back up Key Trustee Server manually on both Active and Passive hosts
  2. Back up the Key Trustee Server configuration directory on both Active and Passive hosts
  3. Move the .backup files (keytrustee-db.zip and keytrustee-conf.zip) to a secure location on both Active and Passive hosts.

Kudu

Ensure that the High Aavailability mode is enabled and at least three Kudu master servers and three tablet servers are running and all the tables have a replication factor of three or more.

Livy

  • Ensure that the HA mode is enabled and more than one Livy Server is running.
  • Ensure that the Livy service supports the rolling restart functionality in Cloudera Manager.

Omid

  • Ensure that the HA mode is enabled and more than one OMID TSO server is running.
  • Ensure that the OMID service supports the rolling restart functionality.
  • Ensure that the Enable HA for Omid TSO server option is selected under Configurations in Cloudera Manager.

Phoenix

  • Ensure that the HA mode is enabled and more than one PQS server is running.
  • Ensure that the Phoenix service supports the rolling restart functionality.

Ranger KMS

  • Before Ranger KMS KTS upgrade, perform the Key Trustee Server prerequisite tasks, and then back up Ranger KMS KTS by going to Cloudera Manager > Ranger KMS KTS > Actions > Create Backup.
  • Before upgrading Ranger KMS DB, back up Ranger and Ranger KMS DB.

Schema Registry

When upgrading from Cloudera Runtime 7.1.8 to 7.1.9 or higher, if you only have external clients connecting to the server, you can ensure zero downtime if you upgrade your external clients before upgrading the cluster. The actions you must take differ depending on the type client you are using:

  • If you are using a generic HTTP client, ensure that retry and failover is implemented in the client code.
  • If you are using the Cloudera distributed Schema Registry Java client, ensure that you upgrade your applications that use the client before you upgrade the cluster. You can access the latest version of the client in the Cloudera Manager Maven repository at https://repository.cloudera.com/artifactory/cloudera-repos/. Alternatively, you can choose to implement retry and failover yourself. The following code snippet is an example of the configuration that is required.
    Map<String, Object> retryParams = new HashMap<>();
         		retryParams.put("sleepTimeMs", SLEEP_TIME);
         		retryParams.put("maxAttempts", MAX_ATTEMPTS);
         		retryParams.put("timeoutMs", OVERALL_TIMEOUT);
    
            	Map<String, Object> retryConfig = new HashMap<>();
            	retryConfig.put("className", "com.hortonworks.registries.schemaregistry.retry.policy.ExponentialBackoffPolicy");
            	retryConfig.put("config", retryParams);
    		
    		Map<String, ?> clientConfig = new HashMap<>();
    		clientConfig.put("schema.registry.url", "url1,url2")
            	clientConfig.put("schema.registry.client.retry.policy", retryConfig);
    		clientConfig.put(...); // other client configuration
            	SchemaRegistryClient client = new SchemaRegistryClient(clientConfig);

SRM

The Streams Replication Manager (SRM) service in CDP consists of multiple service role types. Each role type represents core features in SRM. You must ensure that these prerequisites are met to ensure that the service can be upgraded with zero downtime.

Although the SRM service supports ZDU if the following prerequisites are met, replication monitoring provided by SMM is briefly interrupted during the upgrade because SMM does not support ZDU.

SRM Driver

Ensure that your SRM Driver roles are running in HA mode. That is, you have more than a single SRM Driver role deployed in the cluster. Cloudera recommends a minimum of 3.

SRM Service
  • Ensure that your SRM Service roles are running in HA mode. That is, you have more than a single SRM Service role deployed in the cluster. Cloudera recommends a minimum of 3.
  • If you have external clients that connect to the SRM Service REST API, ensure that you are using a load balancer to redirect REST API calls. If you do not have a load balancer, expect some service downtime as the SRM Service provides no automatic failover between its REST endpoints.
  • If you are upgrading from CDP 7.1.8 or lower to CDP 7.1.9 or higher, you must enable the migration of metrics before you upgrade. Although SRM does not experience service downtime if metrics are not migrated, aggregated metrics collected before the upgrade are lost. As a result, an SRM upgrade without metric migration does not guarantee complete zero downtime. For more information, see Step 1: Getting Started Upgrading a Cluster.

YARN

ResourceManager Work Preserving Recovery

YARN work preserving recovery must be enabled. Ensure that the Services > YARN > Configs > Advanced property yarn.resourcemanager.work-preserving-recovery.enabled property is set to true.

ResourceManager HA

ResourceManager HA should be enabled to prevent a disruption in service during the upgrade.

This prerequisite is OPTIONAL

Check and enable High Availability service for your components

You must check and enable the High Availability support for your service component before you proceed with the upgrade process. High Availability is required to perform the ZDU process.

Service Component HA Mode
Atlas

HA Mode Supported: Active-Passive

HBase

For HBase, if you have more than one master node and you use HDFS to store the data, then HBase is HA enabled.

HA Mode Supported: Active-Passive

HDFS

HA Mode Supported: Active-Passive

Hive

HA Mode Supported: Active-Active

Hive on Tez Add a HiveServer role and configuring HMS for high availability
Hue Configuring high availability for Hue
Kafka

Kafka service is HA enabled by design. Multiple brokers have to be deployed to different hosts.

Kafka Connect: Similar to the core Kafka, multiple Connect Workers have to be deployed.

Kafka Cruise Control HA is not supported, Kafka Cruise Control is a single instance.
Key HSM HA is not supported
Knox

HA Mode Supported: Active-Active

Kudu Kudu ZDU requires a multi-master setup (at least 3 masters). If you have only 1 master, then follow the documentation.
Livy HA Mode Supported: Active-Passive
Oozie HA Mode Supported: Active-Active
Ozone HA Mode Supported: Active-Passive
Phoenix HA Mode Supported: Active-Active
Ranger

HA Mode Supported: Active-Active

Ranger KMS

HA Mode Supported: Active-Active

Schema Registry (SR)

Multiple SR servers can run on different hosts behind Knox, connecting to the same database.

Solr

HA Mode Supported: Active-Passive

Spark HA Mode Supported: Active-Active
Sqoop HA Mode Supported: Active-Passive
Stream Replication Manager Enable high availability for Streams Replication Manager
YARN

HA Mode Supported: Active-Passive

ZooKeeper

HA Mode Supported: Active-Passive

For ZooKeeper to be HA enabled, Cloudera recommends you to use ZooKeeper with 3 or 5 nodes.

Note: One node is insufficient for ZooKeeper to be HA enabled.