FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLT

在实现从hdfs上下载数据到hive上出现以下问题:

报错信息:
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. AlreadyExistsException(message:Table user_log already exists)

img

你创建的那张表已经存在了呀