Created 11-23-2016 01:54 PM
I want to ingest some data from MSSQL into HDFS periodically for example every week. I only have access to a couple of stored procedures on the Sql server. Is there possibility of calling stored-procedure in Sqoop?
Created 11-23-2016 03:54 PM
Unfortunately when importing, Sqoop cannot access stored procedures on the source system -- you will have to implement the processing logic on the hadoop side. To do this, you have three main choices:
Notes
If this is what you are looking for, let me know by accepting the answer; else, please follow up with any remaining gaps.
Created 11-23-2016 03:54 PM
Unfortunately when importing, Sqoop cannot access stored procedures on the source system -- you will have to implement the processing logic on the hadoop side. To do this, you have three main choices:
Notes
If this is what you are looking for, let me know by accepting the answer; else, please follow up with any remaining gaps.
Created 11-24-2016 12:17 AM
+1 on suggestion #1