Dataproc optional Hive WebHCat component Stay organized with collections Save and categorize content based on your preferences.
You can install additional components like Hive WebHCat when you create a Dataproccluster using theOptional componentsfeature. This page describes the Hive WebHCat component.
TheHive WebHCat component provides a REST API for HCatalog. The REST service is available on port50111on the cluster's first master node.
Install the component
Install the component when you create a Dataproc cluster.Components can be added to clusters created withDataprocversion 1.3and later.
SeeSupported Dataproc versionsfor the component version included in each Dataproc image release.
gcloud command
To create a Dataproc cluster that includes the Hive WebHCat component,use thegcloud dataproc clusters createcluster-namecommand with the--optional-components flag.
gcloud dataproc clusters createcluster-name \ --optional-components=HIVE_WEBHCAT \ --region=region \ ... other args
REST API
The Hive WebHCat component can be specified through the Dataproc API usingSoftwareConfig.Componentas part of aclusters.createrequest.Console
- Enable the component.
- In the Google Cloud console, open the DataprocCreate a cluster page. The Set up cluster panel is selected.
- In the Components section, under Optional components, select Hive WebHCat and other optional components to install on your cluster.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.