Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-16654 Implement Application Mode according to FLIP-85
  3. FLINK-17796

Application mode should respect user specified classpath configuration

    XMLWordPrintableJSON

Details

    Description

      Currently, when we deploy a Flink application cluster(e.g. Yarn, K8s), C/-classpath  could not work properly. Since we override the PipelineOptions.CLASSPATHS  in YarnApplicationClusterEntrypoint  and KubernetesApplicationClusterEntrypoint . Then client updated configuration will not take effect.

      // code placeholder
      ./bin/flink run-application -p 5 -t yarn-application\
      --classpath file:///flink/shared/dependency.jar ... \
      -Dtaskmanager.memory.process.size=4096m \ examples/streaming/StateMachineExample.jar
      

      Attachments

        Issue Links

          Activity

            People

              wangyang0918 Yang Wang
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: