Fokko commented on a change in pull request #4749: [AIRFLOW-3934] Increase
standard Dataproc PD size
URL: https://github.com/apache/airflow/pull/4749#discussion_r260768254
##########
File path: airflow/contrib/operators/dataproc_operator.py
##########
@@ -160,10 +160,10 @@ def __init__(self,
properties=None,
master_machine_type='n1-standard-4',
master_disk_type='pd-standard',
- master_disk_size=500,
+ master_disk_size=1024,
Review comment:
So I did some checking, for both the master and the worker the default is
500gb. If you open up the Dataproc web UI, this is prefilled. Even if I create
a 2TB worker, and a 500gb master, it gives the error. Since 500gb is the
default, I'm also okay with keeping it like it was.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services