[
https://issues.apache.org/jira/browse/ATLAS-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361911#comment-17361911
]
ASF subversion and git services commented on ATLAS-4324:
--------------------------------------------------------
Commit 0ac4b12be7c38ba34951da6bdbe82d23968cce13 in atlas's branch
refs/heads/master from Ashutosh Mestry
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=0ac4b12 ]
ATLAS-4324: FS entity created for 'load data inpath' Part 2
> 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)