Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.7.0
-
Reviewed
Description
In tests MiniYARNCluster is used with the following pattern:
In try-catch block create a MiniYARNCluster instance and in finally block close it.
Try-with-resources is preferred since Java7 instead of the pattern above.