5
0
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:
Jarek Jarcec Cecho 2013-02-08 20:06:29 -08:00
parent 3ea5145a96
commit cf4d235498

View File

@ -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);