選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

Apache HBase

焦點模式
Apache HBase - Amazon EMR

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

HBase 是一種開放原始碼的非關聯分散式資料庫,其屬於 Apache Software Foundation Hadoop 專案開發的一部分。HBase 在 Hadoop 分散式檔案系統 (HDFS) 上執行,為 Hadoop 生態系統提供非關聯式資料庫的功能。HBase 隨附於 Amazon EMR 發行版本 4.6.0 及更新版本。

HBase 可與 Hadoop 無縫搭配,不但共享檔案系統,也做為 MapReduce 架構和執行引擎的直接輸入和輸出。HBase 也與 Apache Hive 整合,在 HBase tables 上啟用 SQL 式查詢,與 Hive 為基礎的表格進行聯結,並支援 Java Database Connectivity (JDBC)。如需 HBase 的詳細資訊,請參閱 Apache 網站上的 Apache HBaseHBase 文件。如需如何搭配 Hive 使用 HBase 的範例,請參閱 AWS 大數據部落格文章使用 Apache HBase 和 Amazon EMR 上的 Apache Hive 結合 NoSQL 和大規模平行分析

透過 Amazon EMR 上的 HBase,您也可以直接備份您的 HBase 資料至 Amazon Simple Storage Service (Amazon S3),並在啟動 HBase 叢集時,從之前建立的備份中還原。Amazon EMR 提供了與 Amazon S3 整合的額外選項,以用於資料持久性和災難復原。

  • HBase on Amazon S3 – 在 Amazon EMR 5.2.0 版及更新版本中,您可以使用 HBase on Amazon S3 直接將叢集的 HBase 根目錄和中繼資料儲存至 Amazon S3。接著您可以啟動一個新叢集,並將其指向 Amazon S3 中的根目錄位置。除了僅供讀取複本叢集外,一次只有一個叢集能使用 Amazon S3 中的 HBase 位置。如需詳細資訊,請參閱HBase on Amazon S3 (Amazon S3 儲存模式)

  • HBase 僅供讀取複本 – 具有 HBase on Amazon S3 的 Amazon EMR 5.7.0 版及更新版本支援僅供讀取複本叢集。僅供讀取複本叢集提供叢集存放檔案的唯讀存取,和僅供讀取操作的中繼資料。如需詳細資訊,請參閱使用僅供讀取複本叢集

  • HBase 快照 – 除了 HBase on Amazon S3 外,您也能使用 EMR 4.0 版及更新版本直接建立 Amazon S3 的 HBase 資料快照,然後利用該快照進行復原。如需詳細資訊,請參閱使用 HBase 快照

重要

對於 Amazon EMR HBase 叢集擴展,我們不建議將受管擴展使用自訂政策擴展與 HBase 叢集搭配使用。

以下表格列出了 Amazon EMR 7.x 系列最新版本中包含的 HBase 版本,以及 Amazon EMR 隨 HBase 一起安裝的元件。

如需此版本中與 HBase 一起安裝的元件版本,請參閱發行版本 7.8.0 元件版本。

emr-7.8.0 的 HBase 版本資訊
Amazon EMR 發行標籤 HBase 版本 與 HBase 一起搭配安裝的元件

emr-7.8.0

HBase 2.6.1

emrfs, emr-ddb, emr-goodies, emr-kinesis, emr-s3-dist-cp, emr-wal-cli, hadoop-client, hadoop-hdfs-datanode, hadoop-hdfs-library, hadoop-hdfs-namenode, hadoop-httpfs-server, hadoop-kms-server, hadoop-mapred, hadoop-yarn-nodemanager, hadoop-yarn-resourcemanager, hadoop-yarn-timeline-server, hbase-hmaster, hbase-client, hbase-region-server, hbase-rest-server, hbase-thrift-server, hbase-operator-tools, zookeeper-client, zookeeper-server

下表列出 Amazon EMR 6.x 系列最新版本中包含的 HBase 版本,以及 Amazon EMR 隨 HBase 一起安裝的元件。

如需此版本中與 HBase 一起搭配安裝的元件版本,請參閱發行版本 6.15.0 元件版本

emr-6.15.0 的 HBase 版本資訊
Amazon EMR 發行標籤 HBase 版本 與 HBase 一起搭配安裝的元件

emr-6.15.0

HBase 2.4.17

emrfs, emr-ddb, emr-goodies, emr-kinesis, emr-s3-dist-cp, emr-wal-cli, hadoop-client, hadoop-hdfs-datanode, hadoop-hdfs-library, hadoop-hdfs-namenode, hadoop-httpfs-server, hadoop-kms-server, hadoop-mapred, hadoop-yarn-nodemanager, hadoop-yarn-resourcemanager, hadoop-yarn-timeline-server, hbase-hmaster, hbase-client, hbase-region-server, hbase-rest-server, hbase-thrift-server, hbase-operator-tools, zookeeper-client, zookeeper-server

注意

Apache HBase HBCK2 是一種單獨的操作工具,可用於修復 HBase 區域和系統資料表。在 Amazon EMR 6.1.0 版和更新版本中,hbase-hbck2.jar 會在主節點/usr/lib/hbase-operator-tools/的 中提供。如需有關如何建置和使用工具的詳細資訊,請參閱 HBase HBCK2

下表列出 Amazon EMR 5.x 系列最新版本中包含的 HBase 版本,以及 Amazon EMR 隨 HBase 一起安裝的元件。

如需此版本中與 HBase 一起安裝的元件版本,請參閱發行版本 5.36.2 元件版本。

emr-5.36.2 的 HBase 版本資訊
Amazon EMR 發行標籤 HBase 版本 與 HBase 一起搭配安裝的元件

emr-5.36.2

HBase 1.4.13

emrfs, emr-ddb, emr-goodies, emr-kinesis, emr-s3-dist-cp, hadoop-client, hadoop-hdfs-datanode, hadoop-hdfs-library, hadoop-hdfs-namenode, hadoop-httpfs-server, hadoop-kms-server, hadoop-mapred, hadoop-yarn-nodemanager, hadoop-yarn-resourcemanager, hadoop-yarn-timeline-server, hbase-hmaster, hbase-client, hbase-region-server, hbase-rest-server, hbase-thrift-server, zookeeper-client, zookeeper-server

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。