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

   > Flink support syncing hive with params, did you try that ?
   > 
   > ```sql
   > CREATE TABLE t1(
   >   uuid VARCHAR(20),
   >   name VARCHAR(10),
   >   age INT,
   >   ts TIMESTAMP(3),
   >   `partition` VARCHAR(20)
   > )
   > PARTITIONED BY (`partition`)
   > with(
   >   ‘connector’=‘hudi’,
   >   ‘path’ = ‘hdfs://xxx.xxx.xxx.xxx:9000/t1’,
   >   ‘table.type’=‘COPY_ON_WRITE’,
   >   ‘hive_sync.enable’=‘true’,
   >   ‘hive_sync.table’=‘${hive_table}’,
   >   ‘hive_sync.db’=‘${hive_db}’,
   >   ‘hive_sync.mode’ = ‘hms’,
   >   ‘hive_sync.metastore.uris’ = ‘thrift://ip:9083’
   > );
   > ```
   
   Hi @danny0405  - not yet, unfortunately - my use case currently doesn't 
allow me to use it. I'd love to have the sync tool do the work here.


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