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