azure.com

The HDInsight Job Client.

🔑 oauth2 10 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Gets the list of jobs from the specified HDInsight cluster.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /templeton/v1/jobs
Gets job details from the specified HDInsight cluster.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /templeton/v1/jobs/{jobId}
Gets numrecords Of Jobs after jobid from the specified HDInsight cluster.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /templeton/v1/jobs?op=LISTAFTERID
Endpoints (10 total)
GET
/templeton/v1/jobs
Gets the list of jobs from the specified HDInsight cluster.
GET
/templeton/v1/jobs/{jobId}
Gets job details from the specified HDInsight cluster.
GET
/templeton/v1/jobs?op=LISTAFTERID
Gets numrecords Of Jobs after jobid from the specified HDInsight cluster.
GET
/ws/v1/cluster/apps/{appId}/state
Gets application state from the specified HDInsight cluster.
POST
/templeton/v1/pig
Submits a Pig job to an HDInsight cluster.
POST
/templeton/v1/hive
Submits a Hive job to an HDInsight cluster.
POST
/templeton/v1/sqoop
Submits a Sqoop job to an HDInsight cluster.
POST
/templeton/v1/mapreduce/jar
Submits a MapReduce job to an HDInsight cluster.
POST
/templeton/v1/mapreduce/streaming
Submits a MapReduce streaming job to an HDInsight cluster.
DELETE
/templeton/v1/jobs/{jobId}
Initiates cancel on given running job in the specified HDInsight.
At a glance
Total SDKs9
Languages8
Endpoints10
Authoauth2
Categories1