python操做hive而且獲取查詢結果scheam

 

執行hive -e 命令而且獲取對應的select查詢出來的值及其對應的scheam字段git

須要在執行語句中前部添加 set hive.cli.print.header=true; 這個設置,以下語句: hive -e "set hive.cli.print.header=true;use default;select * from students"github

這樣最後的結果中會返回查詢出來的字段值及其對應的scheamspa

 

源碼參考地址:https://github.com/xjh713/hive-get-scheam.gitget

相關文章
相關標籤/搜索