Hi Team, I am unable to make dataproc cluster from my free tier account.
Getting following error:
{
"protoPayload": {
"@type": "
type.googleapis.com/google.cloud.audit.AuditLog",
"status": {
"code": 4,
"message": "Multiple Errors:\n - Timeout waiting for instance [master instance] to report in.\n - Timeout waiting for instance [worker instance 0] to report in.\n - Timeout waiting for instance [worker instance 1] to report in."
},
"authenticationInfo": {
"principalEmail": "[REDACTED]"
},
"serviceName": "
dataproc.googleapis.com",
"methodName": "google.cloud.dataproc.v1.ClusterController.CreateCluster",
"resourceName": "projects/[PROJECT_ID]/regions/[REGION]/clusters/[CLUSTER_NAME]"
},
"insertId": "[REDACTED]",
"resource": {
"type": "cloud_dataproc_cluster",
"labels": {
"project_id": "[REDACTED]",
"cluster_name": "[REDACTED]",
"region": "[REDACTED]",
"cluster_uuid": "[REDACTED]"
}
},
"timestamp": "[REDACTED]",
"severity": "ERROR",
"logName": "projects/[PROJECT_ID]/logs/
cloudaudit.googleapis.com%2Factivity",
"operation": {
"id": "[REDACTED]",
"producer": "
dataproc.googleapis.com",
"last": true
},
"receiveTimestamp": "[REDACTED]"
}
Is there any change in policy regarding creation of dataproc cluster for free tier? I am trying to create 1 main and 2 worker node, with N1 series, n2-standar-4 machine type and 64 gb disk space.
P.S. : Ignore the redacted part, it is just to hide personal info.