Known issues in Data Analytics Studio on public clouds
Learn about the known issues related to Data Analytics Studio (DAS) in Cloudera Data Warehouse service on public clouds, the impact or changes to the functionality, and the workaround.
- DWX-929: DAS UI displays the internal JDBC URL.
- Problem: DAS displays the internal JDBC URL on its About page instead of the correct JDBC URL to use to connect to the data warehouse.
- DWX-2592: DAS cannot parse certain characters in strings and comments.
- Problem: DAS cannot parse semicolons (;) and double hyphens (--) in strings and
comments. For example if you have a semicolon in a query such as the following, the query might
fail:
Queries with double hyphens (--) might also fail. For example:SELECT * FROM properties WHERE prop_value = "name1;name2";
SELECT * FROM test WHERE option = '--name';
- Older versions of Google Chrome browser might cause issues.
- Problem: You might experience problems while using faceted search in older versions of the Google Chrome browser.
- BUG-94611: Visual Explain for the same query shows different graphs.
- Problem: Visual Explain for the same query shows different graphs on the Compose page and the Query Details page.