ERROR tool.ImportTool: Import failed: java.io.IOException: Could not load jar /tmp/sqoop-root/
问题 when I run the following sqoop merge import to update an existing Hive table that I already have: sudo sqoop import \ --connect 'jdbc:sqlserver://1.1.1.1\test_server;database=Training' \ --username Training_user --password Training_user \ --table BigDataTest -m 1 \ --check-column lastmodified \ --merge-key id \ --incremental lastmodified \ --compression-codec=snappy \ --as-parquetfile \ --target-dir /user/hive/warehouse \ --hive-table bigDataTest \ --last-value '2019-05-06 15:07:49.917' I get