|
|
@@ -577,7 +577,9 @@ class WebHdfs(Hdfs):
|
|
|
except WebHdfsException, ex:
|
|
|
if ex.code == 500:
|
|
|
LOG.warn('Failed to check access to path %s, CHECKACCESS operation may not be supported.' % path)
|
|
|
- return None
|
|
|
+ return None
|
|
|
+ else:
|
|
|
+ raise ex
|
|
|
|
|
|
|
|
|
def copyfile(self, src, dst, skip_header=False):
|