1、退出hive視窗
hive(default)> exit;
hive(default)> quit;
2、在hive cli命令視窗中如何檢視hdfs檔案系統
hive(default)> dfs -lsr /;
3、在hive cli命令視窗中如何檢視hdfs本地系統
hive(default)> !ls /opt/module/datas;
4、檢視在hive中輸入的所有歷史命令
進入到當前使用者的根目錄/root或/home/victor,檢視. hivehistory檔案
[victor@node1 ~]$ cd ~
[victor@node1 ~]$ cat .hivehistory
黑猴子的家 Hive 資料匯出
1 insert匯出 1 將查詢的結果匯出到本地 hive default insert overwrite local directory opt module datas export student select from student 2 將查詢的結果格式化匯出到本地 hive defau...
黑猴子的家 Redis 基本操作命令
1 查詢當前庫的所有鍵 127.0.0.1 6379 2 keys 2 判斷某個鍵是否存在 127.0.0.1 6379 2 exists k1 integer 1 注1表示true 0表示false3 檢視鍵的型別 127.0.0.1 6379 2 type k1 string4 刪除某個鍵 12...
黑猴子的家 HBase Shell 命令
1 基本操作 1 進入hbase客戶端命令列 victor hadoop102 hbase bin hbase shell2 檢視幫助命令 hbase main help3 檢視當前資料庫中有哪些表 hbase main list2 表的操作 1 建立表 hbase main create stud...