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

lzljs3620320 pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new b3ad6e7  [FLINK-18644][doc][hive] Remove obsolete hive connector docs
b3ad6e7 is described below

commit b3ad6e7d4c17cb14ae9eb6ab006af629e9c07abc
Author: Rui Li <li...@apache.org>
AuthorDate: Tue Jul 21 14:49:46 2020 +0800

    [FLINK-18644][doc][hive] Remove obsolete hive connector docs
    
    This closes #12940
---
 docs/dev/batch/connectors.md    | 6 ------
 docs/dev/batch/connectors.zh.md | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/docs/dev/batch/connectors.md b/docs/dev/batch/connectors.md
index 41f3c28..48e124c 100644
--- a/docs/dev/batch/connectors.md
+++ b/docs/dev/batch/connectors.md
@@ -183,10 +183,4 @@ 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/catalogs.html#hivecatalog) is required in order to use the Hive 
connector.
-After HiveCatalog is setup, please refer to [Reading & Writing Hive Tables]({{ 
site.baseurl }}/dev/table/hive/hive_read_write.html) for the usage of the Hive 
connector and its limitations.
-Same as HiveCatalog, the officially supported Apache Hive versions for Hive 
connector are 2.3.4 and 1.2.1.
-
 {% top %}
diff --git a/docs/dev/batch/connectors.zh.md b/docs/dev/batch/connectors.zh.md
index 9fe828b..48e124c 100644
--- a/docs/dev/batch/connectors.zh.md
+++ b/docs/dev/batch/connectors.zh.md
@@ -183,10 +183,4 @@ 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 
}}/zh/dev/table/catalogs.html#hivecatalog) is required in order to use the Hive 
connector.
-After HiveCatalog is setup, please refer to [Reading & Writing Hive Tables]({{ 
site.baseurl }}/zh/dev/table/hive/hive_read_write.html) for the usage of the 
Hive connector and its limitations.
-Same as HiveCatalog, the officially supported Apache Hive versions for Hive 
connector are 2.3.4 and 1.2.1.
-
 {% top %}

Reply via email to