You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/05/13 13:28:54 UTC

[GitHub] [incubator-hudi] arw357 commented on issue #489: Seeing Netty package version mismatch when using hoodie bundle jars

arw357 commented on issue #489: Seeing Netty package version mismatch when using hoodie bundle jars
URL: https://github.com/apache/incubator-hudi/issues/489#issuecomment-491822369
 
 
   I have reproduced the error with 0.4.5 - I managed to get around that by excluding netty and some other things from the spark-bundle ( which we are using )  . 
   ```
      <artifactSet>
                   <excludes>
   ...
                     <exclude>org.mortbay.jetty:*</exclude>
                     <exclude>io.netty:*</exclude>
                     <exclude>com.fasterxml.jackson.core:*</exclude>
                     <exclude>com.fasterxml.jackson.module:*</exclude>
   ...
                   </excludes>
   </artifactSet>
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services