Login
Remember
Register
Ask a Question
What are the basic commands in Hadoop Sqoop and its uses?
0
votes
asked
Dec 22, 2022
in
Sqoop
by
SakshiSharma
What are the basic commands in Hadoop Sqoop and its uses?
hadoop-sqoop
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 22, 2022
by
SakshiSharma
The basic commands of HadoopSqoop are
Codegen, Create-hive-table, Eval, Export, Help, Import, Import-all-tables, List-databases, List-tables,Versions.
Useof HadoopSqoop basic commands
Codegen- It helps to generate code to interact with database records.
Create-hive-table- It helps to Import a table definition into a hive
Eval- It helps to evaluateSQL statement and display the results
Export-It helps to export an HDFS directory into a database table
Help- It helps to list the available commands
Import- It helps to import a table from a database to HDFS
Import-all-tables- It helps to import tables from a database to HDFS
List-databases- It helps to list available databases on a server
List-tables-It helps to list tables in a database
Version-It helps to display the version information
...