Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
try { OutputStream out = new FileOutputStream(propertiesFile); properties.store(out, "Generated YARN properties file"); out.close(); } catch (IOException e) {
The close of out should be in finally cluase.
Attachments
Issue Links
- links to