Reputation: 145
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
Reputation: 31
Microsoft has released HDInsight .NET SDK. See http://www.windowsazure.com/en-us/manage/services/hdinsight/submit-hadoop-jobs-programmatically/
Upvotes: 2