未验证 提交 be0964c6 编写于 作者: L lgcareer 提交者: GitHub

Merge pull request #477 from lgcareer/branch-1.0.2

determine if the file exists in hdfs when read file
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册