# 安裝依賴 [root@hadoop ~]# yum -y install gcc zlib zlib-devel pcre-devel op...
一、導入hive的相關(guān)參數(shù) 二、導入數(shù)據(jù)常用命令 sqoop import \ --connect 'jdbc:mysql://192.168....
一、創(chuàng)建測試表 create table sqoop_test_from_hdfs( name varchar(20) comment '姓名'...
一、準備測試表和測試數(shù)據(jù) create table sqoop_test( id int primary key auto_increment ...
# 查看命令幫助 [hadoop@hadoop ~]$ sqoop help 20/06/06 18:07:14 INFO sqoop.Sqoo...
# 解壓并創(chuàng)建軟連接 [hadoop@hadoop software]$ tar -xvf sqoop-1.4.6-cdh5.16.2.tar....
一、常用字符串函數(shù) 官方文檔:https://cwiki.apache.org/confluence/display/Hive/Language...
零、生產(chǎn)常用組合方式 (0.1)離線數(shù)倉獲取昨天的日期作為分區(qū),格式y(tǒng)yyyMMdd regexp_replace(date_sub(from_...
# 添加postgres用戶 [root@hadoop ~]# useradd postgres [root@hadoop ~]# id pos...