n3nash commented on issue #2513:
URL: https://github.com/apache/hudi/issues/2513#issuecomment-771416134


   @GintokiYs You should not set the hive input format that way. 
   
   You can set hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat. 
As long as your table is registered as a Hudi table and in Hive Metastore you 
can see that the input format is 
`org.apache.hudi.hadoop.HoodieParquetInputFormat`, HiveInputFormat will 
automatically find the HoodieInputFormat and use it. 
   
   


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


Reply via email to