Uso di Apache HBase
Apache HBase è un archivio di big data distribuito, scalabile e
Per ulteriori informazioni su Apache HBase, vedere il sito Web Apache HBase.
Proprietà di configurazione HBase
Proprietà di configurazione HBase incluse in Big Data Service 3.1.1 o versioni successive.
| Configurazione | Property | Descrizione |
|---|---|---|
hbase-env
|
hbase_gc_logging
|
HBase log garbage collection java |
hbase_jmx_base
|
Base JMX HBase | |
hbase_thrift_opts
|
opzioni Thrift HBase | |
hbase_zookeeper_opts
|
HBase opzioni zookeeper | |
hbase_jvm_opts
|
Opzioni JVM HBase | |
hbase_jvm_master_opts
|
HBase Opzioni master JVM | |
hbase_jvm_regionserver_opts
|
Opzioni del server delle aree JVM HBase | |
hbase_kerberos_opts
|
Opzioni HBase per la configurazione relativa all'autenticazione Kerberos | |
hbase_kerberos_master_opts
|
Opzioni master HBase per la configurazione correlata all'autenticazione Kerberos | |
hbase_kerberos_regionserver_opts
|
Opzioni del server aree HBase per la configurazione relativa all'autenticazione Kerberos | |
hbase_master_opts_for_master_remotejmx
|
Opzioni master HBase per l'abilitazione di master_remotejmx | |
hbase_regionserver_opts_for_regionserver_remotejmx
|
Opzioni master HBase per l'abilitazione di regionserver_remotejmx |
Esecuzione di HBCK2
HBCK2 è lo strumento di riparazione per i cluster HBase Apache.
La sintassi per eseguire lo strumento di riparazione HBCK2 è la seguente:
hbase hbck -j /usr/odh/current/hbase-client/hbase-operator-tools/hbase-hbck2-<version_number>.jar <options> COMMAND <ARGS>
Esempio di ODH 2.0:
hbase hbck -j /usr/odh/current/hbase-client/hbase-operator-tools/hbase-hbck2-2.4.13.jar -h
hbase hbck -j /usr/odh/current/hbase-client/hbase-operator-tools/hbase-hbck2-2.4.13.jar
addFsRegionsMissingInMeta default:testtable
Esempio di ODH 1.0:
hbase hbck -j /usr/odh/current/hbase-client/hbase-operator-tools/hbase-hbck2-2.2.6.jar -h
hbase hbck -j /usr/odh/current/hbase-client/hbase-operator-tools/hbase-hbck2-2.2.6.jar
addFsRegionsMissingInMeta default:testtable
Per ulteriori informazioni sui comandi HBCK2, vedere la documentazione di HBCK2.