9293949596979899100101102
} protected void catFile(String path) { @SuppressWarnings("resource") FsShell shell = new FsShell(configuration); Collection<String> text = shell.text(path); if (text.size() == 1) { log.info(text.iterator().next()); } }