forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
616 B
616 B
Can I Export the Query Result of Hive Data?
Run the following statement to export the query result of Hive data:
insert overwrite local directory "/tmp/out/" row format delimited fields terminated by "\t" select * from table;
Parent topic: Big Data Service Development