forked from bsdfish/ScalaHadoop
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
If you specify a ConfigurationModifier in the task chain, it is not applied to all configurations in the chain, only the step before the modifier is specified.
- It should be possible to inherit the modifiers.
- It should be possible to override a configuration change made by a previous ConfigurationModifier with a subsequent ConfigurationModifier.