question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade google-cloud-bigtable 1.6.0 from 0.109.0: BulkMutationBatcher removed

See original GitHub issue

When I tried to upgrade google-cloud-java version to 0.119 (https://github.com/googleapis/java-bigtable-hbase/pull/2332), the compilation failed for BulkMutationGCJClient.java because google-cloud-bigtable 1.6.0 does not have com.google.cloud.bigtable.data.v2.models.BulkMutationBatcher any more.

image

Can somebody fix this?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
suztomocommented, Jan 2, 2020

Great. I see that google-cloud-bom:0.116.0-alpha https://search.maven.org/artifact/com.google.cloud/google-cloud-bom/0.116.0-alpha/pom has 1.5.0. Nice.

      <dependency>
        <groupId>com.google.cloud</groupId>
        <artifactId>google-cloud-bigtable</artifactId>
        <version>1.5.0</version><!-- {x-version-update:google-cloud-bigtable:current} -->
      </dependency>

Looking forward to the release.

0reactions
suztomocommented, Feb 11, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bigtable release notes - Documentation
You can now use the Google Cloud Console to create, edit, and delete Cloud Bigtable tables, column families, and garbage collection policies. June...
Read more >
Cloud Bigtable bulk mutations failing for unclear reasons
I'm getting "Some mutations failed to apply" errors, and none of the data seems to be writing -a "cbt read" reveals no rows...
Read more >
google::cloud::bigtable::v1::MutationBatcher Class Reference
Objects of this class pack single row mutations into bulk mutations. In order to maximize throughput when applying a lot of mutations to...
Read more >
BulkMutation failure: MutateRowsException: Some ...
I am working on bigtable java api com.google.cloud.bigtable bigtable-client-core 1.12.0 And was trying to use BulkMutation for writing into ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found