----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11645/ -----------------------------------------------------------
Review request for Sqoop, Jarek Cecho, Hari Shreedharan, and Abraham Elmahrek. Description ------- commit b15c944cc52937d5c51c7f921ab685db7fb59a2b Author: Mengwei Ding <[email protected]> Date: Tue Jun 4 15:10:03 2013 -0700 SQOOP-973 add --url option for 'set server', which enables specifying host, port and webapp in a more consistant way with other applications. For example, 'set server --url http://localhost:12000/sqoop' :100644 100644 c2462b1... 9f9289e... M client/src/main/java/org/apache/sqoop/client/shell/ShellEnvironment.java commit 2c80afcc085df13ece19be3403d5faee344938f6 Author: Mengwei Ding <[email protected]> Date: Wed May 29 18:04:53 2013 -0700 SQOOP-973 add --url option for 'set server', which enables specifying host, port and webapp in a more consistant way with other applications. For example, 'set server --url http://localhost:12000/sqoop' :100644 100644 979b892... 68d9740... M client/src/main/java/org/apache/sqoop/client/core/Constants.java :100644 100644 1c85592... c2581c3... M client/src/main/java/org/apache/sqoop/client/shell/SetServerFunction.java :100644 100644 5dbcef5... c2462b1... M client/src/main/java/org/apache/sqoop/client/shell/ShellEnvironment.java :100644 100644 e328f9a... 2e91630... M client/src/main/resources/client-resource.properties This addresses bug SQOOP-973. https://issues.apache.org/jira/browse/SQOOP-973 Diffs ----- client/src/main/java/org/apache/sqoop/client/core/Constants.java 979b892 client/src/main/java/org/apache/sqoop/client/shell/SetServerFunction.java 1c85592 client/src/main/java/org/apache/sqoop/client/shell/ShellEnvironment.java 5dbcef5 client/src/main/resources/client-resource.properties e328f9a Diff: https://reviews.apache.org/r/11645/diff/ Testing ------- Thanks, Mengwei Ding
