eric9204 commented on issue #6696:
URL: https://github.com/apache/hudi/issues/6696#issuecomment-1250200063

   > @eric9204 does the version you used contain this patch? #6631, which is 
likely to address this problem cc @alexeykudinkin
   
   @xushiyan  @YuweiXiao The version I used do contain this patch #6637 .
   But I found some problems in the  
`SparkConsistentBucketClusteringPlanStrategy.java`
   
   When I modified this 
   
   ```
   import org.apache.logging.log4j.LogManager;
   import org.apache.logging.log4j.Logger; 
   ```
   
   to
   
   ```
   import org.apache.log4j.LogManager;
   import org.apache.log4j.Logger;
   ```
   This problem of NoClassDefFoundError didn't reappear.
   
   Maybe the same changes should be applied in these file.
   
   ```
   RDDConsistentBucketPartitioner.java
   SparkConsistentBucketClusteringExecutionStrategy.java
   SparkConsistentBucketDuplicateUpdateStrategy.java
   RDDConsistentBucketPartitioner.java
   ```
   
   The same import in the `SparkSizeBasedClusteringPlanStrategy.java` was 
   
   ```
   import org.apache.log4j.LogManager;
   import org.apache.log4j.Logger;
   ```


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