zentol commented on code in PR #21128:
URL: https://github.com/apache/flink/pull/21128#discussion_r1001551554


##########
docs/content.zh/docs/deployment/filesystems/gcs.md:
##########
@@ -68,7 +68,7 @@ You must include the following jars in Flink's `lib` 
directory to connect Flink
 </dependency>
 ```
 
-We have tested with `flink-shared-hadoop2-uber` version >= `2.8.5-1.8.3`.
+We have tested with `flink-shared-hadoop2-uber` version >= `2.10.2-1.8.3`.

Review Comment:
   There is no flink-shaded-hadoop for this version.



##########
flink-connectors/flink-connector-hive/pom.xml:
##########
@@ -39,6 +39,11 @@ under the License.
                <reflections.version>0.9.8</reflections.version>
                <derby.version>10.10.2.0</derby.version>
                <hive.avro.version>1.8.2</hive.avro.version>
+               <!--
+               Hive 2.3.4 relies on Hadoop 2.7.2 and later versions.
+               For Hadoop 2.7, the minor Hadoop version supported for 
flink-shaded-hadoop-2-uber is 2.7.5
+               -->
+               
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>

Review Comment:
   If the minimum Hadoop version 2.10 but some version of the hive connector is 
needs Hadoop 2.7, well then said hive connector version is just no longer 
supported.



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to