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 04:51:38 UTC

[GitHub] [incubator-dolphinscheduler] hlzhu1983 opened a new issue #3063: [QUESTION] worker get yarn application status failed

hlzhu1983 opened a new issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063


   1.worker log
   ![image](https://user-images.githubusercontent.com/9334358/85938206-ad4efd00-b93d-11ea-9454-7384ffdfdf97.png)
   2.worker conf 
   ![image](https://user-images.githubusercontent.com/9334358/85938218-ce175280-b93d-11ea-8e5b-4057c01f7dd4.png)
   3.yarn app stauts
   ![image](https://user-images.githubusercontent.com/9334358/85938227-e5564000-b93d-11ea-806b-e4a0e550081a.png)
   
   How can I solve this problem?


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



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

Posted by GitBox <gi...@apache.org>.
hlzhu1983 closed issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063


   


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
super-sponge commented on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650722697


   > > 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.
   
   yes! 


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



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

Posted by GitBox <gi...@apache.org>.
super-sponge commented on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650722984


   > We have made changes to support multiple yarn clusters, using YARN CLI to obtain the state of the application
   
   does single yarn runing normal?


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



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

Posted by GitBox <gi...@apache.org>.
wa-ooo commented on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650719000


   We have made changes to support multiple yarn clusters, using YARN CLI to obtain the state of the application


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
super-sponge commented on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650707983


        HadoopUtils.Java   207 lines  
          } 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



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

Posted by GitBox <gi...@apache.org>.
super-sponge removed a comment on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650722984


   > We have made changes to support multiple yarn clusters, using YARN CLI to obtain the state of the application
   
   does single yarn runing normal?


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



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

Posted by GitBox <gi...@apache.org>.
super-sponge edited a comment on issue #3063:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3063#issuecomment-650722697


   > > 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.
   
   yes!  fix the code ,build and replace the jar 


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