RookieRascal commented on issue #34066:
URL: https://github.com/apache/doris/issues/34066#issuecomment-2075285382

   Check HDFS Status: Ensure that the HDFS is operational and that there are no 
issues with reading from or writing to the HDFS.
   Verify File Existence: Check if the file 
part-00113-ffb5e688-5907-4f97-98e7-e57f2ea823bf-c000 exists in the specified 
directory 
jfs://hdfs/user/hive/warehouse/app.db/app_hotel_supplier_shopping_records_hotel_d/day_num=2024-04-22/.
   File Permissions: Ensure that the user running the query has the necessary 
permissions to read the file.
   Network Connection: Verify that there are no network issues between the 
client and the HDFS cluster. The error message mentions a potential Thrift RPC 
error, which could indicate a communication issue.
   Check for Data Corruption: There might be corruption in the file itself. You 
can attempt to read the file using other tools or inspect it directly in HDFS 
to see if it's intact.
   Consult Logs: Check the logs on the HDFS cluster, as well as any relevant 
logs on the MySQL server, for more detailed error messages or stack traces that 
might provide additional clues about the root cause of the issue.
   If these steps don't resolve the problem, you may need to involve your 
Hadoop administrator or database administrator for further investigation and 
assistance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to