Riddle4045 commented on issue #9435:
URL: https://github.com/apache/hudi/issues/9435#issuecomment-1678406201

   > > HMS props for the Hudi table creating using Flink SQL
   > 
   > You are using the Flink Hive catalog, the table are actually created by 
the hive catalog. Actually we have a separate Hudi hive catalog instead, the 
syntax looks like:
   > 
   > ```sql
   >   CREATE CATALOG hoodie_catalog
   >   WITH (
   >     'type'='hudi',
   >     'catalog.path' = '${catalog root path}',
   >     'hive.conf.dir' = '${hive-site.xml dir}',
   >     'mode'='hms'
   >   );
   > ```
   > 
   > The error log in JM indicates a missing calcite-core jar, you can fix it 
by adding it to the classpath.
   
   Thanks, I'll give it a try! 
   @danny0405 in the table definition I specified `connector=hudi` is that not 
sufficient? 


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