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:

  1. using java , spark sql , cron scheduling=> have not find way call stored procedure in spark sql yet.
  2. 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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -