赞
踩
太久没碰datax了,没想到真的忘记了
打开hdfs
start-all.sh
打开hive
hive --service metastore &
hive --service hiveservr2 &
hive
注意:一定要先开启meta,再开启hive!
mysql可以确定一下表
mysql -uroot -p'密码'
create table if not exists test(
id int,
name string
)
row format delimited
fields terminated by "\u001"
stored as orc;
datax的使用
cd /usr/local/data/job
vim test01.json
案例
{
"job":{
"setting":{
"speed":
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。