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 2022/05/30 08:35:23 UTC

[GitHub] [hudi] danny0405 commented on issue #4825: [SUPPORT] flink hudi some class not found

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

   > Hi @waywtdcc @Aload , Have you solve it? i have met the same problem~
   
   Did you use the shaded jar with hive profile here ? The error shows that `org/apache/hudi/org/apache/hadoop/hive/conf/HiveConf` can not be found because when packaging the flink bundle jar, we shade the `org/apache/hadoop/hive` prefixed clazz, and if you build the jar without hive profile, the clazz can not be found because the hive-exec jar is not included.


-- 
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-unsubscribe@hudi.apache.org

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