junsionzhang commented on issue #2357: URL: https://github.com/apache/iceberg/issues/2357#issuecomment-807874241
> Sorry @junsionzhang, I was not clear enough: > > * Please provide the output for `set iceberg.mr.catalog` - I suspect the catalog is not set in your Hive environment. > > Base on the output of the `DESCRIBE` I see that when the table is created the `hive.engine.enabled` was not set to true, so the `SerDe`, `InputFormat`, `OutputFormat` is not set correctly. > > Please check the https://iceberg.apache.org/hive/ page for more details. > > Thanks, > Peter Thank you so much. 1)when I run 'SET iceberg.mr.catalog;' for the first time after luanching hive comannd ,it says ''iceberg.mr.catalog is undefined' but after running 'SET iceberg.mr.catalog=hive' ,the command 'SET iceberg.mr.catalog;' works fine and the ouput is 'iceberg.mr.catalog=hive' 2) I do put the iceberg-hive-runtime-0.11.0.jar under $HIVE_HOME/lib 3) what the SerDe, InputFormat, OutputFormat should be if everything is correct? -- 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]
