You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Benoy Antony (JIRA)" <ji...@apache.org> on 2013/10/17 23:47:42 UTC

[jira] [Created] (HADOOP-10057) Add ability in Hadoop servers (Namenode, JobTracker Datanode ) to support multiple QOP (Authentication , Privacy) simlutaneously

Benoy Antony created HADOOP-10057:
-------------------------------------

             Summary: Add ability in Hadoop servers (Namenode, JobTracker Datanode ) to support multiple QOP  (Authentication , Privacy) simlutaneously
                 Key: HADOOP-10057
                 URL: https://issues.apache.org/jira/browse/HADOOP-10057
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 1.2.1
            Reporter: Benoy Antony
            Assignee: Benoy Antony


Add ability in Hadoop servers (Namenode, JobTracker Datanode ) to support multiple QOP  (Authentication , Privacy) simlutaneously


Hadoop Servers currently support only one QOP(quality of protection)for the whole cluster.
We want Hadoop servers to support multiple QOP  at the same time. 
The logic used to determine the QOP should be pluggable.
This will enable hadoop servers to communicate with different types of clients with different QOP.

A sample usecase:
Let each Hadoop server support two QOP .
1. Authentication
2. Privacy (Privacy includes Authentication) .
The Hadoop servers and internal clients require to do Authentication only without incurring cost of encryption. External clients use Privacy. 

An ip-whitelist logic to determine the QOP is provided and used as the default QOP resolution logic.
 



--
This message was sent by Atlassian JIRA
(v6.1#6144)