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 ...