You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use deltastreamer write hudi and sync to hive
1.hoodie.datasource.hive_sync.sync_comment=true
2.avsc file :{"fields":[{"name":"ID","type":["string","null"],"doc":"主键"}, ...
But the id field of the hive table still has no comment
Are there any other areas that need to be configured?
The text was updated successfully, but these errors were encountered:
Environment Description
Hudi version :0.12.3
Spark version :2.4.6
Hive version :3.1.2
Hadoop version :3.1.2
Storage (HDFS/S3/GCS..) :cos
Running on Docker? (yes/no) :no
I use deltastreamer write hudi and sync to hive
1.hoodie.datasource.hive_sync.sync_comment=true
2.avsc file :{"fields":[{"name":"ID","type":["string","null"],"doc":"主键"}, ...
But the id field of the hive table still has no comment
Are there any other areas that need to be configured?
The text was updated successfully, but these errors were encountered: