You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/05/26 06:30:47 UTC

[flink] 02/04: [FLINK-17867][hive][test] Add hdfs dependency to hive-3.1.1 test

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

commit 52b7e87d0945e460588d24cbcdba2019281d2200
Author: Rui Li <li...@apache.org>
AuthorDate: Mon May 25 17:10:06 2020 +0800

    [FLINK-17867][hive][test] Add hdfs dependency to hive-3.1.1 test
    
    This closes #12318
---
 flink-connectors/flink-connector-hive/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 0627f25..fe261c6 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1105,6 +1105,14 @@ under the License.
 					<version>4.1.44.Final</version>
 					<scope>provided</scope>
 				</dependency>
+
+				<!-- Required by orc tests -->
+				<dependency>
+					<groupId>org.apache.hadoop</groupId>
+					<artifactId>hadoop-hdfs</artifactId>
+					<version>${hivemetastore.hadoop.version}</version>
+					<scope>test</scope>
+				</dependency>
 			</dependencies>
 
 		</profile>