mirror of
https://github.com/apache/sqoop.git
synced 2025-05-08 07:41:21 +08:00
SQOOP-872: sqoop2 client 'show framework' command isn't resolving the show.prompt_framework_opts prop
(Will McQueen via Jarek Jarcec Cecho)
This commit is contained in:
parent
3ea5145a96
commit
cf4d235498
@ -66,7 +66,7 @@ private void showFramework() {
|
||||
MFramework framework = frameworkBean.getFramework();
|
||||
ResourceBundle bundle = frameworkBean.getResourceBundle();
|
||||
io.out.println(StringEscapeUtils.unescapeJava(
|
||||
MessageFormat.format(Constants.RES_SHOW_PROMPT_FRAMEWORK_OPTS,
|
||||
MessageFormat.format(getResource().getString(Constants.RES_SHOW_PROMPT_FRAMEWORK_OPTS),
|
||||
framework.getPersistenceId())));
|
||||
|
||||
displayFormMetadataDetails(io, framework, bundle);
|
||||
|
Loading…
Reference in New Issue
Block a user