Fix issue 4536 suggested by @@erikdubbelboer (#4541)

This commit is contained in:
Slim 2017-07-13 14:14:31 -07:00 committed by Gian Merlino
parent 960cb07ea6
commit c5c17bb803
1 changed files with 3 additions and 3 deletions

View File

@ -269,7 +269,7 @@ public class HadoopTuningConfig implements TuningConfig
numBackgroundPersistThreads,
forceExtendableShardSpecs,
useExplicitVersion,
null
allowedHadoopPrefix
);
}
@ -294,7 +294,7 @@ public class HadoopTuningConfig implements TuningConfig
numBackgroundPersistThreads,
forceExtendableShardSpecs,
useExplicitVersion,
null
allowedHadoopPrefix
);
}
@ -319,7 +319,7 @@ public class HadoopTuningConfig implements TuningConfig
numBackgroundPersistThreads,
forceExtendableShardSpecs,
useExplicitVersion,
null
allowedHadoopPrefix
);
}