aljoscha opened a new pull request #10485: [FLINK-15121] Add public constructors for execution environments that take Configuration URL: https://github.com/apache/flink/pull/10485 ## Brief change log This makes useful constructors on ExecutionEnvironment public and adds Javadoc. This makes the useless zero-argument constructor of StreamExecutionEnvironment protected and adds Javadoc to StreamExecutionEnvironment constructors. This allows creating execution environments with arbitrary executor configurations, i.e. one can now create an execution environment that uses a YARN executor. ## Verifying this change No new tests, this only changes the constructors. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes, we add `@PublicEvolving` to constructors that should have it. - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no - The S3 file system connector: no
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
