Description
Steps to reproduce:-
- Create hive table with external file location
create external table hive_atlas_bug_test1 ( column1 int ) LOCATION ‘/store/Hive_Atlas_Bug_Test1'
- Check the hdfs_path type entity created on hive, the path is set with lowercase.
While hive objects are case insensitive and hdfs paths are case sensitive.
When hive table is created, the Atlas-hook's hive-bridge creates hdfs_path entities and sends entity to Atlas server, the path value is stored in lowercase in Metadata store.
This will cause issues when other subsystems attempt to link lineage to atlas entities using the proper case sensitive hdfs paths
Attachments
Attachments
Issue Links
- relates to
-
ATLAS-2961 Atlas Hive hook doesn't recognize configuration 'hdfs_path.convert_to_lowercase'
- Resolved
- links to