Commit 051f8e4d 051f8e4de5bf0a335596a4ad8d31086f1dc9e0f4 by zhanghao

commit

1 parent fc911e7d
......@@ -23,4 +23,6 @@ sqoop export --connect "jdbc:mysql://127.0.0.1:3306/bigdata" --username root --p
sleep 3
sqoop export --connect "jdbc:mysql://127.0.0.1:3306/bigdata" --username root --password zidonghua --table biz_data_response --export-dir /user/hive/warehouse/testdb.db/biz_data_response --input-fields-terminated-by '\t'
sleep 3
mysql -uroot -pzidonghua -e "truncate bigdata.tc_response;"
sleep 3
sqoop export --connect "jdbc:mysql://127.0.0.1:3306/bigdata" --username root --password zidonghua --table tc_response --export-dir /user/hive/warehouse/testdb.db/tc_response --input-fields-terminated-by '\t'
......