[
https://issues.apache.org/jira/browse/ATLAS-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264644#comment-17264644
]
ASF subversion and git services commented on ATLAS-4099:
--------------------------------------------------------
Commit 8a27effd7b27bb5f880ff01d57135be258a57607 in atlas's branch
refs/heads/branch-2.0 from sidmishra
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8a27eff ]
ATLAS-4099: Removed trailing path separator from adls_gen2_directory
qualifiedName
Signed-off-by: Sarath Subramanian <[email protected]>
(cherry picked from commit d27790dfdde09a58db15064bbdaf77d224f61ecc)
> adls_gen2_directory, Hive Hook : An extra "/" is seen in adls_gen2_directory
> created by Hook
> --------------------------------------------------------------------------------------------
>
> Key: ATLAS-4099
> URL: https://issues.apache.org/jira/browse/ATLAS-4099
> Project: Atlas
> Issue Type: Bug
> Reporter: Sidharth Kumar Mishra
> Assignee: Sidharth Kumar Mishra
> Priority: Major
> Attachments: ATLAS-4099-Removed-slash-from-adls_gen2_directory_2.patch
>
>
> For the query :
> {code:java}
> create external table ext_table(id int) location
> 'abfs://[email protected]/test51' {code}
> adls_gen2_directory created by Hook has QualifiedName :
> *abfs://container@storageaccount/test51/@cm*
> whereas , adls_gen2_directory created by Extractor has QualifiedName:
> *abfs://**container@storageaccount/test51**@cm*
> There is an extra "/" after storage account name which causes issue. Because
> of this , duplicate entities are created.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)