We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6614ef + f024346 commit 4fdccbcCopy full SHA for 4fdccbc
src/main/java/tech/stackable/hadoop/StackableGroupMapper.java
@@ -33,9 +33,9 @@ public class StackableGroupMapper implements GroupMappingServiceProvider {
33
34
public enum HadoopConfig {
35
INSTANCE;
36
-
+ private Configuration configuration = new Configuration();
37
public Configuration getConfiguration() {
38
- return new Configuration();
+ return this.configuration;
39
}
40
41
0 commit comments