Hi,
I am not sure I clearly understand what you want to do?Maybe an example would
help.
Bikas
> Date: Fri, 6 Nov 2015 13:01:47 -0600
> Subject: User defined configuration deprecations
> From: [email protected]
> To: [email protected]
>
> Devs,
>
> What is the recommended way to go about adding deprecations for user
> defined deprecations. For example, vertex managers. You could add them in
> DeprecatedKeys for know vertex managers like ShuffleVertexManager, but that
> has not been done historically.
>
> In my particular case, I want to translate mapreduce slow start setting to
> shuffleVertexManager slow start settings. I also want to add them for
> custom defined vertex managers. Hopefully this has a pretty simple answer,
> but just wanted to get thoughts?
>
> Jon