Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Anda dapat menginstal komponen tambahan seperti Zeppelin saat membuat cluster Dataproc menggunakan fitur
Komponen opsional. Halaman ini menjelaskan komponen Zeppelin.
Komponen Zeppelin Notebook
adalah notebook berbasis Web untuk analisis data interaktif. UI Web Zeppelin tersedia di port 8080 pada node master pertama cluster.
Secara default, notebook disimpan di Cloud Storage
di bucket staging Dataproc, yang ditentukan oleh pengguna atau
dibuat otomatis
saat cluster dibuat. Lokasi dapat diubah pada saat pembuatan cluster melalui
properti zeppelin:zeppelin.notebook.gcs.dir.
Menginstal komponen
Instal komponen saat Anda membuat cluster Dataproc.
Komponen dapat ditambahkan ke cluster yang dibuat dengan
Dataproc versi 1.3
dan yang lebih baru.
Untuk membuat cluster Dataproc yang menyertakan komponen Zeppelin, gunakan perintah gcloud dataproc clusters createcluster-name dengan flag --optional-components.
Lihat Melihat dan Mengakses URL Component Gateway
untuk mengklik link Component Gateway di konsol Google Cloud guna membuka
UI notebook Zeppelin yang berjalan di node master cluster di browser
lokal Anda.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-10 UTC."],[[["The Zeppelin component, a web-based notebook for interactive data analytics, can be installed as an optional component when creating a Dataproc cluster."],["Zeppelin notebooks are saved in a Cloud Storage staging bucket by default, but this location can be customized during cluster creation using a specific property."],["The Zeppelin Web UI is accessible on port 8080 of the cluster's first master node, and the Component Gateway can be enabled to provide secured connections to the UI."],["To install Zeppelin, use the `gcloud dataproc clusters create` command with the `--optional-components=ZEPPELIN` flag, and the `--enable-component-gateway` flag to enable secure connections when creating the cluster with an image version of 1.3.29 or later."],["You can install the Zeppelin component through the Google cloud console by selecting it in the optional components section, and also selecting to enable the component gateway when creating a new cluster."]]],[]]