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
| abort_drop_partition_metadata | boolean | no | true |
44
+
| common-options || no | - |
44
45
45
46
### table_name [string]
46
47
@@ -70,6 +71,10 @@ The principal of kerberos
70
71
71
72
The keytab path of kerberos
72
73
74
+
### abort_drop_partition_metadata [list]
75
+
76
+
Flag to decide whether to drop partition metadata from Hive Metastore during an abort operation. Note: this only affects the metadata in the metastore, the data in the partition will always be deleted(data generated during the synchronization process).
77
+
73
78
### common options
74
79
75
80
Sink plugin common parameters, please refer to [Sink Common Options](common-options.md) for details
@@ -87,10 +86,6 @@ The keytab file path of kerberos authentication
87
86
88
87
The read column list of the data source, user can use it to implement field projection.
89
88
90
-
### abort_drop_partition_metadata [list]
91
-
92
-
Flag to decide whether to drop partition metadata from Hive Metastore during an abort operation. Note: this only affects the metadata in the metastore, the data in the partition will always be deleted(data generated during the synchronization process).
93
-
94
89
### compress_codec [string]
95
90
96
91
The compress codec of files and the details that supported as the following shown:
0 commit comments