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/21 16:32:41 UTC

[GitHub] [iceberg] asheeshgarg commented on issue #6003: Vectorized Read

asheeshgarg commented on issue #6003:
URL: https://github.com/apache/iceberg/issues/6003#issuecomment-1322337039

   @nastra 
   I have removed the spark dependency and just added raw 
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-common</artifactId>
         <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-core</artifactId>
         <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-data</artifactId>
         <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-hive-metastore</artifactId>
         <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-parquet</artifactId>
         <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-arrow</artifactId>
         <version>1.0.0</version>
       </dependency>
   
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-common</artifactId>
         <version>3.3.1</version>
       </dependency>
   
   
   I am getting java.lang.NoClassDefFoundError: org/apache/thrift/TException Do we have list of depedency that we need to set in order to read the datafiles from iceberg in Pure Java API without any processing Engine.


-- 
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