Searched refs:hdfValue (Results 1 – 1 of 1) sorted by relevance
1021 String hdfValue = data.getValue("sac") == null ? "" : data.getValue("sac"); in writeDirectory() local1022 boolean allowExcepted = hdfValue.equals("true") ? true : false; in writeDirectory()