[jira] [Commented] (YARN-9975) Support proxy ACL user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413370#comment-17413370 ] Eric Payne commented on YARN-9975: -- AFAICT, the requirements outlined in [zhoukang's comment in YARN-9698|https://issues.apache.org/jira/browse/YARN-9698?focusedCommentId=16893744&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16893744] and in this JIRA are covered by HADOOP-17857. I am fine with closing this one as a dup of HADOOP-17857. [~cane], Thoughts? > Support proxy ACL user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: New Feature >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy ACL user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412023#comment-17412023 ] Szilard Nemeth commented on YARN-9975: -- [~epayne], Just committed HADOOP-17857. Can you confirm that one covers this jira as well? If so, can we close out this one? Thanks. > Support proxy ACL user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: New Feature >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy ACL user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412002#comment-17412002 ] Szilard Nemeth commented on YARN-9975: -- Hey [~epayne], Sorry for the late response. Thanks for following up with this and the new HADOOP-17857 jira as well. Actually, I just came across this jira and saw that it doesn't really belonged to the correct umbrellal so I commented, but me or my company did not have this use-case in mind. Anyways, I started to review HADOOP-17857 and we can continue the discussion there and on YARN-1115 after it got merged in. Thanks. > Support proxy ACL user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: New Feature >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy ACL user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17401825#comment-17401825 ] Eric Payne commented on YARN-9975: -- [~cane] / [~snemeth], for about a year, we have been running code in production that I think covers this requirement. I have opened HADOOP-17857 and outlined what our requirements were, as well as necessary changes to AccessControlList class. Please let me know if this fulfills your requirements. We have also been using this in YARN to submit apps as a proxied user but restricting the CS queue ACLs to the real user. I can submit the patch for the YARN pieces to YARN-1115 if that would be of interest. > Support proxy ACL user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: New Feature >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy ACL user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17401092#comment-17401092 ] Eric Payne commented on YARN-9975: -- bq. zhoukang, does this JIRA have the same requirements outlined in YARN-1115? [~snemeth], The requirements in YARN-1115 sound similar to this one. > Support proxy ACL user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: New Feature >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy acl user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377315#comment-17377315 ] Szilard Nemeth commented on YARN-9975: -- [~cane], I don't think this jira belongs to the correct epic. YARN-10843 is set right now but it is to cover migration from FS to CS (A.K.A. FS2CS). > Support proxy acl user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: Sub-task >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in https://issues.apache.org/jira/browse/YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org
[jira] [Commented] (YARN-9975) Support proxy acl user for CapacityScheduler
[ https://issues.apache.org/jira/browse/YARN-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976796#comment-16976796 ] Eric Payne commented on YARN-9975: -- [~cane], does this JIRA have the same requirements outlined in YARN-1115? > Support proxy acl user for CapacityScheduler > > > Key: YARN-9975 > URL: https://issues.apache.org/jira/browse/YARN-9975 > Project: Hadoop YARN > Issue Type: Sub-task >Reporter: zhoukang >Assignee: zhoukang >Priority: Major > > As commented in https://issues.apache.org/jira/browse/YARN-9698. > I will open a new jira for the proxy user feature. > The background is that we have long running sql thriftserver for many users: > {quote}{{user->sql proxy-> sql thriftserver}}{quote} > But we do not have keytab for all users on 'sql proxy'. We just use a super > user like 'sql_prc' to submit the 'sql thriftserver' application. To support > this we should change the scheduler to support proxy user acl -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org