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?

  1. “start-azurehdinsightjob” (https://msdn.microsoft.com/en-us/library/dn593743.aspx) starts job , returns job object can used track/kill job.
  2. “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.
  3. “stop-azurehdinsightjob” (https://msdn.microsoft.com/en-us/library/dn593754.aspx) stops job.

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -