1. 程式人生 > >在xshell中執行hive sql 並將結果寫入另一個txt文字中

在xshell中執行hive sql 並將結果寫入另一個txt文字中

在xshell 中進入資料夾:

vi test.sql

然後將要執行的sql輸入,注意開頭不能有空格

寫完後按Esc鍵,輸入:x儲存並退出

輸入下面程式碼:

/usr/bin/beeline -u "jdbc:hive2://dsrv1.heracles.sohuno.com:10000/mbadp;principal=hive/[email protected]" --hiveconf mapreduce.job.queuename=sohumb -f test.sql  > test.txt

將結果儲存:

sz test.txt