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 2021/04/06 14:23:52 UTC

[GitHub] [iceberg] junsionzhang edited a comment on issue #2357: hive cannot get data from iceberg table

junsionzhang edited a comment on issue #2357:
URL: https://github.com/apache/iceberg/issues/2357#issuecomment-814162662


   the hive-site.xml is as follows:
   <property>
       <name>iceberg.mr.catalog</name>
       <value>hive</value>
     </property>
     <property>
       <name>iceberg.engine.hive.enabled</name>
       <value>true</value>
     </property>
   when  both iceberg.mr.catalog and iceberg.engine.hive.enabled  can be confirm  in the hive command shell. but it still does not work, the formatted values are still not right:
   
   Storage Information
   SerDe Library:      	org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
   InputFormat:        	org.apache.hadoop.mapred.TextInputFormat
   OutputFormat:       	org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org