Known issues in Impala Virtual Warehouses
This topic describes the Impala Virtual Warehouse known issues for Cloudera Data Warehouse Private Cloud.
Known Issues identified in 1.5.1
- DWX-15182: Performance degradation due to a configurations copied from the base cluster
- If you have enabled the Copy configurations from base
cluster to CDW option from Advanced Configurations,
then all base cluster configurations, including
are copied to CDW. Thefe_service_threads
fe_service_threads
configuration impacts client concurrent connections. You may see degraded performance if the value of this configuration is set to anything less than 96 on the base cluster. - DWX-15869: Virtual Warehouse edit page does not load
- If the
Trusted Kerberos Realms
configuration on the base cluster's Core Settings service is not empty or if the Additional Rules to Map Kerberos Principals to Short Names field (auth_to_local_rule
property) contains the following characters:\
,"
,\t
,\n
,\b
, and\f
, then the CDW Database Catalog and Virtual Warehouse edit page does not load. The logs of the dwx-server pod in the control plane namespace contain the following error message: Not able to render config, err:invalid character 'Q' in string escape code. - DWX-15537: Kerberos authentication throwing "user not authorized error" after updating a usergroup in an Impala Virtual Warehouse
- You may see an “User is not authorized” error when opening a session with Kerberos authentication to an Impala Virtual Warehouse where the access is restricted to user groups listed in the Virtual Warehouse settings. This problem may occur only when trying to connect with the same user as the delegation user specified during CDP Private Cloud Data Services environment activation.
- DWX-15032: Impala Virtual Warehouse transitions to a running state way before the update finishes
- When an Impala Virtual Warehouse is in an Updating or Upgrading state after an edit or upgrade operation the Virtual Warehouse transitions to a Running or Stopped state before the update process finishes. When the warehouse is in a Running or Stopped state after updating it, the changes made to the Virtual Warehouse, might not take effect until later.
- DWX-14292: Impala executors and coordinator pods get stuck in pending state
- If you have enabled low resource mode while activating an environment in CDW and also enabled the option to customize pod sizes for Impala from the Advanced Settings page, then you may notice that the executors and coordinator pods do not request the set amount of memory and CPU. This happens because the low resource mode overrides the default pod configuration.
- VIZ-2046: Trusted impersonation does not work in CDW
- When you try to create a connection to the Impala Virtual Warehouse from Cloudera Data Visualization (CDV), CDV is unable to use Trusted Impersonation as a mode of authentication. Therefore, you need to enter both the username and password for authentication.