第二章 HIve安裝之Hive其他命令操作

2021-09-29 09:49:54 字數 505 閱讀 5999

1.退出hive視窗:

hive(default)>exit;

hive(default)>quit;

在新版的hive中沒區別了,在以前的版本是有的:

exit:先隱性提交資料,再退出;

quit:不提交資料,退出;

2.在hive cli命令視窗中如何檢視hdfs檔案系統

hive(default)>dfs -ls /;
3.在hive cli命令視窗中如何檢視本地檔案系統

hive(default)>! ls /opt/module/datas;
4.檢視在hive中輸入的所有歷史命令

(1)進入到當前使用者的根目錄/root或/home/wyh

(2)檢視. hivehistory檔案

[wyh@hadoop102 ~]$ cat .hivehistory

第二章 hive安裝之Hive安裝部署

1 hive安裝及配置 1 把apache hive 1.2.1 bin.tar.gz上傳到linux的 opt software目錄下 2 解壓apache hive 1.2.1 bin.tar.gz到 opt module 目錄下面 wyh hadoop102 software tar zxvf...

HIVE 第二章 目錄和表

1.目錄篇 建立表目錄 create database companys create database companys location table create database companys location table with dbproperties name kedde data...

第二章 ruby安裝

以下是linux下安裝ruby的方式 2 解壓安裝包 tar xzvf ruby 1.8.5.tar.gz cd ruby 1.8.5 3 配置 安裝 configure prefix usr local ruby make make install 如果想瀏覽所有的configure引數,可以 c...