Dataproc 通过初始化操作支持 HUE,您可以在 README 中找到如何使用它的详细信息:https : //github.com/GoogleCloudDataproc/initialization-actions/tree/master/hue
例如,要使用 HUE 创建 Dataproc 集群,请使用以下命令:
REGION=<region>
CLUSTER_NAME=<cluster_name>
gcloud dataproc clusters create ${CLUSTER_NAME} \
--region ${REGION} \
--initialization-actions gs://goog-dataproc-initialization-actions-${REGION}/hue/hue.sh
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
657 次 |
| 最近记录: |