Known issues in Hive Virtual Warehouses
This topic describes the Hive Virtual Warehouse known issues for Cloudera Data Warehouse (CDW) Private Cloud.
- DWX-6234: WAIT TIME seconds cannot be set to "0" in the Hive Virtual Warehouse UI
- Problem: The slider that can be used to set WAIT TIME in the Hive Virtual Warehouse UI displays a range from 0 to 1000, but if you set it to 0, the UI automatically changes it to 60.
- DWX-6282: Inserts into partitioned tables can leak connections from HiveServer2 to the Hive metastore
- Problem: INSERT queries run on partitioned tables can cause a leak in connections from HiveServer2 to the Hive metastore. This can cause HiveServer2 to be unstable.
- DWX-6241: "Run Autoscaling Demo" option fails
- Problem: When you select the Run AutoScaling Demo menu option on Hive Virtual Warehouses, it fails to cause the Virtual Warehouse to auto-scale.
- DWX-6163: SHOW TABLES command does not produce a list of tables that are owned by the current user
- Problem: When you run the SHOW TABLES command against a Hive Virtual Warehouse, tables are only returned if you have explicit read or read/write access to the table, or if you belong to a group that has read or read/write access. If you only have access to the tables because you are the owner of the objects, you can query the table content, but the table names do not appear in the SHOW TABLES command output.
- DWX-6132: Hive Virtual Warehouses require Cloudera Manager 7.2.4 and CDP 7.1.5
- Problem: In CDW Private Cloud 1.1, Hive Virtual Warehouses might get stuck in the starting state.
- DWX-4703: Using UDFs and custom JARs are not supported
- Problem: In the 1.1 release of Cloudera Data Warehouse Private Cloud, using UDFs and custom JARs are not supported on Hive Virtual Warehouses.
- DWX-4842: Entities are not being created in Atlas
- Problem: Base clusters that are using Java 11 might be using truststores in PKCS12 format. Currently, Hive Virtual Warehouses on CDW Private Cloud only supports truststores in JKS format. This prevents the entities from being created in Atlas.
- DWX-5241: Intermittent query execution failures
- Problem: Query execution might fail producing
return code 2 from org.apache.hadoop.hive.ql.exec.tez.TexTask
with multiple Vertex class errors.