Updated Branches: refs/heads/sqoop2 2fdd0a067 -> bc17e8e66
SQOOP-745: Change "submit" client command to "submission" (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/bc17e8e6 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/bc17e8e6 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/bc17e8e6 Branch: refs/heads/sqoop2 Commit: bc17e8e66eea2de15ff523f9015c115169eaa9bb Parents: 2fdd0a0 Author: Cheolsoo Park <[email protected]> Authored: Wed Dec 12 13:44:17 2012 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Wed Dec 12 13:44:17 2012 -0800 ---------------------------------------------------------------------- .../org/apache/sqoop/client/core/Constants.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/bc17e8e6/client/src/main/java/org/apache/sqoop/client/core/Constants.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/sqoop/client/core/Constants.java b/client/src/main/java/org/apache/sqoop/client/core/Constants.java index 5e14769..8ede029 100644 --- a/client/src/main/java/org/apache/sqoop/client/core/Constants.java +++ b/client/src/main/java/org/apache/sqoop/client/core/Constants.java @@ -26,6 +26,7 @@ public class Constants { public static final String RESOURCE_NAME = "client-resource"; public static final String BOLD_STR_SEQUENCE = "@|bold"; public static final String END_STR_SEQUENCE = "|@"; + // Options public static final String OPT_XID = "xid"; @@ -77,7 +78,7 @@ public class Constants { public static final String CMD_SHOW = "show"; public static final String CMD_SHOW_SC = "\\sh"; - public static final String CMD_SUBMISSION = "submit"; + public static final String CMD_SUBMISSION = "submission"; public static final String CMD_SUBMISSION_SC = "\\sub"; public static final String CMD_UPDATE = "update";
