HIVE隨手記——Hive命令(?$HIVE_HOME/bin/hive)
HIVE版本:0.14.0
$HIVE_HOME/bin/hive 這個shell 命令是通向包括命令列介面(CLI)等Hive服務的通道。注意,是Hive服務的通道。
使用者可以將$HIVE_HOME/bin加入到環境變數 PATH中。
使用 hive --help 命令查詢幫助選項(這裡列出了相關的語法和引數)
如上上面列印結果
Service List 後面列出了一些服務名(servicename),其中包括了,部署hive時候啟動hive的服務hiveserver,以及我們常用的命令列介面CLI。
HIVE命令使用:
(1)啟動hive thrift 服務
./hive --service hiveserver
(2)進入CLI
./hive --service cli (其實,直接用hive,會預設進入cli,作用相同)
(3)hwi HIVE WEB 介面
是一個可以執行查詢語句和其他命令的簡單Web介面,這樣可以不用登陸到叢集中的某臺及其上使用CLI來進行查詢。
詳細請見: http://blog.itpub.net/28929558/viewspace-1408291/
(4)jar
hadoop jar 命令的一個擴充套件,這樣可以執行需要的hive環境的應用
(5)metastore
啟動一個擴充套件的hive後設資料服務,可以提供多客戶端使用.
(6)rcfilecat
一個可以列印出RCFile格式檔案內容的工具
$HIVE_HOME/bin/hive 這個shell 命令是通向包括命令列介面(CLI)等Hive服務的通道。注意,是Hive服務的通道。
使用者可以將$HIVE_HOME/bin加入到環境變數 PATH中。
使用 hive --help 命令查詢幫助選項(這裡列出了相關的語法和引數)
點選(此處)摺疊或開啟
- [zhang@namenode bin]$ pwd
- /home/zhang/hive/bin
- [zhang@namenode bin]$ hive --help
-
Usage ./hive
--service serviceName - Service List: beeline cli help hiveburninclient hiveserver2 hiveserver hwi jar lineage metastore metatool orcfiledump rcfilecat schemaTool version
- Parameters parsed:
- --auxpath : Auxillary jars
- --config : Hive configuration directory
- --service : Starts specific service/component. cli is default
- Parameters used:
- HADOOP_HOME or HADOOP_PREFIX : Hadoop install directory
- HIVE_OPT : Hive options
- For help on a particular service:
- ./hive --service serviceName --help
- Debug help: ./hive --debug --help
Service List 後面列出了一些服務名(servicename),其中包括了,部署hive時候啟動hive的服務hiveserver,以及我們常用的命令列介面CLI。
HIVE命令使用:
(1)啟動hive thrift 服務
./hive --service hiveserver
(2)進入CLI
./hive --service cli (其實,直接用hive,會預設進入cli,作用相同)
點選(此處)摺疊或開啟
- Debug help: ./hive --debug --help
- [zhang@namenode bin]$ hive --service cli
- 15/01/19 22:38:43 WARN conf.HiveConf: DEPRECATED: Configuration property hive.metastore.local no longer has any effect. Make sure to provide a valid value for hive.metastore.uris if you are connecting to a remote metastore.
- 15/01/19 22:38:43 WARN conf.HiveConf: HiveConf of name hive.metastore.local does not exist
- Logging initialized using configuration in jar:file:/home/zhang/hive/lib/hive-common-0.14.0.jar!/hive-log4j.properties
- SLF4J: Class path contains multiple SLF4J bindings.
- SLF4J: Found binding in [jar:file:/home/zhang/hadoop-2.5.2/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
- SLF4J: Found binding in [jar:file:/home/zhang/hive/lib/hive-jdbc-0.14.0-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]
- SLF4J: See for an explanation.
- SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
- hive>
是一個可以執行查詢語句和其他命令的簡單Web介面,這樣可以不用登陸到叢集中的某臺及其上使用CLI來進行查詢。
詳細請見: http://blog.itpub.net/28929558/viewspace-1408291/
(4)jar
hadoop jar 命令的一個擴充套件,這樣可以執行需要的hive環境的應用
(5)metastore
啟動一個擴充套件的hive後設資料服務,可以提供多客戶端使用.
(6)rcfilecat
一個可以列印出RCFile格式檔案內容的工具
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28929558/viewspace-1408132/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Hive shell 命令Hive
- Hive --------- hive 的優化Hive優化
- [Hive]Hive排序優化Hive排序優化
- 【Hive】hive資料遷移Hive
- 一起學Hive——使用MSCK命令修復Hive分割槽Hive
- HIVEHive
- 【Hive一】Hive安裝及配置Hive
- Flume和Hive整合之hive sinkHive
- Hive學習之Hive的安裝Hive
- Hive -------- hive常見查詢練習Hive
- HIVE基本語法以及HIVE分割槽Hive
- [Hive]Hive實現抽樣查詢Hive
- flink實戰--讀寫Hive(Flink on Hive)Hive
- hive匯出到csv hive匯出到excelHiveExcel
- spark with hiveSparkHive
- Hive入門學習隨筆(二)Hive
- [hive]hive資料模型中四種表Hive模型
- [Hive]hive分割槽設定注意事項Hive
- hive on spark記憶體模型HiveSpark記憶體模型
- Hive Tutorial 閱讀記錄Hive
- 【大資料開發】Hive——Hive函式大全大資料Hive函式
- Apache Hudi 與 Hive 整合手冊ApacheHive
- Hive學習之常用互動命令Hive
- hive on spark配置HiveSpark
- Hive學習Hive
- Hive 入門Hive
- Hive建立索引Hive索引
- hive 報錯Hive
- 初識HIVEHive
- Hive 常用操作Hive
- HBase vs HiveHive
- hive去除空格Hive
- Hive安裝Hive
- Spark整合hiveSparkHive
- Hive架構Hive架構
- hive建表Hive
- hive 的使用Hive
- hive函式Hive函式
- hive beeline使用Hive