真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

hadoop中hive的示例分析

小編給大家分享一下hadoop中hive的示例分析,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

專注于為中小企業(yè)提供網(wǎng)站制作、網(wǎng)站設(shè)計服務(wù),電腦端+手機端+微信端的三站合一,更高效的管理,為中小企業(yè)平昌免費做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動了近千家企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實現(xiàn)規(guī)模擴充和轉(zhuǎn)變。

1.1下載hbase http://osdn.jp/projects/sfnet_purehadoop/downloads/hive-0.12.0.tar.gz/

1.2安裝[root@hadoop04 Desktop]# tar -zxvf hive-0.12.0.tar.gz -C ../app/

[root@hadoop04 Desktop]# cd ../app
[root@hadoop04 app]# ls
hive-0.12.0
[root@hadoop04 app]# cd hive-0.12.0

[root@hadoop04 hive-0.12.0]# cd bin
[root@hadoop04 bin]# ./hive

hive> show databases;

OK
default
Time taken: 23.804 seconds, Fetched: 1 row(s)

hive> create database yun12
    > ;
OK
Time taken: 24.355 seconds
hive> show databases
    > ;
OK
default
yun12
Time taken: 4.162 seconds, Fetched: 2 row(s)

hive> create table t_mygirls(id int,name string, age int, size string);

OK
Time taken: 28.528 seconds

hive> show tables;
OK
t_mygirls
Time taken: 0.062 seconds, Fetched: 1 row(s)
hive> drop table t_mygirls;
OK
Time taken: 2.772 seconds

hive> create table t_mygirls(id int,name string, age int, size string) row format
    > delimited
    > fields terminated by "\t";

http://192.168.88.166:50070/explorer.html#/user/hive/warehouse

Browse Directory


     

PermissionOwnerGroupSizeReplicationBlock SizeName
drwxr-xr-xrootsupergroup0 B00 Bt_mygirls
drwxr-xr-xrootsupergroup0 B00 Byun12.db

[root@hadoop06 hadoop-2.6.0]# vi mygirls.data

1       baby    18      36C
2       YIFEI   19      38d
3       yangmi  20      31q
4       zhiling 40      39t

[root@hadoop04 ~]# hadoop fs -put mygirls.data /user/hive/warehouse/t_mygirls(t_mygirls文件夾的路徑)

hive> select * from t_mygirls;
OK

以上是“hadoop中hive的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


網(wǎng)頁標(biāo)題:hadoop中hive的示例分析
網(wǎng)頁網(wǎng)址:http://weahome.cn/article/jpsdjs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部