Known issues and limitations in Cloudera Data Visualization 8.0.8
Learn about the known issues and limitations that you might experience while using Cloudera Data Visualization. You can find information about the areas of impact, affected product versions, and possible workarounds.
- Picklist in complex data types Show Selected unselects previous selections
- Show selected in a filter list selection may not show all selections depending on the data type. A fix is expected in a future release.
- Workaround
- None
- Versions affected
- Cloudera Data Visualization 7.0.2 - 8.1.2
- Fixed in version
- N/A
- Cloudera issue
- VIZ-456
- Inconsistent support for non-roman or character-based alphabets across visual types
- Non-romanized or character-based alphabets are not consistently supported
across various visual types. If not supported, the affected visual is not properly rendered in
PDF/PNG downloads. CSV/Excel downloads and general dashboard viewing is available for all
languages.
The following languages are not supported when using a table visual.
In Cloudera AI: In Cloudera Data Warehouse: - Amharic (Ethiopia)
- Arabic (multiple countries)
- Bengali (Bangladesh)
- Berber (multiple countries)
- Burmese (Myanmar)
- Dari Pashto (Afghanistan)
- Dzongkha (Bhutan)
- Fijian (Fiji)
- Georgian
- Hebrew (Israel)
- Khmer (Cambodia)
- Lao
- Malay (Brunei)
- Many Indian languages
- Nepalese (Nepal)
- Persian (Iran)
- Tamil (Malaysia, India, Singapore)
- Thai (Thailand)
- Urdu (Pakistan)
- Amharic (Ethiopia)
- Bengali (Bangladesh)
- Burmese (Myanmar)
- Dzongkha (Bhutan)
- Fijian (Fiji)
- Khmer (Cambodia)
- Many Indian languages
- Nepalese (Nepal)
- Tamil (Malaysia, India, Singapore)
- Thai (Thailand)
- Workaround
- None
- Versions affected
- Cloudera Data Visualization 7.0.2 - 8.1.2
- Fixed in version
- N/A
- Cloudera issue
- VIZ-984
- Saved value does not show properly when arcapi is present
- After the fix included for VIZ-1070, a known issue is still present when using arcapi.sendParameters with app-scope filters.
- Workaround
- None
- Versions affected
- Cloudera Data Visualization 7.0.2 - 8.1.2
- Fixed in version
- N/A
- Cloudera issue
- VIZ-1181
- Selecting NULL values can cause ParseException syntax error from Cloudera Data Visualization 7.1.3
- After upgrading to Cloudera Data Visualization 7.1.3 or later, selecting "NULL" values in filters may lead to a ParseException syntax error.
- Workaround:
- To resolve this issue, deselect the “NULL” value in the picklist filter.
- Versions affected:
- Cloudera Data Visualization 7.1.3 - 8.1.2
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-2224
- Long-running queries cannot be canceled for some data connections
-
For data connections other than Hive or Impala, long-running queries cannot be canceled since they are run synchronously.
- Workaround:
-
Restart the Cloudera Data Visualization application.
- Versions affected:
- All versions
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-2634
- Impala over Knox connection fails with load balancing
-
HTTP connections to Impala through Knox with load balancing enabled can fail with
Invalid session iderrors because a hard-codedimpala.session.idcookie name does not match Knox’s default sticky-session cookies. - Workaround:
- None
- Versions affected:
- Cloudera Data Visualization7.2.7 - 8.1.1
- Fixed in version:
- Cloudera Data Visualization 8.1.1
- Cloudera issue:
- VIZ-2955
- Data compatibility check does not work for SQL-based datasets that join on multiple tables
-
When importing in visual artifacts that use SQL-based datasets, the “data compatibility” check may fail with an “IndexError: list index out of range” error, if the dataset joins multiple tables.
- Workaround:
-
Disable “Check data table compatibility” when importing in visual assets with complex queries.
- Versions affected:
- All versions
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-3121
- Profile Data modal does not open across pages when site setting is enabled
-
The Show Usage Info setting and the Ctrl+Shift+G shortcut, intended to open the Profile Data modal across all pages, are currently not working. Even when the Enable the "Show Usage Info" and Ctrl-Shift-G shortcut to view page profiles within all pages site setting is enabled, the modal does not appear.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 7.0.4 and higher
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-3341
- Queries on databases with numeric names fail in Trino
-
When querying databases in Trino whose names begin with numbers, queries fail with a syntax error.
- Workaround:
-
Escape the database name in the query.
For example:
SHOW TABLES FROM "impala"."999_test_cdv";instead ofSHOW TABLES FROM impala.999_test_cdv; - Versions affected:
- Cloudera Data Visualization 8.0.0 - 8.0.9
- Fixed in version:
- Cloudera Data Visualization 8.1.0
- Cloudera issue:
- VIZ-3481
- Editing a user group may remove users not loaded in the editor
-
When you edit a group on the Manage Users and Groups page, only the first 10 users are loaded due to pagination. If you save the group without making changes, the system updates the group membership to include only those loaded users, removing any additional members that were not visible in the editor.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 7.2.2 - 8.0.8
- Fixed in version:
- Cloudera Data Visualization 8.0.9
- Cloudera issue:
- VIZ-3610
- CSV and Excel downloads are missing file extensions
-
Backend-generated CSV and Excel files downloaded from Cloudera Data Visualization are saved without file extensions. As a result, some systems may not recognize the file type automatically or may not open the files correctly.
- Workaround:
-
Manually add the appropriate file extension to the downloaded file name before opening it.
- Versions affected:
- Cloudera Data Visualization 8.0.7 - 8.0.8
- Fixed in version:
- Cloudera Data Visualization 8.0.9
- Cloudera issue:
- VIZ-3646
- Impala connection discovery may select an incorrect endpoint
-
On Cloudera Base on premises clusters with multiple Impala services or dedicated coordinators, Cloudera Data Visualization may connect to an incorrect Impala endpoint during connection discovery. This can result in connection failures, such as TSocket read 0 bytes errors.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 8.0.8
- Fixed in version:
- Cloudera Data Visualization 8.0.9
- Cloudera issue:
- VIZ-3651
- Modifying the Result Cache of a data connection through the UI causes associated queries to fail
-
When the Result Cache is enabled on a data connection with a Cache Retention Timeout value, the following error occurs when a visual is loaded for the second time:
- error: '\u003C' not supported between instances of 'float' and 'str'
- Workaround:
-
Configure the Result Cache setting at the dataset level instead of the data connection level.
Alternatively, use the AdminAPI to programmatically update the data connection’s cache properties. For more information, see Admin API Demo.
- Versions affected:
- Cloudera Data Visualization 8.0.2 - 8.0.8
- Fixed in version:
- Cloudera Data Visualization 8.0.9
- Cloudera issue:
- VIZ-3656
- HTML links in table visuals do not render as clickable links
-
In table visuals, custom expressions that generate HTML anchor tags (for example,
<a href="https://…">ID</a>) are displayed as raw HTML instead of clickable links. This occurs even when the Show values starting with http(s):// as links option is enabled. - Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 7.2.5 - 8.0.9
- Fixed in version:
- Cloudera Data Visualization 8.1.0
- Cloudera issue:
- VIZ-3688
- AI-generated streaming responses may be incomplete
-
In Cloudera Data Visualization, AI-generated responses in visuals may be truncated or incomplete when streaming over slow or high-latency network connections. This occurs because the streaming parser may not process all incoming data correctly.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 8.0.0 - 8.0.9
- Fixed in version:
- Cloudera Data Visualization 8.1.0
- Cloudera issue:
- VIZ-3701
- Search on the Data tab does not work
-
Search on the Data page is not functional, so datasets cannot be found using the search field.
- Workaround:
-
Browse datasets manually until the issue is resolved.
- Versions affected:
- Cloudera Data Visualization 8.0.5 - 8.0.9
- Fixed in version:
- Cloudera Data Visualization 8.1.0
- Cloudera issue:
- VIZ-3709
- Time modeling does not work
-
Visuals configured with Time modeling do not animate over time as expected.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 8.3.1 and lower
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-3896
- Scatter visual displays "NaN" or "undefined" during transition animation
-
When transition animation is enabled on a scatter visual, data labels may temporarily display "NaN" or "undefined" instead of numeric values while stepping through time frames. This issue affects only the label rendering; the underlying data remains correct.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 7.1.9 - 8.1.1
- Fixed in version:
- Cloudera Data Visualization 8.1.2
- Cloudera issue:
- VIZ-3962
- Selection brush for time ranges does not work as expected on line visuals with microsecond timestamp resolution
-
When using zoom interactions on Lines visuals with datasets that use timestamps at microsecond resolution, the selection brush interaction may not behave as expected. As a result, zoom operations can appear inconsistent or fail, and zoom-out behavior may not function correctly.
- Workaround:
-
Truncate the timestamp to second-level resolution at the dataset level and apply an aggregation function (for example, AVG) to the measure.
Potential side effects of the workaround include:- Attenuated peaks in continuous data (for example, AVG smoothing)
- Intermediate values appearing in binary (0/1) data
- Missing events with durations shorter than one second
- Versions affected:
- Cloudera Data Visualization 8.1.7 - 8.1.3
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-4050
- App-level filters override dashboard-level filters
-
When using applications in Cloudera Data Visualization, app-level filters take precedence over the filter settings defined at the dashboard level. As a result, dashboard-specific filter configurations are overridden by the application's filter settings, and there is no option to reverse the precedence.
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 8.1.7 - 8.1.3
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-4052
- In-app navigation has limitations for tab behavior, dashboard navigation, menu visibility, and filter visibility
-
When dashboards are accessed as part of an application (app group) in Cloudera Data Visualization, certain navigation and dashboard-level UI behaviors differ from standalone dashboard behavior. The following navigation and app configuration limitations may affect the user experience:
- Opening dashboards in a new tab is not supported in
apps:
The Navigate to Dashboard action with Open Target Dashboard in New Tab enabled opens dashboards in a new browser tab when used outside of an app. However, when the dashboard is accessed within an app, navigation always occurs in the current tab.
- Back navigation is not available within apps:
Because dashboard navigation occurs in the same tab, apps do not provide built-in navigation controls to return to the previously viewed dashboard after navigating between dashboards.
- Dashboards cannot be hidden from the app navigation
menu:
Dashboards that are intended to be accessed only through contextual navigation remain visible in the app menu. There is currently no option to hide individual dashboards from the navigation panel.
- App-level filters cannot be hidden on selected
dashboards:
Filters configured at the app scope are displayed across all dashboards in the app. There is currently no option to selectively hide app-level filters on dashboards where they are not relevant.
- Opening dashboards in a new tab is not supported in
apps:
- Workaround:
- None
- Versions affected:
- Cloudera Data Visualization 8.0.7 - 8.1.3
- Fixed in version:
- N/A
- Cloudera issue:
- VIZ-4054
