duanmeng opened a new pull request #1329:
URL: https://github.com/apache/iceberg/pull/1329


   This PR implements:
   
   - Add default Inputformat/Outputformat/serde 
(HiveIcebergInputForma,HiveIcebergOutputForma,HiveIcebergSerD) when creating 
iceberg table using SparkSQL.
   - Add Hive Runtime to support read data from hive external table by adding 
jar in hive.
   
   A hive external table would be created when create a iceberg table in 
SparkSQL, but its default Inputformat/Outputformat/serde is 
FileInputFormat/FileOutputFormat/LazySimpleSer, we can't read data from this 
external table.  With this pr we can read data from the external table in hive 
(add jar and set mapreduce.input.fileinputformat.input.dir.recursive=true).


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

Reply via email to