BilwaST commented on pull request #2239:
URL: https://github.com/apache/hadoop/pull/2239#issuecomment-688807826
Hi @brucesw
RMAdminCLI#run method already is printing error msg like below . You can add success message
in run method itself which will be common for all commands. What do you think?
`
catch (Exception e) {
exitCode = -1;
System.err.println(cmd.substring(1) + ": "
+ e.getLocalizedMessage());
}
`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|