Giter Site home page Giter Site logo

Comments (3)

lesv avatar lesv commented on August 22, 2024

It actually looks like you aren't dealing w/ Cloud Bigtable at all.

In our documentation you will see:

<configuration>
  <property>
    <name>hbase.client.connection.impl</name>
    <value>com.google.cloud.bigtable.hbase1_0.BigtableConnection</value>
  </property>
  <property>
    <name>google.bigtable.cluster.name</name>
    <value>[YOUR-CLUSTER-ID]</value>
  </property>
  <property>
    <name>google.bigtable.project.id</name>
    <value>[YOUR-PROJECT-ID]</value>
  </property>
  <property>
    <name>google.bigtable.zone.name</name>
    <value>[YOUR-ZONE-NAME]</value>
  </property>
</configuration>

The hbase.client.connection.impl needs to be either com.google.cloud.bigtable.hbase1_0.BigtableConnection for hbase 1.0.x or com.google.cloud.bigtable.hbase1_1.BigtableConnection for hbase 1.1.x. The reason is that there are some api changes from 1.0 to 1.1 that affect us.

from java-bigtable-hbase.

sduskis avatar sduskis commented on August 22, 2024

hbase-default.xml is part of hbase-common-{version}.jar. Can you explicitly include that dependency as part of your classpath?

from java-bigtable-hbase.

b-2-83 avatar b-2-83 commented on August 22, 2024

Thank you.

I had some issues some time ago and checked the example here: https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/master/java/jetty-managed-vm/pom.xml.

I removed this dependency because it was not in this example.

bad luck...

from java-bigtable-hbase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.