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 08:48:39 UTC

[GitHub] [incubator-dolphinscheduler] hlzhu1983 commented on issue #3063: [QUESTION] worker get yarn application status failed

hlzhu1983 commented on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650719612


   > it occured when not enable HA. you should change HadoopUtils.Java code add appUrl = appAddress;
   > 
   > ```
   >  } else {
   >         //single resourcemanager enabled
   >         appUrl = appAddress;
   >         yarnEnabled = true;
   >     }
   > ```
   
   It's a bug. If not fit that bug, single resourcemanager application status url is blank String, will lead to error as above.


----------------------------------------------------------------
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