--- id: azure-mgmt-hdinsight version: "9.0.1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-hdinsight — Microsoft Azure Hdinsight Management Client Library for Python License: unclear · Maintenance: active · Downloads: 5.5M/mo ## 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 above — 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 pip install azure-mgmt-hdinsight uv add azure-mgmt-hdinsight 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_current - Install friction: low - Maintenance: active - Downloads: 5.5M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure hdinsight cluster management, azure hdinsight python sdk, hdinsight resource management, azure big data cluster api, hdinsight cluster provisioning, azure sdk hdinsight, hdinsight operations client, azure-sdk, cloud-management, big-data [View on SkillFed](https://skillfed.io/packages/azure-mgmt-hdinsight) · [View on PyPI](https://pypi.org/project/azure-mgmt-hdinsight/)