Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-5467

Flume: add processes endpoint

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • ambari-server
    • None

    Description

      Add a generic facility to report on processes. The first host_component to support this will be a FLUME_HANDLER to report on the running flume processes. The format of this command will be:

      GET /api/v1/clusters/c1/hosts/h1/host_components/FLUME_HANDLER/processes
      {
        "href": "http://...",
        "items": [
          {
            "name": "a1",
            "status": "RUNNING"
          },
          {
            "name": "b1",
            "status": "NOT_RUNNING"
          }
        ]
      }
      

      Attachments

        Issue Links

          Activity

            People

              ncole@hortonworks.com Nate Cole
              ncole@hortonworks.com Nate Cole
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: