blackmani commented on issue #5267:
URL: https://github.com/apache/iceberg/issues/5267#issuecomment-1243026099

   I face the same problem too!
   hive> add jar 
hdfs://sserver1:9000/spark/jars/iceberg-hive-runtime-0.14.0.jar;
   Added 
[/tmp/27d8cc24-d1c9-4286-a2be-a3dcb6993fe7_resources/iceberg-hive-runtime-0.14.0.jar]
 to class path
   Added resources: 
[hdfs://sserver1:9000/spark/jars/iceberg-hive-runtime-0.14.0.jar]
   hive> use default;
   OK
   Time taken: 0.51 seconds
   hive> create EXTERNAL table test_iceberg_tbl2(
       > id int,
       > name string,
       > age int
       > )
       > partitioned by (dt string)
       > stored by 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'
       > ;
   FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: 
MetaException(message:java.lang.NoClassDefFoundError Could not initialize class 
org.apache.iceberg.mr.hive.serde.objectinspector.IcebergObjectInspector)
   


-- 
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: [email protected]

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