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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 39c7958f2ba [FLINK-27895][hive][ci] Enable nightly Hive 3.x tests
39c7958f2ba is described below

commit 39c7958f2ba0219272c8c11118ce4d6ee23a84d4
Author: luoyuxia <[email protected]>
AuthorDate: Tue Jun 14 16:34:45 2022 +0800

    [FLINK-27895][hive][ci] Enable nightly Hive 3.x tests
---
 flink-connectors/flink-connector-hive/pom.xml | 4 ++--
 tools/azure-pipelines/build-apache-repo.yml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-connectors/flink-connector-hive/pom.xml 
b/flink-connectors/flink-connector-hive/pom.xml
index bba4b5374ee..393ffe5a8a6 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1022,9 +1022,9 @@ under the License.
        </build>
 
        <profiles>
-               <!-- Activate these profiles with -Phive-x.x.x to build and 
test against different Hive versions -->
+               <!-- Activate these profiles with -Phive3 to build and test 
against Hive 3.x versions -->
                <profile>
-                       <id>hive-3.1.1</id>
+                       <id>hive3</id>
                        <properties>
                                <hive.version>3.1.1</hive.version>
                                <derby.version>10.14.1.0</derby.version>
diff --git a/tools/azure-pipelines/build-apache-repo.yml 
b/tools/azure-pipelines/build-apache-repo.yml
index 293dea7d2a7..45594694b8f 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -124,7 +124,7 @@ stages:
             name: Default
           e2e_pool_definition:
             vmImage: 'ubuntu-20.04'
-          environment: PROFILE="-Dinclude_hadoop_aws -Dhadoop.version=3.1.3 
-Phadoop3-tests"
+          environment: PROFILE="-Dinclude_hadoop_aws -Dhadoop.version=3.1.3 
-Phadoop3-tests,hive3"
           run_end_to_end: true
           container: flink-build-container
           jdk: 8

Reply via email to