We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759e993 commit 8b6cd3dCopy full SHA for 8b6cd3d
appengine-java8/bigtable/pom.xml
@@ -45,7 +45,8 @@ limitations under the License.
45
<dependencies>
46
<dependency>
47
<groupId>com.google.cloud.bigtable</groupId>
48
- <artifactId>bigtable-hbase-1.x</artifactId>
+ <!-- Use the hadoop client instead of 1.x due to file size. -->
49
+ <artifactId>bigtable-hbase-1.x-hadoop</artifactId>
50
<version>1.16.0</version>
51
</dependency>
52
0 commit comments