這篇文章將為大家詳細(xì)講解有關(guān)hive中如何實(shí)現(xiàn)多表關(guān)聯(lián),小編覺得挺實(shí)用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
成都創(chuàng)新互聯(lián)是一家專注于網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)與策劃設(shè)計(jì),太子河網(wǎng)站建設(shè)哪家好?成都創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)十載,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:太子河等地區(qū)。太子河做網(wǎng)站價格咨詢:18980820575
use noc_dpi; CREATE table IF NOT EXISTS tmp_yym_app(appname STRING, mdn_num int, inputoctets int,outputoctet int) row format delimited fields terminated by '|' stored as textfile location '/user/noc/private/tmp_yym_app'; insert overwrite table tmp_yym_app select tt.appname,count(distinct mdn),sum(tt.inputoctets),sum(tt.outputoctets) from (select t.* from NOC_3G_APP_USER_SUMMARY t join liming_test_mdn m on t.mdn=m.mdn and m.mdn<>'' and m.mdn is not null where t.dt=$appdate1 union all select t.* from NOC_4G_APP_USER_SUMMARY t join liming_test_mdn m on t.mdn=m.mdn and m.mdn<>'' and m.mdn is not null where t.dt=$appdate1) tt group by tt.appname
關(guān)于“hive中如何實(shí)現(xiàn)多表關(guān)聯(lián)”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。