You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lei Chang (JIRA)" <ji...@apache.org> on 2015/11/21 04:06:11 UTC

[jira] [Updated] (HAWQ-65) Logic error in function:ExtractPrincipalFromTicketCache in resourcebrokewr_libyarn_proc.c

     [ https://issues.apache.org/jira/browse/HAWQ-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lei Chang updated HAWQ-65:
--------------------------
    Fix Version/s: 2.0.0-beta-incubating

> Logic error in function:ExtractPrincipalFromTicketCache in resourcebrokewr_libyarn_proc.c
> -----------------------------------------------------------------------------------------
>
>                 Key: HAWQ-65
>                 URL: https://issues.apache.org/jira/browse/HAWQ-65
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Lin Wen
>            Assignee: Lin Wen
>             Fix For: 2.0.0-beta-incubating
>
>
> from line:320
> 	if (!cache) {
>         if (0 != setenv("KRB5CCNAME", cache, 1)) {
>             elog(WARNING, "Cannot set env parameter \"KRB5CCNAME\" when extract principal from cache:%s", cache);
>             return NULL;
>         }
>     }
> should be:
>     if (cache) {
> if cache is not null, set KRB5CCNAME with its value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)