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

Accept --name option in spark-submit

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.4.1
    • 1.5.0
    • Spark Shell
    • None

    Description

      Currently spark-shell command does not accept specifying its application name via --name option, as it is hard coded as "Spark shell" in org.apache.spark.repl.Main.
      I think it's better if the app name is user configurable.
      The major problem of using the default application name "Spark shell" is that Monitoring JSON API (http://<spark-shell-host>:4040/api/v1/applications/app-id/) cannot be used with spark-shell, as the application ID contains space character.

      Attachments

        Issue Links

          Activity

            People

              kmaehashi Kenichi Maehashi
              kmaehashi Kenichi Maehashi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: