skillfed

azure-mgmt-hdinsight

Microsoft Azure Hdinsight Management Client Library for Python

azure-mgmt-hdinsight v9.0.1 5.5M downloads/30d#2,081 on PyPI5,588
License unclear Active released

What it is and what it does

This is the official Microsoft Azure SDK client library for managing HDInsight clusters and related resources. It provides Python developers with a programmatic interface to the Azure HDInsight Management API, enabling creation, configuration, monitoring, and deletion of HDInsight clusters running on Azure. The library handles authentication via Azure Active Directory and manages the underlying REST API calls to Azure Resource Manager.

The package is built on top of azure-mgmt-core and depends on isodate and typing-extensions for date handling and type hints. It is actively maintained as part of the broader Azure SDK for Python and supports modern Python versions (3.9+). Typical use involves instantiating an HDInsightManagementClient with Azure credentials and then calling operations to manage cluster lifecycle, gateway settings, extensions, applications, and monitoring configurations.

Use it for:

  • Automate HDInsight cluster provisioning and teardown in CI/CD pipelines or infrastructure-as-code workflows.
  • Programmatically configure cluster settings, storage accounts, and network properties without using the Azure Portal.
  • Monitor and manage cluster extensions, including Azure Monitor agent deployment and status checks.
  • Integrate HDInsight cluster management into Python applications that orchestrate multi-service Azure deployments.
  • Query cluster capabilities and validate cluster creation parameters before provisioning.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Manages Azure HDInsight clusters and resources via the Azure Resource Manager API, providing Python bindings for cluster creation, configuration, monitoring, and lifecycle operations.

Yes. This is the official Azure SDK client for HDInsight management, actively maintained, with low install friction and no known vulnerabilities. Install it if you need to manage HDInsight clusters programmatically from Python. Requires Azure credentials and a subscription; not useful without an Azure environment.

Install

azure-mgmt-hdinsight on PyPI

pip

pip install azure-mgmt-hdinsight

uv

uv add azure-mgmt-hdinsight

poetry

poetry add azure-mgmt-hdinsight

Installing azure-mgmt-hdinsight

Before you install

Low install friction with three lightweight runtime dependencies. Actively maintained with recent release (88 days ago) and ongoing repository activity. Supports current Python versions (3.9+).

Quickstart

pip install azure-mgmt-hdinsight

from azure.mgmt.hdinsight import HDInsightManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = HDInsightManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Requires Python 3.9+; Azure subscription and environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) must be configured for authentication.

Verify before relying

  • Whether the package supports async operations beyond what is documented in the release history.
  • Scope and coverage of the HDInsight Management API operations exposed by this version.
  • How to obtain and configure Azure credentials for the client initialization.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 3 — isodate, azure-mgmt-core, typing-extensions
Maintenance actively maintained — 88 days since the last release
Last repo commit
First released
Downloads 5,523,280/month — #2,081 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_hdinsight-9.0.1-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

azure hdinsight cluster managementazure hdinsight python sdkhdinsight resource managementazure big data cluster apihdinsight cluster provisioningazure sdk hdinsighthdinsight operations client
azure-sdkcloud-managementbig-data

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-applicationinsights

Manages Azure Application Insights…

permissive · top 5,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-databricks

Provides Python bindings to manage Azure…

permissive · top 15,000 on PyPI

azure-mgmt-storage

Manages Azure Storage accounts, containers,…

permissive · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-notificationhubs

Manages Azure Notification Hubs…

permissive · top 5,000 on PyPI

yarn-api-client

Python client library for querying and managing…

permissive · top 15,000 on PyPI