Skip to main content
TrustRadius
Apache Sqoop

Apache Sqoop

Overview

What is Apache Sqoop?

Apache Sqoop is a tool for use with Hadoop, used to transfer data between Apache Hadoop and other, structured data stores.

Read more
Recent Reviews
Read all reviews
Return to navigation

Pricing

View all pricing
N/A
Unavailable

What is Apache Sqoop?

Apache Sqoop is a tool for use with Hadoop, used to transfer data between Apache Hadoop and other, structured data stores.

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

Alternatives Pricing

What is Cloudera Manager?

Cloudera Manager is a management application for Apache Hadoop and the enterprise data hub, from Cloudera. Its automated wizards let users quickly deploy a cluster, no matter what the scale or the deployment environment, complete with intelligent, system-based default settings.

Return to navigation

Product Details

What is Apache Sqoop?

Apache Sqoop Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(4)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Users have made several recommendations for Apache Sqoop based on their experiences with the tool. Firstly, they suggest contacting customer support before purchasing Apache Sqoop to address any concerns and ensure it meets specific requirements. Secondly, users highly recommend Apache Sqoop for data transfer between relational databases and Hadoop. They find it easy to use and efficient, especially for importing SQL databases into Hadoop data lakes. Additionally, users appreciate its ability to handle bulk and delta data transfers from RDBMS to Hadoop environments. Lastly, users recommend Apache Sqoop for its integration capabilities with other tools in the Hadoop ecosystem. They find it useful for transforming data batches and consider it one of the best ETL (Extract, Transform, Load) tools they have used. Some users also suggest adding file import functionality to enhance its capabilities further. Overall, users suggest giving Apache Sqoop a try as it is considered a highly recommended tool for data transfer between relational databases and Hadoop.

Reviews

(1-1 of 1)
Companies can't remove reviews or game the system. Here's why
Jordan Moore | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
Sqoop is being used to offload relational databases into Hadoop HDFS, Hive, or HBase. From there, big data analysis processes can be run, then Sqoop is used to reload different tables in the source database for relational queries by external systems such as web applications.

Sqoop helps bridge the gap between traditional RDBMS systems and the Hadoop ecosystem.
  • Provides generalized JDBC extensions to migrate data between most database systems
  • Generates Java classes upon reading database records for use in other code utilizing Hadoop's client libraries
  • Allows for both import and export features
  • Sqoop2 development seems to have stalled. I have set it up outside of a Cloudera CDH installation, and I actually prefer it's "Sqoop Server" model better than just the CLI client version that is Sqoop1. This works especially well in a microservices environment, where there would be only one place to maintain the JDBC drivers to use for Sqoop.
Sqoop is great for sending data between a JDBC compliant database and a Hadoop environment. Sqoop is built for those who need a few simple CLI options to import a selection of database tables into Hadoop, do large dataset analysis that could not commonly be done with that database system due to resource constraints, then export the results back into that database (or another). Sqoop falls short when there needs to be some extra, customized processing between database extract, and Hadoop loading, in which case Apache Spark's JDBC utilities might be preferred.
  • When combined with Cloudera's HUE, it can enable non-technical users to easily import relational data into Hadoop.
  • Being able to manipulate large datasets in Hadoop, and them load them into a type of "materialized view" in an external database system has yielded great insights into the Hadoop datalake without continuously running large batch jobs.
  • Sqoop isn't very user-friendly for those uncomfortable with a CLI.
  • Sqoop comes preinstalled on the major Hadoop vendor distributions as the recommended product to import data from relational databases. The ability to extend it with additional JDBC drivers makes it very flexible for the environment it is installed within.
  • Spark also has a useful JDBC reader, and can manipulate data in more ways than Sqoop, and also upload to many other systems than just Hadoop.
  • Kafka Connect JDBC is more for streaming database updates using tools such as Oracle GoldenGate or Debezium.
  • Streamsets and Apache NiFi both provide a more "flow based programming" approach to graphically laying out connectors between various systems, including JDBC and Hadoop.
Return to navigation