5960616263646566676869
Assert.fail("Error during the packaged program execution: " + t.getMessage()); } finally { if (testMiniCluster != null) { try { testMiniCluster.stop(); } catch (Throwable t) {} } } } }
8788899091929394959697
if (outFile != null) { outFile.delete(); } try { cluster.stop(); } catch (Exception e) { e.printStackTrace(); Assert.fail(e.getMessage()); } }
6869707172737475767778
} } catch (Exception e) { throw e; } finally { try { exec.stop(); } catch (Throwable t) { } } }