diff --git a/client/src/main/java/org/apache/sqoop/client/shell/ShowCommand.java b/client/src/main/java/org/apache/sqoop/client/shell/ShowCommand.java index 2a7f3d3f..a1e34adc 100644 --- a/client/src/main/java/org/apache/sqoop/client/shell/ShowCommand.java +++ b/client/src/main/java/org/apache/sqoop/client/shell/ShowCommand.java @@ -27,11 +27,10 @@ public class ShowCommand extends SqoopCommand { private ShowServerFunction serverFunction; private ShowVersionFunction versionFunction; - private ShowConnectorFunction connectorFunction; protected ShowCommand(Shell shell) { super(shell, "show", "\\sh", - new String[] {"server", "version", "connector", "connection", "job"}, + new String[] {"server", "version", "connector"}, "Show", "info"); } @@ -71,4 +70,4 @@ public Object execute(List args) { throw new SqoopException(ClientError.CLIENT_0002, msg); } } -} \ No newline at end of file +}