You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/27 18:24:00 UTC

[jira] [Commented] (ATLAS-4324) FS entity created for load data inpath is created as shell entity

    [ https://issues.apache.org/jira/browse/ATLAS-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388240#comment-17388240 ] 

ASF subversion and git services commented on ATLAS-4324:
--------------------------------------------------------

Commit 0cc6ae84a759886486ef2446a87aa4f63d11d6db in atlas's branch refs/heads/branch-2.0 from Radhika Kundam
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=0cc6ae8 ]

ATLAS-4324: FS entity created for load data inpath is created as shell entity - adding ozone_key

Signed-off-by: Sarath Subramanian <sa...@apache.org>
(cherry picked from commit 98c6cea0140d64761542e603532d13127a0524b4)


> FS entity created for load data inpath is created as shell entity
> -----------------------------------------------------------------
>
>                 Key: ATLAS-4324
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4324
>             Project: Atlas
>          Issue Type: Bug
>          Components: hive-integration
>    Affects Versions: 2.1.0
>            Reporter: Radhika Kundam
>            Assignee: Radhika Kundam
>            Priority: Major
>              Labels: hive-hooks
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: load_data_shell_entity.png
>
>
> beeline >
> create external table default.hive_table_cloud_load_data_in_path_123 (student_roll int, student_name string, student_dob date) ROW FORMAT DELIMITED FIELDS TERMINATED BY ' ' STORED AS TEXTFILE location 'hdfs://ns1/tmp/hive_table_cloud_load_data_in_path_123'
>  
> load data inpath 'hdfs://ns1/tmp/data123.txt' into table hive_table_cloud_load_data_in_path_123;
>  
> Creates 'hdfs://ns1/tmp/data123.txt' as shell entity. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)