Github user kellyzly commented on the pull request:
https://github.com/apache/spark/pull/4491#issuecomment-74207662
@tgravescs @vanzin @srowen @JoshRosen
I was glad to receive all the suggestions from you.
I summarized all of your suggestions:
* CryptoInputStream and CryptoOutputStream are two classes related with
encrypted shuffle and are marked as "private" in hadoop2.6.
We can not import classes which are marked "private". I think we can
solve this problem by following way:
Add two classes like CryptoInputStream and CryptoOutputStream in
spark, the code maybe similar as what in hadoop but only import classes which
are marked "public" from hadoop. Is it a better way to solve it?
---
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]