FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: small updates to dataproc sample, test and pom by bradmiro · Pull Request #1738 · GoogleCloudPlatform/java-docs-samples · GitHub

fix: small updates to dataproc sample, test and pom - #1738

Merged
bradmiro merged 17 commits into
masterfrom
dataproc-samples
Nov 16, 2019
Merged

fix: small updates to dataproc sample, test and pom#1738
bradmiro merged 17 commits into
masterfrom
dataproc-samples

Conversation

Copy link
Copy Markdown
Contributor

Slight change to pom, changed region tags to include 'dataproc', added endpoint back to test (would not successfully delete the cluster without this)

bradmiro requested review from a team and kurtisvg November 15, 2019 23:33
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 15, 2019

Copy link
Copy Markdown
Contributor

@bradmiro Can you rebase this to the current version of master?


@After
public void tearDown() throws IOException, InterruptedException {
String myEndpoint = String.format("%s-dataproc.googleapis.com:443", REGION);

kurtisvg Nov 15, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Is there a way to file an issue on the client library for this?

The region is already passed in the deleteClusterAsyncRequest, and it seems unncessary to force the user to create a new regional client just to delete a cluster.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I agree and this is consistent across all of the languages. I have this documented on my end.

bradmiro merged commit 95ec8cc into master Nov 16, 2019
olivi-eh pushed a commit that referenced this pull request Nov 11, 2022
* refactored and added tags to infinite speech streaming sample (#1605)

* Changed 'main' region tag

* Removed extra lines around tags and changed client import to v1

* Create dataproc directory and add CreateCluster sample

* reverting changes to speech infinite streaming sample

* Added java versions to pom

* Several changes to file formatting as per request in the PR

* Added comments to exceptions in  CreateCluster, expanded exceptions and femoved endpoint configuring in CreateClusterTest.java

* Fixed version for parent config

* Added clarity to futures requests by expanding variables

* Fixed linting errors

* Fixed import ordering

* Moved exceptions to function level in dataproc create cluster sample + test

* Re-added endpoint to test, changed region tags to include 'dataproc', slight mod to pom

* fix to pom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL