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

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

利用oozie,執(zhí)行sqoopaction將DB2中的數(shù)據(jù)導(dǎo)入到hive分區(qū)表中

測(cè)試:利用oozie,執(zhí)行sqoop action將DB2中的數(shù)據(jù)導(dǎo)入到hive分區(qū)表中。

10年積累的成都網(wǎng)站建設(shè)、成都網(wǎng)站制作經(jīng)驗(yàn),可以快速應(yīng)對(duì)客戶對(duì)網(wǎng)站的新想法和需求。提供各種問(wèn)題對(duì)應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識(shí)你,你也不認(rèn)識(shí)我。但先網(wǎng)站設(shè)計(jì)后付款的網(wǎng)站建設(shè)流程,更有泰順免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。

 

需要注意的地方:

1,要添加hive.metastore.uris這個(gè)參數(shù)。否則無(wú)法將數(shù)據(jù)加載到hive表中。并且,如果一個(gè)xml文本中有多個(gè)這種操作的話,每個(gè)action中都需要配置這個(gè)參數(shù)。

2,要注意XML中的轉(zhuǎn)義字符問(wèn)題。這里我的sql中,就有一個(gè)小于號(hào)需要重寫(xiě),否則執(zhí)行后會(huì)說(shuō)sql語(yǔ)句不對(duì)。

3,因?yàn)槭欠謪^(qū)表,按照每日分區(qū),所以要從系統(tǒng)獲取系統(tǒng)時(shí)間。這里沒(méi)找到其他的可執(zhí)行的方法,就比較麻煩的寫(xiě)成了這個(gè)樣子:${replaceAll(timestamp(),"T.{0,}","")}

4,還要注意xmlns的版本問(wèn)題。這個(gè)時(shí)候,多試幾個(gè)就好了。


workflow.xml

   

   

       

       

       

        hive.metastore.uris

        thrift://192.168.20.39:9083

       

       

            import

            --connect

            jdbc:db2://192.168.20.236:50001/sample

            --username

            db2inst1

            --password

            zheshimima

            --query

            select projno,projname,prstdate from project where prstdate < date(current date)-1 day and $CONDITIONS

            --fields-terminated-by

            "\t"

            --hive-import

            --target-dir

            /qpf/target-dir/

            --hive-table

            ceshiku.tb_db2test

            --null-string

            "\\N"

            --null-non-string

            "\\N"

            --hive-partition-key

            shijian

            --hive-partition-value

            "${replaceAll(timestamp(),"T.{0,}","")}"

            -m

            1    

       

       

       

   

   

        Action failed,step01 error message[${wf:errorMessage(wf:lastErrorNode())}]

     

   


網(wǎng)頁(yè)名稱:利用oozie,執(zhí)行sqoopaction將DB2中的數(shù)據(jù)導(dǎo)入到hive分區(qū)表中
瀏覽地址:http://weahome.cn/article/gepcog.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部