简体   繁体   English

AWS Glue:如何减少ETL作业的DPU数量

[英]AWS Glue: How to reduce the number of DPUs for an ETL job

AWS Glue documentation regarding pricing reads: 有关定价的AWS Glue文档为:

A Glue ETL job requires a minimum of 2 DPUs. 胶水ETL作业至少需要2个DPU。 By default, AWS Glue allocates 10 DPUs to each ETL job. 默认情况下,AWS Glue会为每个ETL作业分配10个DPU。 You are billed $0.44 per DPU-Hour in increments of 1 minute, rounded up to the nearest minute, with a 10-minute minimum duration for each ETL job. 您每DPU小时的收费为0.44美元,以1分钟为增量,四舍五入至最接近的分钟,每个ETL作业的最短持续时间为10分钟。

I want to reduce the number of DPUs allocated to my ETL job. 我想减少分配给我的ETL作业的DPU数量。 I searched for this option in Glue console. 我在Glue控制台中搜索了此选​​项。 But I didn't find it. 但是我没找到。 Can you please let me know how do I do that? 您能告诉我该怎么做吗?

Thanks 谢谢

To reduce the number of DPU, please go to AWS glue jobs console. 为了减少DPU的数量,请转到AWS胶水作业控制台。 Select the job and under action Edit the job. 选择作业,然后在操作下编辑该作业。 Under "Script libraries and job parameters", you should see "Concurrent DPUs per job run". 在“脚本库和作业参数”下,您应该看到“每个作业运行并发DPU”。 You can provide an integer value to increase or reduce the number of DPUs. 您可以提供一个整数值来增加或减少DPU的数量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM