-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add field metastore_config to google_dataproc_cluster #5146
Add field metastore_config to google_dataproc_cluster #5146
Conversation
/gcbrun |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeInstanceFromMachineImage_basic|TestAccComputeInstanceFromMachineImage_overrideMetadataDotStartupScript|TestAccDataprocCluster_withMetastoreConfig|TestAccPrivatecaCertificate_privatecaCertificateWithTemplateExample|TestAccPrivatecaCaPool_privatecaCapoolEmptyBaseline You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=203110 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, looks very solid!
One thing I noticed was that we are making the field beta-only. From my quick search, I couldn't find anything that indicated this wasn't GA. I found https://cloud.google.com/dataproc-metastore/docs/attach-dataproc which didn't indicate any beta features. Could this work in GA?
mmv1/third_party/terraform/resources/resource_dataproc_cluster.go.erb
Outdated
Show resolved
Hide resolved
I found https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/dataproc_metastore_service, and it says the resource |
I tried it in GA and it didn't work, as the resource |
@shuyama1 Gotcha, didn't realize the TF resource equivalent was still in beta. I think it is fine to leave as is, and move over when we GA dataproc metastore service. We could GA it now, but I believe that is out of scope for this task. Would you mind filing an issue to GA both |
….go.erb Co-authored-by: Cameron Thornton <camthornton@google.com>
Sure! Will do! |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform Beta: Diff ( 1 file changed, 1 insertion(+), 1 deletion(-)) |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccPrivatecaCaPool_privatecaCapoolEmptyBaseline You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=203197 |
Tests failed during RECORDING mode: TestAccPrivatecaCaPool_privatecaCapoolEmptyBaseline Please fix these to complete your PR |
…tform#5146) * added metastoreConfig to dataproc cluster * Update mmv1/third_party/terraform/resources/resource_dataproc_cluster.go.erb Co-authored-by: Cameron Thornton <camthornton@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com>
This resolves hashicorp/terraform-provider-google#9419
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)