Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-288

Remove kill-AM-over-REST call

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • yarn
    • None

    Description

      Currently we expose a rest servlet to kill an AM:

      ApplicationMasterRestServlet.scala
        get("/am/kill") {
          client.kill(state.appAttemptId.getApplicationId)
        }

      This is useful in some cases, but is also potentially dangerous in some environments. This feature should be toggled on or off via a config and probably defaulted to off.

      Attachments

        1. SAMZA-288.patch
          1.0 kB
          Jakob Homan

        Activity

          People

            jghoman Jakob Homan
            jghoman Jakob Homan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: