Step 12: Complete Post-Upgrade steps for upgrades to CDP Private Cloud Base

Steps to perform after upgrading a cluster.

Loading Filters ... 7.7.3 7.7.1 7.6.7 7.6.1 7.5.1 7.4.4 7.3.1 7.2.4 7.1.4 7.1.3 7.1.2 7.1.1 7.0.3 5.16 5.15 5.14 5.13 7.11.3 5.16 5.15 5.14 5.13 7.1.9 7.1.7.2000 7.1.8 7.1.7.1000 7.1.7 7.1.6 7.1.5 7.1.4 7.1.3 7.1.2 7.1.1

Several components require additional steps after you complete the upgrade to CDP Private Cloud Base:
  • HBase See Apache HBase post-upgrade tasks
  • Apache Hive See Hive Post-Upgrade Tasks.
  • Kafka
    1. Remove the following properties from the Kafka Broker Advanced Configuration Snippet (Safety Valve) for kafka.properties configuration property.
      • inter.broker.protocol.version
      • log.message.format.version
    2. Save your changes.
    3. Perform a rolling restart:
      1. Select the Kafka service.
      2. Click Actions > Rolling Restart.
      3. In the pop-up dialog box, select the options you want and click Rolling Restart.
      4. Click Close once the command has finished.
  • Kudu See Upgrade Notes for Apache Kudu 1.12 / CDP 7.1
  • Stream Messaging Manager See Configure SMM to monitor SRM replications
  • YARN
    • Scheduler: If you are using Fair Scheduler, you must migrate to Capacity Scheduler during the upgrade process, and once the upgrade is finished you need to manually fine tune it. For more information, see Manual configuration of scheduler properties.
    • Considering logical processors in the calculation: The yarn.nodemanager.resource.count-logical-processors-as-cores property was not present in CDH 5. In Cloudera Runtime 7.1.1 (and in CDH 6), it is set to false by default, meaning that YARN does not consider logical processors in the calculation which can result in a performance degradatio if Linux Container Executor and CGroups are enabled. The extent of such degradation depends on the CPU manufacturer. To solve this issue, do the following:
      1. In Cloudera Manager, navigate to YARN > Configuration.
      2. Find the YARN Service Advanced Configuration Snippet (Safety Valve) for yarn-site.xml property.
      3. Add the following configuration:
        yarn.nodemanager.resource.count-logical-processors-as-cores=true

        Using this configuration snippet ensures that all nodes that need the configuration receive it. This also ensures different NodeManager groups are consistently configured.

      4. Restart the NodeManager.
    • NodeManager recovery: The default value of the yarn.nodemanager.recovery.enabled property is true. However, if in you source cluster you used safety-valves to set this property to false it will stay false after upgrading from CDH 6 to CDP. Cloudera recommends to have this feature enabled and set the yarn.nodemanager.recovery.enabled property to true.
    • Log aggregation:: In order to see the history of applications that were launched before upgrade, do the following:
      1. In Cloudera Manager, navigate to YARN > Configuration > Category: Log aggreation.
      2. See the following configurations:
        yarn.log-aggregation.TFile.remote-app-log-dir-suffix=logs
        yarn.log-aggregation.IFile.remote-app-log-dir-suffix=logs-ifile
    • Maximum capacity: Set the yarn.scheduler.capacity.<queuepath>.user-limit-factor to a value that is greater than 1. This configuration will help to grow the queue usage beyond its configured capacity till its maximum capacity configured.
  • Ranger Plugins
    The following Ranger plugins are not enabled by default after the upgrade. If these services are configured in the cluster, you will need to manually enable the plugins in order for them to use Ranger:
    The following Ranger plugins are enabled after an upgrade:
    • Atlas
    • HDFS
    • Hive
    • Hive on Tez
    • Impala
    • Kafka
  • ZooKeeper

    Ensure, that QuorumSSL (Secure ZooKeeper) is enabled only if QuorumSASL (Server to server SASL authentication) is also enabled. Note, that QuorumSSL is enabled by default if AutoTLS is enabled. If QuorumSSL is enabled without QuorumSASL, then the ZooKeeper cluster can be slow to start due to some known ZooKeeper limitations.

  • Solr – See Cloudera Search post-upgrade tasks.
  • Sentry – See Importing Sentry privileges into Ranger policies.
  • Impala – See Apache Impala changes in CDP