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


   From the docs
   
   ```
   Add the Iceberg Hive Runtime jar file to the Hive classpath¶
   Regardless of the table type, the HiveIcebergStorageHandler and supporting 
classes need to be made available on Hive’s classpath. These are provided by 
the iceberg-hive-runtime jar file. For example, if using the Hive shell, this 
can be achieved by issuing a statement like so:
   
   add jar /path/to/iceberg-hive-runtime.jar;
   There are many others ways to achieve this including adding the jar file to 
Hive’s auxiliary classpath (so it is available by default) - please refer to 
Hive’s documentation for more information.
   ```
   
   https://iceberg.apache.org/hive/
   
   Runtime jars can be pulled from 
[maven](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-hive-runtime/0.11.1)
 if you like or built locally
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to