Hive shell 命令
連線 hive shell
直接輸入 hive
1、顯示錶
hive> show tables;
OK
test
Time taken: 0.17 seconds, Fetched: 1 row(s)
2、建立表
hive> create table test(key string);
OK
Time taken: 0.265 seconds
3、建立分割槽表:
hive> create table logs(ts bigint,line string) partitioned by (dt String,country String);
4、載入分割槽表資料:
hive> load data local inpath '/home/Hadoop/input/file1' into table logs partition (dt='2014-03-11',country='CN');
5、展示表中有多少分割槽:
hive> show partitions logs;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31543790/viewspace-2657592/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [hive] hive cli 命令列Hive命令列
- HIVE隨手記——Hive命令(?$HIVE_HOME/bin/hive)Hive
- 【HIVE】hive 使用shell指令碼跑歷史資料Hive指令碼
- Hadoop Shell命令 |HDFS Shell命令| HDFS 命令Hadoop
- hive streaming 使用shell指令碼Hive指令碼
- Shell命令
- shell命令(一)
- Shell printf 命令
- Shell test 命令
- HDFS shell命令
- Shell命令列命令列
- hbase shell命令
- 常用shell 命令
- [shell]shell指令碼實現每天自動抽取資料插入hive表指令碼Hive
- shell 基礎命令
- shell基本命令
- 開發 Shell 命令
- HBase 常用Shell命令
- Shell歷史命令
- shell eval命令使用
- SHell命令總結
- Hadoop Shell命令Hadoop
- android: shell 命令Android
- shell的命令(轉)
- 一條shell命令
- 【SHELL】grep 命令用法
- 一起學Hive——使用MSCK命令修復Hive分割槽Hive
- 強大好用的shell之shell命令
- hive命令的3中呼叫方式Hive
- Hive常用命令總結Hive
- Hive學習之常用互動命令Hive
- adb shell 命令整理
- Shell echo命令介紹
- Shell學習【test命令】
- 理解shell的eval命令
- [shell基礎]——echo命令
- [shell基礎]——sed命令
- [shell基礎]——find命令