mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
Merge pull request #423 from lgcareer/branch-1.0.2
if hdfs path is not exists return result
This commit is contained in:
commit
35c0020be5
@ -643,6 +643,7 @@ public class ResourcesService extends BaseService {
|
||||
logger.error("{} is not exist", resourcePath);
|
||||
result.setCode(Status.HDFS_OPERATION_ERROR.getCode());
|
||||
result.setMsg(String.format("%s is not exist", resourcePath));
|
||||
return result;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.error(e.getMessage(), e);
|
||||
|
Loading…
Reference in New Issue
Block a user