Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie können zusätzliche Komponenten wie Hive WebHCat installieren, wenn Sie einen Dataproc-Cluster mit dem Feature Optionale Komponenten erstellen. Auf dieser Seite wird die Hive WebHCat-Komponente erläutert.
Die Hive WebHCat-Komponente stellt eine REST API für HCatalog zur Verfügung. Der REST-Dienst ist über Port 50111 im ersten Masterknoten des Clusters verfügbar.
Komponente installieren
Installieren Sie die Komponente, wenn Sie einen Dataproc-Cluster erstellen.
Sie können Komponenten in Cluster einfügen, die mit Dataproc Version 1.3 oder höher erstellt wurden.
Informationen zu den Komponentenversionen, die im jeweiligen Dataproc-Image-Release enthalten sind, finden Sie im Abschnitt Unterstützte Dataproc-Versionen.
gcloud-Befehl
Verwenden Sie zum Erstellen eines Dataproc-Clusters, der die Hive WebHCat-Komponente enthält, den Befehl gcloud dataproc clusters createcluster-name mit dem Flag --optional-components.
Öffnen Sie in der Google Cloud Console die Dataproc-Seite Cluster erstellen. Der Bereich „Cluster einrichten“ ist ausgewählt.
Wählen Sie im Abschnitt „Komponenten“ unter „Optionale Komponenten“ die Option „Hive WebHCat“ und andere optionale Komponenten aus, die im Cluster installiert werden sollen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eHive WebHCat provides a REST API for HCatalog and is accessible on port 50111 of the cluster's primary master node.\u003c/p\u003e\n"],["\u003cp\u003eThe Hive WebHCat component can be installed during the creation of a Dataproc cluster, starting with Dataproc version 1.3 and later.\u003c/p\u003e\n"],["\u003cp\u003eYou can install Hive WebHCat on a new cluster by using the \u003ccode\u003egcloud dataproc clusters create\u003c/code\u003e command with the \u003ccode\u003e--optional-components=HIVE_WEBHCAT\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eThe component can also be enabled during cluster creation through the Google Cloud console by selecting Hive WebHCat in the Optional components section.\u003c/p\u003e\n"],["\u003cp\u003eThe Hive WebHCat component can also be added to your cluster through the Dataproc API using SoftwareConfig.Component as part of a clusters.create request.\u003c/p\u003e\n"]]],[],null,["You can install additional components like Hive WebHCat when you create a Dataproc\ncluster using the\n[Optional components](/dataproc/docs/concepts/components/overview#available_optional_components)\nfeature. This page describes the Hive WebHCat component.\n\nThe [Hive WebHCat](https://cwiki.apache.org/confluence/display/Hive/WebHCat)\ncomponent provides a REST API for HCatalog. The REST service is available on port `50111`\non the cluster's first master node.\n\nInstall the component\n\nInstall the component when you create a Dataproc cluster.\nComponents can be added to clusters created with\nDataproc [version 1.3](/dataproc/docs/concepts/versioning/dataproc-release-1.3)\nand later.\n\nSee\n[Supported Dataproc versions](/dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions)\nfor the component version included in each Dataproc image release. \n\ngcloud command\n\nTo create a Dataproc cluster that includes the Hive WebHCat component,\nuse the\n[gcloud dataproc clusters create](/sdk/gcloud/reference/dataproc/clusters/create) \u003cvar translate=\"no\"\u003ecluster-name\u003c/var\u003e\ncommand with the `--optional-components` flag. \n\n```\ngcloud dataproc clusters create cluster-name \\\n --optional-components=HIVE_WEBHCAT \\\n --region=region \\\n ... other args\n```\n\nREST API The Hive WebHCat component can be specified through the Dataproc API using [SoftwareConfig.Component](/dataproc/docs/reference/rest/v1/ClusterConfig#Component) as part of a [clusters.create](/dataproc/docs/reference/rest/v1/projects.regions.clusters/create) request.\n\nConsole\n\n1. Enable the component.\n - In the Google Cloud console, open the Dataproc [Create a cluster](https://console.cloud.google.com/dataproc/clustersAdd) page. The Set up cluster panel is selected.\n - In the Components section, under Optional components, select Hive WebHCat and other optional components to install on your cluster."]]