Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3372

Setting custom YARN application name is ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10.1
    • 0.10.3
    • Deployment / YARN
    • None

    Description

      The -ynm optional argument is ignored. From my debugging FlinkYarnClientBase does the right thing to parse and set the value. CliFrontend ignores this parsed value, always calling

                  flinkYarnClient.setName("Flink Application: " + programName);
      

      down in getClient(CommandLineOptions, String, int). Thus every job submission to YARN is identifiable only by its classname.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ndimiduk Nick Dimiduk
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: