Hadoop Hive tez查询失败,出现java.io.IOException

Hadoop Hive tez查询失败,出现java.io.IOException,hadoop,hive,apache-tez,Hadoop,Hive,Apache Tez,执行长时间运行的Hive Tez查询时,很少出现以下情况: java.io.IOException: File hdfs://XXX with newer attempt ID 1 is smaller than the file hdfs://YYY with older attempt ID 0 在我们的20节点HDP3.1.5集群(Hive 3.1.0和Tez 0.9.1)中,它在大约200次执行中失败一次 它似乎没有解决办法。它是在Hive 4.0.0中解决的

执行长时间运行的Hive Tez查询时,很少出现以下情况:

java.io.IOException: File hdfs://XXX with newer attempt ID 1 is smaller than the file hdfs://YYY with older attempt ID 0
在我们的20节点HDP3.1.5集群(Hive 3.1.0和Tez 0.9.1)中,它在大约200次执行中失败一次

它似乎没有解决办法。它是在Hive 4.0.0中解决的