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.
1 parent 8606249 commit f024346Copy full SHA for f024346
src/main/java/tech/stackable/hadoop/StackableGroupMapper.java
@@ -33,8 +33,9 @@ public class StackableGroupMapper implements GroupMappingServiceProvider {
33
34
public enum HadoopConfig {
35
INSTANCE;
36
+ private Configuration configuration = new Configuration();
37
public Configuration getConfiguration() {
- return new Configuration();
38
+ return this.configuration;
39
}
40
41
0 commit comments