Skip to content

Commit 4fdccbc

Browse files
committed
Merge remote-tracking branch 'origin/feat/opa-group-mapper' into feat/opa-group-mapper
# Conflicts: # src/main/java/tech/stackable/hadoop/StackableGroupMapper.java
2 parents f6614ef + f024346 commit 4fdccbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/tech/stackable/hadoop/StackableGroupMapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class StackableGroupMapper implements GroupMappingServiceProvider {
3333

3434
public enum HadoopConfig {
3535
INSTANCE;
36-
36+
private Configuration configuration = new Configuration();
3737
public Configuration getConfiguration() {
38-
return new Configuration();
38+
return this.configuration;
3939
}
4040
}
4141

0 commit comments

Comments
 (0)