You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/15 06:51:19 UTC

[GitHub] [flink] wuchong commented on a change in pull request #14645: [FLINK-20967][docs] HBase properties 'properties.*' function Description

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:
users@infra.apache.org