Help Center/ MapReduce Service/ FAQs/ Component Configurations/ Can I Export the Query Result of Hive Data?
Updated on 2025-10-23 GMT+08:00
Can I Export the Query Result of Hive Data?
Question:
Can I export the query result of Hive data in an MRS cluster?
Answer:
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: Component Configurations
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.