biao-lvwan commented on issue #11862:
URL: https://github.com/apache/hudi/issues/11862#issuecomment-2322810920

   > compaction
   
   Although this version can perform manual compaction, it still cannot 
automatically compactCREATE TABLE test_hudi_flink4 (
   id int PRIMARY KEY NOT ENFORCED,
   name VARCHAR(10),
   price int,
   ts int,
   dtVARCHAR(10)
   )
   PARTITIONED BY (dt)
   WITH (
   'connector' = 'hudi',
   'path' = 'hdfs://hdfs-name-node:9820/flink/ceshi4',
   'table.type' = 'COPY_ON_WRITE',
   'hoodie.datasource.write.keygenerator.class' = 
'org.apache.hudi.keygen.ComplexAvroKeyGenerator',
   'hoodie.datasource.write.recordkey.field' = 'id',
   'hoodie.datasource.write.hive_style_partitioning' = 'true',
   'hive_sync.enable' = 'true',
   'hive_sync.mode' = 'hms',
   'hive_sync.metastore.uris' = 'thrift://hive-metastore-server:9083',
   'hive_sync.conf.dir'='/opt/hive/conf',
   'hive_sync.db' = 'hudi',
   'hive_sync.table' = 'test_hudi_flink4',
   'hive_sync.partition_fields' = 'dt',
   'hive_sync.partition_extractor_class' = 
'org.apache.hudi.hive.HiveStylePartitionValueExtractor'
   );
   
   
![image](https://github.com/user-attachments/assets/c59ce7a9-522a-4434-8c48-93f368752fab)
    tong'y同样的错误


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to