|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.sqoop.tool.SqoopTool
com.cloudera.sqoop.tool.BaseSqoopTool
com.cloudera.sqoop.tool.ImportTool
com.cloudera.sqoop.tool.ImportAllTablesTool
public class ImportAllTablesTool
Tool that performs database imports of all tables in a database to HDFS.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
LOG
|
Fields inherited from class com.cloudera.sqoop.tool.SqoopTool |
---|
extraArguments |
Constructor Summary | |
---|---|
ImportAllTablesTool()
|
Method Summary | |
---|---|
int |
run(SqoopOptions options)
Main body of code to run the tool. |
Methods inherited from class com.cloudera.sqoop.tool.ImportTool |
---|
applyOptions, configureOptions, getGeneratedJarFiles, getImportOptions, importTable, init, printHelp, validateImportOptions, validateOptions |
Methods inherited from class com.cloudera.sqoop.tool.SqoopTool |
---|
appendArgs, getTool, getToolDescription, getToolName, getToolNames, parseArguments, setToolName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
public ImportAllTablesTool()
Method Detail |
---|
public int run(SqoopOptions options)
SqoopTool
run
in class ImportTool
options
- the SqoopOptions configured via
configureOptions()/applyOptions().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |