You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/03 10:14:06 UTC

[flink] branch master updated (c52e579 -> 42c0837)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from c52e579  [FLINK-17895][table] Default value of rows-per-second in datagen can be limited
     add dedf4dd  [hotfix][hbase] Rename HBase connector option 'zookeeper.znode-parent' to 'zookeeper.znode.parent'
     add ae8e0f5  [FLINK-17995][docs][table] Redesign Table & SQL Connectors pages
     add 42c0837  [FLINK-17830][docs][hbase] Add documentation for the new HBase SQL connector

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connect.md                          |   4 +-
 docs/dev/table/connect.zh.md                       |   4 +-
 docs/dev/table/connectors/hbase.md                 | 291 +++++++++++++++++++++
 docs/dev/table/connectors/hbase.zh.md              | 291 +++++++++++++++++++++
 docs/dev/table/connectors/index.md                 | 268 +++++++++++++++++++
 docs/dev/table/connectors/index.zh.md              | 268 +++++++++++++++++++
 .../connector/hbase/HBaseDynamicTableFactory.java  |   2 +-
 .../connector/hbase/HBaseConnectorITCase.java      |   4 +-
 .../hbase/HBaseDynamicTableFactoryTest.java        |   2 +-
 9 files changed, 1124 insertions(+), 10 deletions(-)
 create mode 100644 docs/dev/table/connectors/hbase.md
 create mode 100644 docs/dev/table/connectors/hbase.zh.md
 create mode 100644 docs/dev/table/connectors/index.md
 create mode 100644 docs/dev/table/connectors/index.zh.md