Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 20, 2024
1 parent cccd8fb commit 387d56b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rust/operator-binary/src/security/kerberos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ impl CoreSiteConfigBuilder {
"dfs.namenode.kerberos.principal.pattern",
format!("nn/{principal_host_part}"),
);
// // Otherwise we fail with `java.io.IOException: No groups found for user nn`
// // Default value is `dr.who=`, so we include that here
// .add(
// "hadoop.user.group.static.mapping.overrides",
// "dr.who=;nn=;nm=;jn=;",
// );

self.add_wire_encryption_settings();
}
Expand Down

0 comments on commit 387d56b

Please sign in to comment.