919293949596979899100101
fos.close(); } private void refreshPolicy(Configuration conf) throws IOException { DFSAdmin dfsAdmin = new DFSAdmin(conf); dfsAdmin.refreshServiceAcl(); } public void testRefresh() throws Exception { MiniDFSCluster dfs = null; try {
9596979899100101102103104105
122123124125126127128129130131132