What's New in Cloudera Manager 7.11.0

New features and changed behavior for Cloudera Manager 7.11.0.

OPSAPS-66992: Cloudera Manager 7.11.0 supports Python 3.8
Cloudera Manager 7.11.0 adds support for using Python 3.8 with the Cloudera Manager agents. Python 3.8 is required for using Cloudera Manager 7.11.0. Cloudera Manager 7.11.0 is supported only on Python 3.8. In this release of Cloudera Manager 7.11.0, the Cloudera Manager Agent requires Python 3.8 instead of Python 2 for the below listed platforms. Python 3.8 is only supported with the following operating systems:
  • RHEL 8.4
  • RHEL 7.9
OPSAPS-66217: ZooKeeper-less connection support for HBase clients

Clients are required to connect to ZooKeeper to find the location of the RegionServer that hosts the meta table region. Site configuration provides the client a list of ZooKeeper quorum peers and the client uses an embedded ZooKeeper client to query meta location.

New configuration settings are introduced in Cloudera Manager that provide a list of well-known master and backup master locations, and with this information the client can contact any of the master processes directly. Any master in either active or passive state tracks meta location and responds to requests for it with its cached last known location. This removes the dependency of ZooKeeper client from HBase clients and also simplifies the firewall configuration to access HBase.