264265266267268269270271272273274
if (!(first instanceof DFSLocationsRoot)) return; DFSLocationsRoot root = (DFSLocationsRoot) first; root.disconnect(); root.refresh(); } /** * Implements the Download action from HDFS to the current machine *