How we run Spark and Sqoop in production
thumbtack.com
How we run Spark and Sqoop in production
1–10 of 19 posts
Re: How we run Spark and Sqoop in production
#2Re: How we run Spark and Sqoop in production
#3Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.
Re: How we run Spark and Sqoop in production
#4Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.
We've been trying out goldengate to get streaming replication, but it has proven rather unreliable. Stops replicating if you sneeze in its general vicinity. I wonder whether the alternatives like shareplex and tungsten are more reliable.
Re: How we run Spark and Sqoop in production
#5Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.
Re: How we run Spark and Sqoop in production
#6Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.
You can define dependencies between jobs based on output file which allows you to re-run only part of your pipeline
Re: How we run Spark and Sqoop in production
#7Re: How we run Spark and Sqoop in production
#8Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.
Using Sqoop from something like Luigi as the ETL manager is a pretty great workflow - https://github.com/spotify/luigi You can define dependencies between jobs based on output file which allows you to re-run only part of your pipeline
Airflow is very similar to Luigi; we've been using in in production to schedule all of our workflows for ~4 months now and it's worked out really well for us.
Re: How we run Spark and Sqoop in production
#9Re: How we run Spark and Sqoop in production
#10Any good alternatives for Sqoop? I feel that an ETL tool just for HDFS is too limiting and leads to further fragmentation on the data pipeline.