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/11/10 20:02:48 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #6171: iceberg cant read parquet after configuration

RussellSpitzer commented on issue #6171:
URL: https://github.com/apache/iceberg/issues/6171#issuecomment-1310831081

   IN your note you seem to be including both Scala 2.12 and 2.13 libraries, this is probably the issue. Usually when I see noClassDef with Scala classes like ```cala/$less$colon$less``` it means multiple scala versions on the classpath.
   
   In almost all cases the only iceberg dependency you should be including with spark is a single instance of the Iceberg-spark-version-runtime.jar, nothing else should be 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: 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