I am using Hive. I have implemented some task in it and wanted to export a table from Hive into SQL Server using SQOOP.
When table gets exported from Hive I want to fire the trigger in SQL Server. Is it possible to fire the trigger?
Pls reply me as soon as possible.
Thanks.
I just tried this by creating the trigger and it works fine!!!
This has done my job so easy.
I have created the Trigger AFTER INSERT.