Apache Sqoop
http://sqoop.apache.org/
● How to transfer bulk data between Apache Hadoop and structured datastores
such as relational databases.
Generated code
● Sqoop offers many dataformat Avro, Parquet files and Sequence files
● Also he can generate Java classes for ours tables
● Avro can't hold binary field (VARBINARY)
Import process
Sqoop to Hive
● Sqoop and Hive are a powerful combination for performing analysis
● Sqoop offers the possibility of importing and exporting data into Hive tables

Apache sqoop

  • 1.
  • 2.
    ● How totransfer bulk data between Apache Hadoop and structured datastores such as relational databases.
  • 3.
    Generated code ● Sqoopoffers many dataformat Avro, Parquet files and Sequence files ● Also he can generate Java classes for ours tables ● Avro can't hold binary field (VARBINARY)
  • 4.
  • 5.
    Sqoop to Hive ●Sqoop and Hive are a powerful combination for performing analysis ● Sqoop offers the possibility of importing and exporting data into Hive tables