Execution error for hive query

Hi,

I am getting the below error while I try to insert data into my external table from a managed table.

Starting Job = job_1534772926501_1509, Tracking URL = http://ip-172-31-35-141.ec2.internal:8088/proxy/application_1534772926501_1509/
Kill Command = /usr/hdp/2.6.5.0-292/hadoop/bin/hadoop job -kill job_1534772926501_1509
Hadoop job information for Stage-1: number of mappers: 1; number of reducers: 0
2018-08-29 09:39:55,763 Stage-1 map = 0%, reduce = 0%
2018-08-29 09:40:16,590 Stage-1 map = 100%, reduce = 0%
java.io.IOException: Could not find status of job:job_1534772926501_1509
at org.apache.hadoop.hive.ql.exec.mr.HadoopJobExecHelper.progress(HadoopJobExecHelper.java:298)
at org.apache.hadoop.hive.ql.exec.mr.HadoopJobExecHelper.progress(HadoopJobExecHelper.java:552)

Please help!!!