[GitHub] [hudi] danny0405 commented on issue #6588: [SUPPORT]Caused by: java.lang.ClassNotFoundException: org.apache.hudi.org.apache.avro.util.Utf8

2022-12-12 Thread GitBox


danny0405 commented on issue #6588:
URL: https://github.com/apache/hudi/issues/6588#issuecomment-1347638244

   @xushiyan Did you know the background that the spark-bundle does not include 
avro as a dependency ?


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] danny0405 commented on issue #6588: [SUPPORT]Caused by: java.lang.ClassNotFoundException: org.apache.hudi.org.apache.avro.util.Utf8

2022-12-12 Thread GitBox


danny0405 commented on issue #6588:
URL: https://github.com/apache/hudi/issues/6588#issuecomment-1347633205

   It seems you did not shade the avro correctly for your spark bundle jar


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] danny0405 commented on issue #6588: [SUPPORT]Caused by: java.lang.ClassNotFoundException: org.apache.hudi.org.apache.avro.util.Utf8

2022-09-04 Thread GitBox


danny0405 commented on issue #6588:
URL: https://github.com/apache/hudi/issues/6588#issuecomment-1236524891

   what jar did you use for spark, you can open the spark jar with command:
   ```shell
   vim xxx.jar
   ```
   
   and search about the missing clazz to see if the jar includes it.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] danny0405 commented on issue #6588: [SUPPORT]Caused by: java.lang.ClassNotFoundException: org.apache.hudi.org.apache.avro.util.Utf8

2022-09-04 Thread GitBox


danny0405 commented on issue #6588:
URL: https://github.com/apache/hudi/issues/6588#issuecomment-1236516899

   Seems that spark bundle jar does not contain the shaded avro clazz.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org