Hive报错ERROR tool.ImportTool: Import failed: java.io.IOException: Hive CliDriver exited with status=1

使用Sqoop将MySQL的数据导入到Hive中报错:

ERROR tool.ImportTool: Import failed: java.io.IOException: Hive CliDriver exited with status=1

其实,这块的解决办法是Sqoop的–hive-table写错表名了,指定到了一个已经存在的表,而且我还加了参数–create-hive-table

你可能感兴趣的