Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何在 Hive 中执行此操作?
select * from mytable into outfile "/tmp/foo"
或此的任何变体;我只需要能够将这些数据保存到磁盘。
INSERT OVERWRITE LOCAL DIRECTORY 'someDir' SELECT ...