Known Limitations

This section consists of known limitations we are aware of, persisting in this release.

HBase

Issue description: Hbase master fails to start with Ranger-HBase plugin enabled and no Tez client on HBase master.

When the Ranger-Hbase plugin is enabled, the HBase master fails to start due to a NoClassDefFoundError for org.apache.commons.lang.StringUtils.

  • The issue is identified in ODP versions 3.3.6.0-1 and 3.3.6.1-1.
  • The issue will be fixed in ODP version 3.3.6.2-1.
Error
Copy

Workaround:

Depending on the cluster setup, we can proceed with either of the following workarounds.

  1. If the cluster includes Tez components, ensure the Tez client is installed on the HBase Master host.
  2. Execute the following command on the HBase Master host to add the required JAR file, this resolves the HBase Master startup issue.
Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated