cxzl25 commented on code in PR #2576:
URL: https://github.com/apache/incubator-kyuubi/pull/2576#discussion_r867065691


##########
pom.xml:
##########
@@ -964,27 +964,6 @@
             </dependency>
 
             <!-- Hudi dependency  -->
-            <!--
-              We don't use hadoop-common directly, it's only for suppressing 
exception:
-                 Failed to execute goal 
org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade (default) on project
-                 kyuubi-spark-sql-engine_2.12: Error creating shaded jar: 
Could not resolve following dependencies:
-                 [jdk.tools:jdk.tools:jar:1.6 (system)]
-
-              The issue only occurs on GitHub Action environment with Hudi 
0.10.0 and JDK 11.
-              After few days digging, only found one place introduces 
jdk.tools,
-
-              - org.apache.hudi:hudi-common:jar:0.10.0:test
-                - org.apache.hbase:hbase-server:jar:1.2.3:test
-                  - org.apache.hadoop:hadoop-common:jar:2.5.1:test
-                    - org.apache.hadoop:hadoop-annotations:jar:2.5.1:test
-                      - jdk.tools:jdk.tools:jar:1.6:system
-            -->
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-common</artifactId>

Review Comment:
   [HUDI-1180](https://issues.apache.org/jira/browse/HUDI-1180) Upgrade HBase 
from 1.2.3 to 2.4.9.
   [HBASE-18640](https://issues.apache.org/jira/browse/HBASE-18640) Fixes leaks 
`jdk.tools` dependency in version 2.x.
   So I try to remove `hadoop-common` dependency.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to