Keith
Keith

Reputation: 145

Can you submit a job to HDInsight without going through WebHCat (Templeton)?

I am working with an existing tool that submits MapReduce jobs and would prefer to not have to change it to submit jobs via the REST API (WebHCat / Templeton) - is anyone aware of a way to do this? Maybe a way to expose the MapReduce service to the server I'd like to submit the jobs from?

Upvotes: 1

Views: 400

Answers (1)

Jonathan Gao
Jonathan Gao

Reputation: 31

Microsoft has released HDInsight .NET SDK. See http://www.windowsazure.com/en-us/manage/services/hdinsight/submit-hadoop-jobs-programmatically/

Upvotes: 2

Related Questions