sqoop hbase匯入並與hive結合

2021-09-01 14:03:58 字數 434 閱讀 4355

[b]sqoop語句[/b]

以tid為主鍵,info為列族

sqoop import --connect jdbc:mysql://ip/taobao_db --username hive --password 123456 --table mysql_table_name --hbase-table hbase_table_name --column-family info --split-by tid

[b]hbae建立表語句[/b]

create 'trade','info'

[b]hive建立表語句[/b]

[b]遺留問題[/b]

sqoop匯入資料至hbase時,split-by欄位只能是乙個,處理不了多欄位聯合主鍵的情況。

sqoop hbase匯入並與hive結合

sqoop語句 以tid為主鍵,info為列族 sqoop import connect jdbc mysql ip taobao db username hive password 123456 table mysql table name hbase table hbase table name...

sqoop hbase匯入並與hive結合

b sqoop語句 b 以tid為主鍵,info為列族 sqoop import connect jdbc mysql ip taobao db username hive password 123456 table mysql table name hbase table hbase table ...

H2資料庫的匯入 匯出 CSV

1.匯入資料 注意 建議使用csv備份資料,而不要生成sql檔案,匯出到sql檔案會回車符會變成 r n和其它特殊字元,後續處理麻煩。匯入scv格式資料 insert into test select from csvread h posts attribute.csv 注意 h2預設第一行資料是標...