mirror of
https://github.com/apache/sqoop.git
synced 2025-05-19 02:10:54 +08:00
SQOOP-759: Loading client resource file is failing on ResourceBundle not
found exception (Jarek Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
47f59f9ac9
commit
115db84e30
@ -113,8 +113,7 @@ public static void main (String[] args) throws Exception
|
|||||||
shell.getIo().out.println(MessageFormat.format(clientResource.getString
|
shell.getIo().out.println(MessageFormat.format(clientResource.getString
|
||||||
(Constants.RES_SQOOP_PROMPT_SHELL_LOADRC), RC_FILE));
|
(Constants.RES_SQOOP_PROMPT_SHELL_LOADRC), RC_FILE));
|
||||||
interpretFileContent(rcFile, shell);
|
interpretFileContent(rcFile, shell);
|
||||||
shell.getIo().out.println(clientResource.getString(clientResource.getString
|
shell.getIo().out.println(clientResource.getString(Constants.RES_SQOOP_PROMPT_SHELL_LOADEDRC));
|
||||||
(Constants.RES_SQOOP_PROMPT_SHELL_LOADEDRC)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.length == 0) {
|
if (args.length == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user