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/08 06:23:39 UTC

[GitHub] [iceberg] luoyuxia commented on issue #2686: Read Iceberg Table via Hive: Hadoop Tables Succeed. Hive Catalog Failed. Anyone met the errors before?

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

   @0xffmeta 
   Does the following command work?
   ```sql
   ALTER TABLE flink_local_nohive SET SERDEPROPERTIES (
       'storage_handler' = 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler',
   );
   ALTER TABLE flink_local_nohive SET FILEFORMAT
       INPUTFORMAT 'org.apache.iceberg.mr.hive.HiveIcebergInputFormat'
       OUTPUTFORMAT 'org.apache.iceberg.mr.hive.HiveIcebergOutputFormat'
       SERDE 'org.apache.iceberg.mr.hive.HiveIcebergSerDe';
   ```
   There is pr #3539 is for such case, you can refer it for more details.


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