[ 
https://issues.apache.org/jira/browse/OOZIE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101735#comment-13101735
 ] 

Hadoop QA commented on OOZIE-249:
---------------------------------

bansalmayank remarked:
hi,

The code which i was referring in the previous comment, 
you can find it in 

CoordSubmitCommand.java


private void resolveSLA(Element eAppXml, CoordinatorJobBean coordJob) throws 
CommandException {
        // String prefix = XmlUtils.getNamespacePrefix(eAppXml,
        // SchemaService.SLA_NAME_SPACE_URI);
        Element eSla = eAppXml.getChild("action", 
eAppXml.getNamespace()).getChild("info",
                                                                                
   Namespace.getNamespace(SchemaService.SLA_NAME_SPACE_URI));

> GH-332: Authentication module for oozie
> ---------------------------------------
>
>                 Key: OOZIE-249
>                 URL: https://issues.apache.org/jira/browse/OOZIE-249
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> As Oozie is the workflow engine on the gateway, it has to be integrated with 
> all other grid systems in order to run jobs and compliant with their 
> authentication policy. Oozie should authenticate those users and propagate 
> credentials (i.e delegation tokens) to the tasks through job conf by that 
> they can be used by the tasks to authenticate themselves against those 
> systems while running.
> We need one unified interface for user by which they can specify what all the 
> systems they want to use and authenticate against and should be able to 
> provide configuration for authentication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to