zzcclp opened a new issue, #5108:
URL: https://github.com/apache/incubator-gluten/issues/5108

   ### Backend
   
   CH (ClickHouse)
   
   ### Bug description
   
   Fix the classes in the hadoop-common conflict when running ut local.
   
   Env: Idea + Hadoop 3.3.1
   UT: GlutenClickHouseMergeTreeWriteOnS3Suite / 
GlutenClickHouseMergeTreeWriteOnHDFSSuite
   Error:
   ```
   java.lang.NoClassDefFoundError: xxxxx
        at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:634)
        at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:619)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:149)
        at 
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3469)
        at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:174)
        at 
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3574)
        at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3521)
        at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:540)
        at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:288)
   ```
   
   RC:
   The jar `hive-hcatalog-core` includes the hadoop-common 2.7.2 and 
hadoop-hdfs 2.7.2, which conflict with the hadoop 3.3.1 when running ut with 
hadoop-3.3 profile.
   
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   _No response_


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