You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/12/20 07:26:42 UTC

[incubator-inlong] branch master updated: [INLONG-2032][Bug]"javax.xml.parsers.FactoryConfigurationError" throwed in flink when starting a inlong-sort job (#2033)

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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 786b667  [INLONG-2032][Bug]"javax.xml.parsers.FactoryConfigurationError" throwed in flink when starting a inlong-sort job (#2033)
786b667 is described below

commit 786b667b1a350e1d274441f7fbfc99beeb01912f
Author: gosonzhang <46...@qq.com>
AuthorDate: Mon Dec 20 15:26:34 2021 +0800

    [INLONG-2032][Bug]"javax.xml.parsers.FactoryConfigurationError" throwed in flink when starting a inlong-sort job (#2033)
---
 inlong-sort/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 2a969af..3ec4eb4 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -204,6 +204,10 @@
                 <version>${hive.version}</version>
                 <exclusions>
                     <exclusion>
+                        <groupId>xml-apis</groupId>
+                        <artifactId>xml-apis</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>org.apache.hive</groupId>
                         <artifactId>hive-service-rpc</artifactId>
                     </exclusion>
@@ -263,6 +267,12 @@
                 <artifactId>hadoop-minicluster</artifactId>
                 <version>${hadoop.version}</version>
                 <scope>test</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>xml-apis</groupId>
+                        <artifactId>xml-apis</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>