mirror of
https://github.com/apache/sqoop.git
synced 2025-05-17 09:20:43 +08:00
SQOOP-365 Update show command to reflect actual implementation
git-svn-id: https://svn.apache.org/repos/asf/sqoop/branches/sqoop2@1344437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1de77f9163
commit
a8c6010554
@ -27,11 +27,10 @@ public class ShowCommand extends SqoopCommand
|
|||||||
{
|
{
|
||||||
private ShowServerFunction serverFunction;
|
private ShowServerFunction serverFunction;
|
||||||
private ShowVersionFunction versionFunction;
|
private ShowVersionFunction versionFunction;
|
||||||
private ShowConnectorFunction connectorFunction;
|
|
||||||
|
|
||||||
protected ShowCommand(Shell shell) {
|
protected ShowCommand(Shell shell) {
|
||||||
super(shell, "show", "\\sh",
|
super(shell, "show", "\\sh",
|
||||||
new String[] {"server", "version", "connector", "connection", "job"},
|
new String[] {"server", "version", "connector"},
|
||||||
"Show", "info");
|
"Show", "info");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user