bug fix
This commit is contained in:
parent
4a68d9b961
commit
48608324c9
|
@ -18,6 +18,7 @@ public class CatHdfsHelper {
|
|||
private void setHdfsService(CatHdfsService hdfsService) {
|
||||
this.hdfsService = hdfsService;
|
||||
}
|
||||
|
||||
public HdfsFileModel getFile(String path) {
|
||||
HdfsFileModel model = new HdfsFileModel();
|
||||
String ret = this.getHdfsService().readFile(path);
|
||||
|
|
Loading…
Reference in New Issue