Documentation
ODP 3.3.6.3-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
General Usage and Invocation
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
HBCK2 is typically run as a Java JAR file using the hbase command-line utility.
The general syntax for invoking HBCK2 is:
Bash
${HBASE_HOME}/bin/hbase --config <CONF_DIR> hbck -j <PATH_TO_HBCK2_JAR> [OPTIONS] COMMAND <ARGS>Where
| Option | Description |
|---|---|
| ${HBASE_HOME}/bin/hbase | The HBase command-line script. |
| --config <CONF_DIR> | (Optional) Specifies the directory containing HBase configuration files (e.g., /etc/hbase-conf). |
| hbck | The HBase subcommand used to invoke HBCK (version 2 in this case). |
| -j <PATH_TO_ HBCK2_JAR> | Specifies the path to the HBCK2 JAR file (e.g., ~/hbase-operator-tools/hbase-hbck2/target/hbase-hbck2-1.0.0-SNAPSHOT.jar). |
Once invoked correctly, the command structure for HBCK2 itself follows:
Bash
hbase hbck -j <path to Hbck2 Jar> [OPTIONS] COMMAND <ARGS>Global Options
These options can be used with any HBCK2 command.
| Option | Description |
|---|---|
| -d, --debug | Run with debug output. |
| -h, --help | Output this help message. |
| -p, --hbase.zookeeper.property.clientPort <arg> | Specify the client port of the HBase ZooKeeper ensemble. |
| -q, --hbase.zookeeper.quorum <arg> | Specify the HBase ZooKeeper ensemble (e.g., host1,host2,host3) |
| -s, --skip | Skip HBase version check (PleaseHoldException). Use with extreme caution, especially during Master initialization, as it can bypass critical compatibility checks. |
| -v, --version | Display the HBCK2 version. |
| -z, --zookeeper.znode.parent <arg> | Specify the parent znode of the HBase ZooKeeper ensemble (e.g., /hbase). |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Nov 13, 2025
Was this page helpful?
Next to read:
HBCK 2 CommandsDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message