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

Return jar name when jar is uploaded

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • Runtime / Web Frontend
    • None

    Description

      As as a Jenkins user who wants to uplaod jar through http call, I want jar file name is returned after jar is uploaded.
      Currently it returns nothing, as the code shown:
      File newFile = new File(jarDir, UUID.randomUUID() + "_" + filename);
      if (tempFile.renameTo(newFile)) {
      // all went well
      return "{}";
      }
      Ref: https://github.com/apache/flink/blob/master/flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/JarUploadHandler.java#L58

      My proposal will be

      reuturn

      {"fileName": newFile.getName()}

      Any suggestion is welcome.

      Attachments

        Issue Links

          Activity

            People

              fwollert Fabian Wollert
              HungChang Sendoh
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: