Created
June 14, 2013 06:40
-
-
Save relax-more/5779915 to your computer and use it in GitHub Desktop.
[Hive] 実行結果をそのままファイルに出力する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ hive -S -e ‘select * from tbl_a limit 100′ > hive_result.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!