Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.7.0, Impala 2.6.3
Description
The code path here:
https://github.com/cloudera/Impala/blob/cdh5-trunk/fe/src/main/java/com/cloudera/impala/catalog/CatalogServiceCatalog.java#L437-L442
does not log the reason for failure to copy. Looks like
https://github.com/cloudera/Impala/blob/cdh5-trunk/fe/src/main/java/com/cloudera/impala/common/FileSystemUtil.java#L374-L382
swallows the exception. This makes it harder to find root cause.