hadoop - how to do deployment of Hive script in mutliple environments -
please me in answering below questions.
what deployment strategy hive related scripts. sql have dacpac, there such components ?
is there api status of job submitted through odbc.
have looked @ azure data factory: http://azure.microsoft.com/en-us/services/data-factory/
regarding questions on apis check job status, here few powershell apis. these you?
- “start-azurehdinsightjob” (https://msdn.microsoft.com/en-us/library/dn593743.aspx) starts job , returns job object can used track/kill job.
- “wait-azurehdinsightjob” (https://msdn.microsoft.com/en-us/library/dn593748.aspx) uses job object check status of job. wait until job completes or wait time exceeded.
- “stop-azurehdinsightjob” (https://msdn.microsoft.com/en-us/library/dn593754.aspx) stops job.
Comments
Post a Comment