使用Sqoop将MySQL的数据导入到Hive中报错:
ERROR tool.ImportTool: Import failed: java.io.IOException: Hive CliDriver exited with status=1
参考解决方案: https://blog.csdn.net/Single_for_life/article/details/124607582
其实,这块的解决办法是Sqoop的–hive-table写错表名了,指定到了一个已经存在的表,而且我还加了参数–create-hive-table