Files
doc-exports/docs/dli/sqlreference/dli_08_15042.html
Su, Xiaomeng be9eabe464 dli_sqlreference_20250305
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2025-03-25 09:06:21 +00:00

22 lines
1.3 KiB
HTML

<a name="dli_08_15042"></a><a name="dli_08_15042"></a>
<h1 class="topictitle1">HBase</h1>
<div id="body0000001764876325"><p id="dli_08_15042__p383693084914">The HBase connector allows for reading from and writing to an HBase cluster. This section describes how to set up the HBase Connector to run SQL queries against HBase.</p>
<p id="dli_08_15042__p118378302493">HBase always works in upsert mode for exchange changelog messages with the external system using a primary key defined on the DDL. The primary key must be defined on the HBase rowkey field (rowkey field must be declared). If the PRIMARY KEY clause is not declared, the HBase connector will take rowkey as the primary key by default. For details, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.15/zh/docs/connectors/table/hbase/" target="_blank" rel="noopener noreferrer">HBase SQL Connector</a>.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dli_08_15043.html">Source Table</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dli_08_15044.html">HBase Result Table</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dli_08_15045.html">Dimension Table</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dli_08_15027.html">Connectors</a></div>
</div>
</div>