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/01 03:23:40 UTC

[GitHub] [iceberg] luoyuxia commented on issue #5175: java.lang.IllegalArgumentException: Table identifier not set

luoyuxia commented on issue #5175:
URL: https://github.com/apache/iceberg/issues/5175#issuecomment-1297973544

   The table is with iceberg format which requires special parameters,  but you try to read it as a normal hive table with Flink which miss the required parameters.
   You can try to set the property `iceberg.mr.table.identifier`, `iceberg.mr.table.location`  in hive-site.xml, and I think it should work.


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