wuchong commented on a change in pull request #14645:
URL: https://github.com/apache/flink/pull/14645#discussion_r557913884



##########
File path: docs/dev/table/connectors/hbase.md
##########
@@ -172,6 +172,15 @@ Connector Options
       <td>Integer</td>
       <td>Defines the parallelism of the HBase sink operator. By default, the 
parallelism is determined by the framework using the same parallelism of the 
upstream chained operator.</td>
     </tr>
+    <tr>
+      <td><h5>properties.*</h5></td>
+      <td>optional</td>
+      <td style="word-wrap: break-word;">(none)</td>
+      <td>String</td>
+      <td>
+         This can set and pass arbitrary HBase configurations. Suffix names 
must match the configuration key defined in <a 
href="https://abloz.com/hbase/book.html#perf.configurations";>HBase 
Configuration documentation</a>. Flink will remove the "properties." key prefix 
and pass the transformed key and values to the underlying HBaseClient. For 
example, you can add a kerberos authentication parameter 
<code>'properties.hbase.security.authentication' = 'kerberos'</code>.

Review comment:
       Please use an official HBase link, e.g. 
http://hbase.apache.org/2.3/book.html#hbase_default_configurations ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to