Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0, 4.0.0
Description
} catch (Exception e) { e.printStackTrace(); throw new SemanticException("Generate Map Join Task Error: " + e.getMessage()); }
Remove the call to printStackTrace and just throw the error. If the stack trace really is needed (doubtful), then pass it to the SemanticException constructor.