Issue Details (XML | Word | Printable)

Key: HADOOP-4850
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Arun C Murthy
Reporter: Arun C Murthy
Votes: 0
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Fix IPC Client to not use UGI

Created: 12/Dec/08 02:31 AM   Updated: 08/Oct/09 07:50 AM
Return to search
Component/s: ipc
Affects Version/s: 0.20.0
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Blocker
 
Reference
 


 Description  « Hide
Hadoop embraced JAAS via HADOOP-4348.

We need to fix IPC Client to use standard features of JAAS such as LoginContext, Subject etc. rather than UserGroupInformation in the IPC header, Client.Connection etc.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Arun C Murthy added a comment - 08/Oct/09 07:50 AM
Some details:
  1. Stop sending UGI objects over the wire for RPCs (after HADOOP-4656 is committed)
  2. Use JAAS's LoginContext (via HADOOP-6299) to get user credentials in the RPC layer