MaheshS08 opened a new pull request, #1342:
URL: https://github.com/apache/fluss/pull/1342

   
   Linked issue: close #1322 
   
   Exclude `com.alibaba.fluss.fs.hdfs.HadoopFsPlugin` from META-INF in the 
`fluss-fs-oss plugin` to resolve the `ClassNotFoundException` caused by missing 
Hadoop dependencies.
   
   ### Brief change log
   
   <!-- Please describe the changes made in this pull request and explain how 
they address the issue -->
   
   ### Tests
   
   For `fluss-fs-oss-0.8-SNAPSHOT.jar`
   
   Before:
    ``` 
       com.alibaba.fluss.fs.oss.OSSFileSystemPlugin
       com.alibaba.fluss.fs.hdfs.HadoopFsPlugin
   ```
   
   After fix :
      ```
           com.alibaba.fluss.fs.oss.OSSFileSystemPlugin
      ```
   
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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

Reply via email to