Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-36832

Add LauncherProtocol to K8s resource manager client

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.2
    • None
    • Spark Submit
    • None

    Description

      Refer to: org.apache.spark.deploy.yarn.Client

      private val launcherBackend = new LauncherBackend() {
        override protected def conf: SparkConf = sparkConf  override def onStopRequest(): Unit = {
          if (isClusterMode && appId != null) {
            yarnClient.killApplication(appId)
          } else {
            setState(SparkAppHandle.State.KILLED)
            stop()
          }
        }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            timothy65535 timothy65535
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: