Skip to content

Commit

Permalink
[bugfix] [File Base] Fix Hadoop Kerberos authentication related issue…
Browse files Browse the repository at this point in the history
…s. (#5171)
  • Loading branch information
ic4y authored Jul 30, 2023
1 parent 94fd675 commit 2a85525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public abstract class AbstractReadStrategy implements ReadStrategy {
protected List<String> readColumns = new ArrayList<>();
protected boolean isMergePartition = true;
protected long skipHeaderNumber = BaseSourceConfig.SKIP_HEADER_ROW_NUMBER.defaultValue();
protected boolean isKerberosAuthorization = false;
protected transient boolean isKerberosAuthorization = false;

@Override
public void init(HadoopConf conf) {
Expand Down

0 comments on commit 2a85525

Please sign in to comment.