You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/12/11 07:17:08 UTC

[jira] [Commented] (TEZ-606) Fix Tez to work with kerberos security

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

Bikas Saha commented on TEZ-606:
--------------------------------

Thanks for this long due change! Looks like we removed all MR references but the following is still there. Inadvertent or unavoidable?
{code}
+public class TezAMPolicyProvider extends PolicyProvider {
+  
+  private static final Service[] tezApplicationMasterServices = 
+      new Service[] {
+    new Service(
+        MRJobConfig.MR_AM_SECURITY_SERVICE_AUTHORIZATION_TASK_UMBILICAL,
+        TezTaskUmbilicalProtocol.class),
+    new Service(
+        MRJobConfig.MR_AM_SECURITY_SERVICE_AUTHORIZATION_CLIENT,
+        DAGClientAMProtocolBlockingPB.class)
+  };
{code}

> Fix Tez to work with kerberos security
> --------------------------------------
>
>                 Key: TEZ-606
>                 URL: https://issues.apache.org/jira/browse/TEZ-606
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Rohini Palaniswamy
>            Assignee: Siddharth Seth
>             Fix For: 0.3.0
>
>         Attachments: TEZ-606.2.wip.txt, TEZ-606.3.wip.txt, TEZ-606.4.wip.txt, TEZ-606.5.txt
>
>




--
This message was sent by Atlassian JIRA
(v6.1.4#6159)