Github user tgravescs commented on the pull request:
https://github.com/apache/spark/pull/4491#issuecomment-74277671
@kellyzly There is a jira to go cleanup anywhere we are using private
interfaces. There may be a few we can't get away with but we should minimize.
In this case I don't think you really need MRJobConfig as I think you are just
using it for convenience (unless I've missed something). Its easy enough to
create spark config for things like MR_ENCRYPTED_INTERMEDIATE_DATA_BUFFER_KB,
DEFAULT_MR_ENCRYPTED_INTERMEDIATE_DATA_KEY_SIZE_BITS, etc..
Its also using this in common spark code whereas the other is in YARN
specific code.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]