标签:
列出 hive的 所有库
sqoop list-databases --connect jdbc:mysql://localhost --username hive --password hive
列出所有的表
sqoop list-tables --connect jdbc:mysql://localhost/hive_metadata --username hive --password hive
mysql导入到hdfs中
sqoop import --connect jdbc:mysql://localhost/hive_metadata --username hive -password hive --table f2b_leave_message --fields-terminated-by ‘:‘ -m 1
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/u011579204/article/details/47724581