bowenli86 commented on a change in pull request #9217: [FLINK-13277][hive] add documentation of Hive source/sink URL: https://github.com/apache/flink/pull/9217#discussion_r313169738
########## File path: docs/dev/batch/connectors.md ########## @@ -217,4 +217,21 @@ The example shows how to access an Azure table and turn data into Flink's `DataS This [GitHub repository documents how to use MongoDB with Apache Flink (starting from 0.7-incubating)](https://github.com/okkam-it/flink-mongodb-test). +## Hive Connector + +Starting from 1.9.0, Apache Flink provides Hive connector to access Apache Hive tables. [HiveCatalog]({{ site.baseurl }}/dev/table/catalog.html#hivecatalog) is required in order to use the Hive connector. +After HiveCatalog is setup, you can use Table API or Flink SQL Client to access tables in Apache Hive. +Same as HiveCatalog, the officially supported Apache Hive versions are 2.3.4 and 1.2.1. + +### Limitations Review comment: need to consolidate with https://github.com/apache/flink/blob/master/docs/dev/table/hive/read_write_hive.md#limitations ---------------------------------------------------------------- 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 With regards, Apache Git Services