Description
Currently Hadoop RPC allows protocol annotations as the only way to pass security information. This becomes a problem if protocols are generated and not hand written. For example protocols generated via Avro and passed over Avro tunnel (AvroRpcEngine.java) can't pass the security information.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-6659 Switch RPC to use Avro
- Resolved