我可以将 n2 或 n2d 机器类型与 Cloud Dataproc 一起使用吗?
Can I use n2 or n2d machine types with Cloud Dataproc?
我想用Cloud Dataproc with n2 and other machine types that are not n1s. When I look at the Dataproc pricing and the Google Cloud Console看来我只能用n1机器类型
有没有办法使用 n2 和其他机器类型,比如 n2d?这些机器类型可能会为我省钱或更适合我的工作负载。
使用 gcloud
命令行工具时,Cloud Dataproc 支持 n1 机器类型以外的机器类型。如果您指定 n2(或其他机器类型),它应该适当地使用该机器类型。例如:
--master-machine-type=n2-standard-4 --worker-machine-type=n2-standard-4
请记住,您要使用的机器类型必须在您指定的区域和地区可用。 Cloud Console 即将支持 n1 以外的机器类型。
免责声明 - 我是 Dataproc 的产品经理,这是截至 2020 年 2 月的一个常见问题。
我想用Cloud Dataproc with n2 and other machine types that are not n1s. When I look at the Dataproc pricing and the Google Cloud Console看来我只能用n1机器类型
有没有办法使用 n2 和其他机器类型,比如 n2d?这些机器类型可能会为我省钱或更适合我的工作负载。
使用 gcloud
命令行工具时,Cloud Dataproc 支持 n1 机器类型以外的机器类型。如果您指定 n2(或其他机器类型),它应该适当地使用该机器类型。例如:
--master-machine-type=n2-standard-4 --worker-machine-type=n2-standard-4
请记住,您要使用的机器类型必须在您指定的区域和地区可用。 Cloud Console 即将支持 n1 以外的机器类型。
免责声明 - 我是 Dataproc 的产品经理,这是截至 2020 年 2 月的一个常见问题。