yabha-isomap commented on issue #7381:
URL: https://github.com/apache/hudi/issues/7381#issuecomment-1369565883

   Thanks @danny0405 . When I use following dependency
   
   ```xml
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-common</artifactId>
                        <version>3.3.4</version>
                        <scope>provided</scope>
                </dependency>
   ```
   
   Then it doesn't give the error but it doesn't work as expected. I.e. No 
records get written to hudi table.
   
   But instead if I use following dependency then it works as expected.
   
   ```xml
                <dependency>
                        <groupId>org.apache.hudi</groupId>
                        <artifactId>hudi-hadoop-mr-bundle</artifactId>
                        <version>0.12.1</version>
                </dependency>
   ```
   
   Any thoughts?


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