A problem with hive query

there is a partition table containing json files

when querying, an error is always reported

Failed with exception java.io.IOException:org.apache.hadoop.hdfs.BlockMissingException: Could not obtain block: BP-32616997-172.16.0.195-1533624415828:blk_1073741828_1004 file=/user/hive/warehouse/pokes/20180814/test.json```
Oct.29,2021

there is a problem with the HDFS file. It may not be uploaded completely. Use the hdfs debug recoverLease-retries 3-path / user/hive/warehouse/pokes/20180814/test.json command to try to repair

.
Menu