我使用sqoop将一些数据从mysql导入到hive,当它完成时,我发现某些列在某些行中是不正确的。 这是我的代码:
A = [1, 3, 4, 6, 7, 6, 8, 7, 2, 6, 8, 7, 0]
这是mysql中的正确数据:
但在蜂巢中它是:
以下是配置单元中的一些行:
答案 0 :(得分:0)
您的代码应采用此格式
Sqoop import - - connect jdbc:mysql:// localhost / tablename - - driver com.mysql.jdbc.Driver - - table tablename - - hive-import