You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/06/28 07:05:21 UTC

[GitHub] [incubator-dolphinscheduler] super-sponge edited a comment on issue #3063: [QUESTION] worker get yarn application status failed

super-sponge edited a comment on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650707983


    it occured when not enable HA.  you should change    HadoopUtils.Java   code  add       appUrl = appAddress;
     
        } else {
               //single resourcemanager enabled
               appUrl = appAddress;
               yarnEnabled = true;
           }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org