stored procedures - Data ingestion from MSSQL server to HDFS -
i want ingest data mssql hdfs periodically example every week. have access couple of stored procedures on sql server. best option doing so? here options thinking about:
- using java , spark sql , cron scheduling=> have not find way call stored procedure in spark sql yet.
- using sqoop , again cron scheduling
as said have access stored procedures , nothing else on sql server. need check if hdfs job finished correctly without failure @ end unless miss part of data.
Comments
Post a Comment