Upgrade-related known issues

This topic describes the upgrade-related known issues for Cloudera Data Warehouse (CDW) Private Cloud.

Known issues identified in 1.5.3

No new known issues identified in 1.5.3.

Known issues identified before 1.5.2

DWX-15571: tez.history.logging.proto-base-dir and hive.hook.proto.base-directory locations change after the runtime upgrade
The values of following Hue Query Processor properties change after you upgrade the Database Catalog and Virtual Warehouses to the latest version:
  • tez.history.logging.proto-base-dir
  • hive.hook.proto.base-directory
CDW changes these locations to match the base cluster configuration for hive.metastore.warehouse.external.dir. You may also see the FileNotFoundException: File does not exist error in the Hue Query Processor logs.
To use the old location and to avoid seeing the "File does not exist" error in the logs, you must update the Hue Query Processor configurations as follows:
  1. Log in to the Data Warehouse service as an DWAdmin.
  2. Go to Database Catalog > > Edit > CONFIGURATIONS > Hue query processor and select hue-query-processor.json from the Configuration files drop-down menu.
  3. Note the paths of the tez.history.logging.proto-base-dir and hive.hook.proto.base-directory properties.
  4. After you upgrade the Database Catalog, go to Database Catalog > > Edit > CONFIGURATIONS > Hue query processor and select hue-query-processor.json from the Configuration files drop-down menu.
  5. Specify the desired path under the dasConf section as shown in the following example:
      "dasConf": {
        "hive.hook.proto.base-directory": "/warehouse/tablespace/external/hive/sys.db/query_data",
        "tez.history.logging.proto-base-dir": "/warehouse/tablespace/external/hive/sys.db"
      },
  6. Click Apply Changes.