Skip to content
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

[BEAM-355] Update to Bigtable version 0.3.0 #481

Closed
wants to merge 1 commit into from
Closed

[BEAM-355] Update to Bigtable version 0.3.0 #481

wants to merge 1 commit into from

Conversation

ianzhou1
Copy link
Contributor

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

@ianzhou1
Copy link
Contributor Author

ptal @dhalperi

/**
* A helper function to produce a Cloud Bigtable user agent string.
*/
public static BigtableOptions.Builder addRetryOptions(BigtableOptions.Builder builder) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do these need to be public? If not, they should be package-protected.

Also, add tests for these.

Copy link
Contributor

@dhalperi dhalperi Jun 29, 2016

Choose a reason for hiding this comment

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

Did you file the bug against cloud-bigtable-client to add cloning or toBuilder to these methods? If not, please do so.

Add a link to that bug in the comment.

@dhalperi
Copy link
Contributor

R: @dhalperi

Ian, looks like there was some persistent problem in the service because it could not find part of the Google API clients.:

java.lang.NoClassDefFoundError: com/google/api/client/util/BackOff

Let's debug tomorrow.

@nevillelyh
Copy link
Contributor

FYI bigtable-client 0.9.0 was just released and we verified that they work with our production jobs.

@dhalperi
Copy link
Contributor

@nevillelyh yep, thanks. Unfortunately, Bigtable team made backwards-incompatible changes in this release so we'll upgrade to 0.9 separately.

@asfgit asfgit closed this in 38866cd Jun 30, 2016
johnjcasey pushed a commit to johnjcasey/beam that referenced this pull request Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants