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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -