FileUtils.writeStringToFile(File, String) relies on default charset and should be replaced with FileUtils.writeStringToFile(File, String, Charset).
- is broken by
-
HADOOP-15261 Upgrade commons-io from 2.4 to 2.5
-
- Resolved
-