Skip to content

Commit

Permalink
🔥 Remove unnecessary CONF_FILES from KuduSourceConfig
Browse files Browse the repository at this point in the history
This commit removes the unnecessary CONF_FILES option in the KuduSourceConfig. The option was redundant and not being used in the current implementation of the Kudu Connector, thus simplifying the overall configuration.
  • Loading branch information
yangpeng committed Aug 11, 2023
1 parent 42a537f commit 85455a4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public class KuduSourceConfig implements Serializable {
.defaultValue(false)
.withDescription("kudu use.kerberos");

public static final Option<String> CONF_FILES =
Options.key("conf.files").stringType().noDefaultValue().withDescription("conf files ");

public static final Option<String> KERBEROS_PRINCIPAL =
Options.key("kerberos_principal")
.stringType()
Expand Down

0 comments on commit 85455a4

Please sign in to comment.