Bigtable과 통신하는 한 가지 방법은 Apache HBase 클라이언트의 커스텀 버전인 Java용 Cloud Bigtable HBase 클라이언트를 사용하는 것입니다. 자바용 Cloud Bigtable HBase 클라이언트를 사용 설정하면 오픈소스 HBase API를 통해 Bigtable과 통신하는 자바 애플리케이션을 작성할 수 있습니다. 클라이언트는 HBase API 버전 1.x 및 2.x와 호환됩니다.
Java용 Cloud Bigtable HBase 클라이언트는 HBase에서 Bigtable로 이전하고 HBase API를 계속 사용하려는 고객을 위해 제공됩니다. 다른 모든 경우에는 Java 개발자가 Bigtable API를 호출하는 Java용 Cloud Bigtable 클라이언트를 대신 사용해야 합니다.
애플리케이션에 자바용 HBase 클라이언트를 추가하는 방법은 클라이언트 라이브러리를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["The Cloud Bigtable HBase client for Java allows Java applications to interact with Bigtable using the open-source HBase API, compatible with versions 1.x and 2.x."],["This client is designed for users migrating from HBase to Bigtable who wish to maintain their use of the HBase API."],["When utilizing this client, the HBase server does not need to be run as Google manages the Bigtable service servers."],["Although Bigtable is similar to HBase, some minor differences exist between the standard HBase API and the HBase API for Cloud Bigtable."],["The Cloud Bigtable HBase client for Java requires a minimum of Hadoop 2.4 and a Java 8 runtime environment to operate."]]],[]]