|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqoopTool | |
---|---|
com.cloudera.sqoop | |
com.cloudera.sqoop.tool |
Uses of SqoopTool in com.cloudera.sqoop |
---|
Methods in com.cloudera.sqoop that return SqoopTool | |
---|---|
SqoopTool |
Sqoop.getTool()
|
Constructors in com.cloudera.sqoop with parameters of type SqoopTool | |
---|---|
Sqoop(SqoopTool tool)
Creates a new instance of Sqoop set to run the supplied SqoopTool with the default configuration. |
|
Sqoop(SqoopTool tool,
org.apache.hadoop.conf.Configuration conf)
Creates a new instance of Sqoop set to run the supplied SqoopTool with the provided configuration. |
|
Sqoop(SqoopTool tool,
org.apache.hadoop.conf.Configuration conf,
SqoopOptions opts)
Creates a new instance of Sqoop set to run the supplied SqoopTool with the provided configuration and SqoopOptions. |
Uses of SqoopTool in com.cloudera.sqoop.tool |
---|
Subclasses of SqoopTool in com.cloudera.sqoop.tool | |
---|---|
class |
BaseSqoopTool
Layer on top of SqoopTool that provides some basic common code that most SqoopTool implementations will use. |
class |
CodeGenTool
Tool that generates code from a database schema. |
class |
CreateHiveTableTool
Tool that creates a Hive table definition. |
class |
EvalSqlTool
Tool that evaluates a SQL statement and displays the results. |
class |
ExportTool
Tool that performs HDFS exports to databases. |
class |
HelpTool
Tool that explains the usage of Sqoop. |
class |
ImportAllTablesTool
Tool that performs database imports of all tables in a database to HDFS. |
class |
ImportTool
Tool that performs database imports to HDFS. |
class |
ListDatabasesTool
Tool that lists available databases on a server. |
class |
ListTablesTool
Tool that lists available tables in a database. |
class |
VersionTool
Tool that prints Sqoop's version. |
Methods in com.cloudera.sqoop.tool that return SqoopTool | |
---|---|
static SqoopTool |
SqoopTool.getTool(java.lang.String toolName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |