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 2020/08/24 09:41:07 UTC

[GitHub] [flink] miklosgergely commented on a change in pull request #13128: [FLINK-18795][hbase] Support for HBase 2

miklosgergely commented on a change in pull request #13128:
URL: https://github.com/apache/flink/pull/13128#discussion_r475475057



##########
File path: flink-connectors/flink-connector-hbase/README.md
##########
@@ -0,0 +1,97 @@
+# Flink HBase Connector
+
+This connector provides classes that allow access for Flink to [HBase](https://hbase.apache.org/).
+
+To use this connector, add the following dependency to your project:
+
+    <dependency>

Review comment:
       Fixed.

##########
File path: flink-connectors/flink-connector-hbase/README.md
##########
@@ -0,0 +1,97 @@
+# Flink HBase Connector
+
+This connector provides classes that allow access for Flink to [HBase](https://hbase.apache.org/).
+
+To use this connector, add the following dependency to your project:
+
+    <dependency>
+      <groupId>org.apache.flink</groupId>
+      <artifactId>flink-hbase_2.11</artifactId>
+      <version>1.11.0</version>
+    </dependency>
+
+ *Version Compatibility*: This module is compatible with Apache HBase *2.2.3* (last stable version) and Apache Flink 1.11.+.

Review comment:
       Fixed.




----------------------------------------------------------------
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