6 Reviews and Ratings
4 Reviews and Ratings
No answers on this topic
if you're doing joins from hBASE, hdfs, cassandra and redis, then this works. Using it as a be all end all does not suit it. This is not your straight forward magic software that works for all scenarios. One needs to determine the use case to see if Apache Drill fits the needs. 3/4 of the time, usually it does.Incentivized
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 Incentivized
queries multiple data sources with ease.supports sql, so non technical users who know sql, can run query sets3rd party tools, like tableau, zoom data and looker were able to connect with no issuesIncentivized
Provides generalized JDBC extensions to migrate data between most database systemsGenerates Java classes upon reading database records for use in other code utilizing Hadoop's client librariesAllows for both import and export featuresIncentivized
deployment. Not as easyconfiguration isn't as straight forward, especially with the documentationGarbage collection could be improved uponIncentivized
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.Incentivized
if Presto comes up with more support (ie hbase, s3), then its strongly possible that we'll move from apache drill to prestoDB. However, Apache drill needs more configuration ease, especially when it comes to garbage collection tuning. If apache drill could support also sparkSQL and Flume, then it does change drill into being something more valuable than prestoDBIncentivized
compared to presto, has more support than prestodb. Impala has limitations to what drill can support apache phoenix only supports for hbase. no support for cassandra. Apache drill was chosen, because of the multiple data stores that it supports htat the other 3 do not support. Presto does not support hbase as of yet. Impala does not support query to cassandraIncentivized
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.Incentivized
Configuration has taken some serious time out.Garbage collection tuning. is a constant hassle. time and effort applied to it, vs dedicating resources elsewhere.w/ sql support, reduces the need of devs to generate the resultset for analysts, when they can run queries themselves (if they know sql).Incentivized
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.Incentivized