You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using hdfscli with fastparquet to remotely read a parquet file over HDFS.
When it turns to be an exception, hdfscli rises a HdfsError generic exception.
I suggest it should add more specific classes like HdfsFileDoesNotExist inheriting from IOError, or the like. This way it will be easier to filter exceptions and integrating it with libraries that expect a file-like interface.
The text was updated successfully, but these errors were encountered:
I am using
hdfscli
withfastparquet
to remotely read a parquet file over HDFS.When it turns to be an exception,
hdfscli
rises aHdfsError
generic exception.I suggest it should add more specific classes like HdfsFileDoesNotExist inheriting from IOError, or the like. This way it will be easier to filter exceptions and integrating it with libraries that expect a file-like interface.
The text was updated successfully, but these errors were encountered: