Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Explored while integrating with Hive.
GetFileStatus by FS Javadoc, either returns the FileStatus or FNF if the path doesn't exist, or IOE in other cases.
Hive checks whether the WH path exists and is a directory by calling getFileStatus(), on FNF it goes and creates the directory.
But due to Ozone returning NULL, It leads to an NPE, and there is no way to find out the reason for NULL, but to debug.
Attachments
Attachments
Issue Links
- causes
-
IMPALA-11767 Hudi tests fail on Ozone with INVALID_VOLUME_NAME org.apache.hadoop.ozone.om.exceptions.OMException: Bucket or Volume name cannot start with a period or dash
- Resolved
- is related to
-
HIVE-26360 Add support for Ozone FileSystem
- Resolved
- links to