pvary commented on issue #2442: URL: https://github.com/apache/iceberg/issues/2442#issuecomment-816408287
As a first try I would stick to the `add jar ...` solution. Hive has plenty of moving parts and it could be painful to add jars on other ways. OTOH `add jar ...` should be working so I would stick to that and when that works then I would move forward and try the classpath stuff which is usually deployment dependent. The other issue, where the table created through Flink does not have the correct InputFormat / OutputFormat seems like another thing where Flink does not set the `hive.engine.enabled` table property on table creation. -- 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]
