You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/01 08:15:36 UTC

[GitHub] [iceberg] zeromsi opened a new issue #3835: Need a working maven dependency

zeromsi opened a new issue #3835:
URL: https://github.com/apache/iceberg/issues/3835


   I'm using hive metastore, s3 , spark to create table. Getting ```NoClassDefFoundError``` again and again. Can anyone help me by providing a working pom.xml file? 


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] youngxinler commented on issue #3835: Need a working maven dependency

Posted by GitBox <gi...@apache.org>.
youngxinler commented on issue #3835:
URL: https://github.com/apache/iceberg/issues/3835#issuecomment-1004781800


   NoClassDefFoundError usually has a class conflict in the project, you can check whether the relevant dependencies of the project are repeatedly introduced.
   if no relevant dependencies are introduced, the error that appears is ClassNotFoundException. @zeromsi 


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] flyrain commented on issue #3835: Need a working maven dependency

Posted by GitBox <gi...@apache.org>.
flyrain commented on issue #3835:
URL: https://github.com/apache/iceberg/issues/3835#issuecomment-1005265459


   It'd be better to provide more details to get help. Something like a full stack trace, what did you do to trigger the issue.


-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org