Known Issues in Apache Atlas

This topic describes known issues and workarounds for using Atlas in this release of Cloudera Runtime.

Search Returns Unexpected Results for New Entity Definitions with BigInteger or BigDecimal Attributes
When new entity types are defined with BigInteger or BigDecimal type attributes, searches against values in any attributes in entities of these types return unexpected results.
Workaround: None.
Cloudera JIRA: CDPD-5309
Atlas custom properties ignored in client services
When adding a custom property for the atlas-application.properties in Atlas hook-based services such as Hive, HBase, and Impala, the custom property is not reflected in the actual configuration file that Cloudera Manager generates, causing these properties to be ignored.
Workaround: None.
Cloudera JIRA: OPSAPS-51224
Spark metadata order may affect lineage
Atlas may record unexpected lineage relationships when metadata collection from the Spark Atlas Connector occurs out of sequence from metadata collection from HMS. For example, if an ALTER TABLE operation in Spark changing a table name and is reported to Atlas before HMS has processed the change, Atlas may not show the correct lineage relationships to the altered table.
Workaround: None.
Cloudera JIRA: CDPD-4762
Searches for Qualified Names with "@" doesn't fetch the correct results
When searching Atlas qualifiedName values that include an "at" character (@), Atlas does not return the expected results or generate appropriate search suggestions.
Workaround: Consider leaving out the portion of the search string that includes the @ sign, using the wildcard character * instead.
Cloudera JIRA: CDPD-4545
Missing Impala and Spark lineage between tables and their data files
Atlas does not create lineage between Hive tables and their backing HDFS files for CTAS processes run in Impala or Spark.
Workaround: None.
Cloudera JIRA: CDP-5027, CDPD-3700, IMPALA-9070
Table alias values are not found in search
When table names are changed, Atlas keeps the old name of the table in a list of aliases. These values are not included in the search index in this release, so after a table name is changed, searching on the old table name will not return the entity for the table.
Workaround: None.
Cloudera JIRA: CDPD-3208
Hive lineage missing for INSERT OVERWRITE queries
Lineage is not generated for Hive INSERT OVERWRITE queries on partitioned tables. Lineage is generated as expected for CTAS queries from partitioned tables.
Workaround: None.
Cloudera JIRA: CDPD-3160
Logging out of Atlas does not manage the external authentication
At this time, Atlas does not communicate a log-out event with the external authentication management, Apache Knox. When you log out of Atlas, you can still open the instance of Atlas from the same web browser without re-authentication.
Workaround: To prevent access to Atlas after logging out, close all browser windows and exit the browser.
Cloudera JIRA: CDPD-3125
Ranking of top results in free-text search not intuitive
The Free-text search feature ranks results based on which attributes match the search criteria. The attribute ranking is evolving and therefore the choice of top results may not be intuitive in this release.
Workaround: If you don't find what you need in the top 5 results, use the full results or refine the search.
Cloudera JIRA: CDPD-1892
Free text search in Atlas is case sensitive
The free text search bar in the top of the screen allows you to search across entity types and through all text attributes for all entities. The search shows the top 5 results that match the search terms at any place in the text (*term* logic). It also shows suggestions that match the search terms that begin with the term (term* logic). However, in this release, the search results are case-sensitive.
Workaround: If you don't see the results you expect, repeat the search changing the case of the search terms.
Workaround: None.
Cloudera JIRA: CDPD-1884
Queries with ? wildcard return unexpected results
DSL queries in Advanced Search return incorrect results when the query text includes a question mark (?) wildcard character. This problem occurs in environments where trusted proxy for Knox is enabled, which is always the case for CDP.
Workaround: None.
Cloudera JIRA: CDPD-1823
Extra WARN messages from Solr in the Atlas log
Communication between JanuGraph and Solr for some entity attributes included in the search index produces a large number of WARN messages in the Atlas logs. Other than increasing the volume of messages in the logs, no functionality is affected.
Workaround: These messages can be ignored.
Cloudera JIRA: CDPD-1679
Guest users are redirected incorrectly
Authenticated users logging in to Atlas are redirected to the CDP Knox-based login page. However, if a guest user (without Atlas privileges) attempts to log in to Atlas, the user is redirected instead to the Atlas login page.
Workaround: To avoid this problem, open the Atlas Dashboard in a private or incognito browser window.
Cloudera JIRA: CDPD-1664, CDP-1823