Cloudera Data Catalog on premises 1.5.4-CHF1
Review the features, fixes, and known issues in the Cloudera Data Catalog 1.5.4 Cumulative hotfix 1 release.
Fixed issues in Cloudera Data Catalog (1.5.4-CHF1)
This section lists issues fixed in this release of the Cloudera Data Catalog service.
- CDPDSS-3037: Asset Details page does not highlight link for Datasets
- The Asset Details now correctly
highlights links to Datasets.
- CDPDSS-2958: Schema rows are not ordered as in their database
- Rows under the Schema tab in
Asset Details are ordered based on their position in their parent
database.
- CDPDSS-2959: Asset Details does not provide a link to the parent database
-
- Now, the parent database can be accessed via a link in Asset Details.
- The Qualified Name is no longer trimmed. Longer names are displayed in multiple rows.
- CDPDSS-2923: Improvements for the Dataset Detail page when adding assets to a Dataset
-
- The Search button is already active after the search terms are entered but before the Enter key is hit.
- Now. clicking Reset clears all the fields.
- Already added assets are clearly marked with a check mark as added and non-editable.
- When adding new assets to the Dataset, the Add and Done buttons are no longer hidden while the page is waiting for the API response.
- The Description column is added to include the menu. The value of the Description field is the same as in Asset Details.
- CDPDSS-3042: Edit classification is failing with guid undefined error
- Trying to edit the classifications in the Asset Details screen no longer results in the "List properties for entity request failed Error from Atlas. Not Found : Received 404. Body {\"errorCode\":\"ATLAS-404-00-005\",\"errorMessage\":\"Given instance guid undefined is invalid/not found\"}" message.
- CDPDSS-3049: Expanded graph is displayed on every page of the Schema tab
- Previously, in the Asset Details page under the Schema tab, the bar graph of profiled assets might stayed visible for a selected asset even when moving to the next page in the list. Now, changing the page correctly closes the previously selected asset, and only displays the assets in the active page.
- CDPDSS-3050: Username is not visible in Cloudera Data Catalog for the Local Administrator user
- The username for local administrator users is no longer hidden. It is shown in the bottom left corner of the navigation sidebar.
- CDPDSS-3048: Filtering based on Job status Finished is not working
- The profiler job filter Finished is working correctly now, displaying the relevant jobs.
- CDPDSS-3047: Not able to see the profiled data of Ranger Audit Profiler if the Active NameNode is switched over to standby
- The profiled data is shown correctly now after the Ranger Audit Profiler is run.
- CDPDSS-3051: Profiler Jobs are not in the sorted order
- Profiler jobs are correctly ordered from newest to oldest when the list cannot fit into a single page under .
- CDPDSS-3077: The Datasets Details page fails to load the list of assets
- Datasets containing deleted assets no longer fail to render the assets list with the following error: pages.dataset.labels.err-undefined-msg(Error Code - undefined)
Known issues in Cloudera Data Catalog (1.5.4-CHF1)
This section lists issues fixed in this release of the Cloudera Data Catalog service.
- CDPDSS-3346: Profiler pods are stuck in init state
- The
CDP_ACCESS_KEY_ID
andCDP_PRIVATE_KEY
keys do not receive values when upgrading from Cloudera Data Catalog 1.5.2 to 1.5.4. - CDPDSS-3353: Profiler Configuration page is giving error, if browser's preferred language is not UK English
- The
en-gb
.
is may be incorrectly rendered if the web browser's preferred language is
not set to - CDPDSS-2913: Asset Details view does not provide details of the asset - exception
- Entities without lineage information may display the get linage request failed Error from Atlas Not Found : Received 404..
- CDPDSS-3475: Not able to see the profiled data of 'Ranger Audit Profiler' if the Active NN (NameNode) switched over to standby
- When the ActiveNN is set to Standby and the StandbyNN is set to Active, the profiled data of the Ranger Audit Profiler is not visible in Asset Details for any Hive asset.
- CDPDSS-3057: Failed profiler job because of missing columns in log entries.
- When the logs to be profiled by the Ranger Audit Profiler
have missing columns, the profiling job fails. The ranger audit profiler pod log contains
the following message:Ranger Audit Profiler
failed: Failed to run Ranger Audit Profiler. Error: "['column1',
'column2', ...] not in
index".
column1
,column2
show the missing column entries in the logs.Each Ranger audit profiler job has 3 sub-jobs (identified by the same job ID prefix), any of which could fail because of the above reason. It is possible that one or even two sub-jobs pass till the above scenario is encountered.
- CDPDSS-3472: Profiler jobs are showing up twice when two data lakes are present
- Cloudera Data Catalog does not support more than one data lakes (or base clusters). Connecting two data lakes will result in all profiler jobs showing as duplicated in the Profilers page.
- CDPDSS-3381: The Ranger Audit Profiler is showing status as FINISHED/SUCCESS even though there is error with the profilers
- The Ranger Audit Profiler shows the incorrect
FINISHED/SUCCESS status when
the
NameNode
is stopped. - CDPDSS-3348: Only Dataset owners should be allowed to delete their datasets
- Datasets can be deleted by anyone who can access the Datasets page.
- CDPDSS-3081: Datasets: Tenant Schema is getting passed as workload username while impersonating a user on ATLAS and Ranger API calls
- While making API calls to Apache Atlas and Apache Ranger,
there is a potential bug in code where a wrong value for
workloadUserName
is getting passed which causes the APIs to perform an auth check with a wrong parameter, causing unwanted issues. - CDPDSS-3080: Deleted Entities in Atlas cannot be removed from Datasets
- Entities deleted in Apache Atlas cannot be removed from Cloudera Data Catalog datasets.
- CDPDSS-3395: Incorrect results are being displayed after navigation, when "owners" filter is selected
- In the Search page, when returning to the list of results after opening the Asset Details of one the results and repeating the search with the same filter, other entities belonging to owners different than the selected can appear.
- CDPDSS-2688: Hive Column On-demand Profiler is failing but the Asset Details page is not updated with 'Failed State'
- A failed Hive Column On-Demand Profiler job is incorrectly not updated to Failed state in .
- CDPDSS-3509: Only power users should only be able to launch profiler and ODP profilers
- When updating the roles of a user with the role
poweruser
toenvironment user
, the user is still able to start on-demand profiling jobs. Starting on-demand profiling jobs should only be available for power users, not to environment users.