Sqoop2 "CLIENT_0001:Server has returned exception" 问题

在sqoop2 命令行里经常出现以下错误:


sqoop:000> show job -jid 2

Exception has occurred during processing command 

Exception: org.apache.sqoop.common.SqoopException Message: CLIENT_0001:Server has returned exception


如果需要查看job的详情,只需要在client端调用 : 

set option --name verbose --value true
show job --jid 100
即可.

你可能感兴趣的:(Sqoop2 "CLIENT_0001:Server has returned exception" 问题)