You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Eric Badger (Jira)" <ji...@apache.org> on 2020/08/06 21:57:00 UTC

[jira] [Created] (YARN-10391) --module-gpu functionality is broken in container-executor

Eric Badger created YARN-10391:
----------------------------------

             Summary: --module-gpu functionality is broken in container-executor
                 Key: YARN-10391
                 URL: https://issues.apache.org/jira/browse/YARN-10391
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Eric Badger
            Assignee: Eric Badger


{{--module-gpu}} doesn't set the {{operation}} variable, and so the {{main()}} function's switch statement on {{operation}} falls through to the default case. This causes it to report a failure, even though it succeeded. 

{noformat}
  default:
    fprintf(ERRORFILE, "Unexpected operation code: %d\n", operation);
    exit_code = INVALID_COMMAND_PROVIDED;
    break;
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org