nylqd commented on issue #9269:
URL: https://github.com/apache/hudi/issues/9269#issuecomment-1648923651

   > > hdfs path, since the code running on yarn and my hive-site.xml is in a 
local dir
   > 
   > I guess you are right, the hive conf dir is only valid for the catalog 
itself, not the job, the catalog does not pass around all the hive related 
config options to the job.
   > 
   > Maybe you can fire a fix for it, in the HoodieHiveCatalog, when generating 
a new catalog table, config the hive options through `hadoop.` prefix.
   > 
   > Another way is to config the system variable: `HIVE_CONF_DIR`:
   > 
   > 
![image](https://user-images.githubusercontent.com/7644508/255575833-94668579-a163-442c-b50b-36b9e5604d67.png)
   
   thx for ur clarification, after set hive tblproperties we finally sync 
schema successfully
   
   next step, we gonna try to set those properties in the HoodieHiveCatalog  


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to