Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8935

stopped yarn service app does not show when "yarn app -list"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • yarn-native-services
    • None

    Description

      stopped yarn service app can be re-started or destroyed even if it does not exist in RM
      It should show including stopped yarn service app.

      $ yarn app -list
      18/10/23 15:24:19 INFO client.RMProxy: Connecting to ResourceManager at a.com/10.1.1.100:8050
      18/10/23 15:24:19 INFO client.AHSProxy: Connecting to Application History server at a.com/10.1.1.100:10200
      Total number of applications (application-types: [], states: [SUBMITTED, ACCEPTED, RUNNING] and tags: []):0
       Application-Id Application-Name Application-Type User Queue State Final-State Progress Tracking-URL
      $
      $ yarn app -destroy ats-hbase
      18/10/23 15:24:50 INFO client.RMProxy: Connecting to ResourceManager at a.com/10.1.1.100:8050
      18/10/23 15:24:51 INFO client.AHSProxy: Connecting to Application History server at a.com/10.1.1.100:10200
      18/10/23 15:24:51 INFO client.RMProxy: Connecting to ResourceManager at a.com/10.1.1.100:8050
      18/10/23 15:24:51 INFO client.AHSProxy: Connecting to Application History server at a.com/10.1.1.100:10200
      18/10/23 15:24:51 INFO util.log: Logging initialized @1617ms
      18/10/23 15:24:52 INFO client.ApiServiceClient: Successfully destroyed service ats-hbase
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kyungwan nam kyungwan nam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: