mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 13:17:50 +08:00
determine if the file exists in hdfs when read file
This commit is contained in:
parent
893af254f7
commit
996dace03d
@ -525,7 +525,7 @@ public class ResourcesService extends BaseService {
|
||||
result.setData(map);
|
||||
}else{
|
||||
logger.error("read file {} not exist in hdfs", hdfsFileName);
|
||||
putMsg(result, Status.RESOURCE_FILE_NOT_EXIST);
|
||||
putMsg(result, Status.RESOURCE_FILE_NOT_EXIST,hdfsFileName);
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user