This is an automated email from the ASF dual-hosted git repository.
godfrey pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 65a6b0f [FLINK-20351] Correct the logging of the location of a task
failure on the JM
new a10da90 [FLINK-18545][configuration] Introduce `pipeline.name` to
allow users to specify job name by configuration
new 6a12ae3 [FLINK-18545][configuration] Allow users to specify job name
by configuration in ExecutionEnvironment
new 7ae1a5b [FLINK-18545][table] Specify job name by `pipeline.name` for
sql job
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../generated/pipeline_configuration.html | 6 ++++
.../flink/client/ExecutionEnvironmentTest.java | 35 ++++++++++++++++++++++
.../flink/configuration/PipelineOptions.java | 10 +++++++
.../flink/api/java/ExecutionEnvironment.java | 19 +++++++-----
.../environment/StreamExecutionEnvironment.java | 15 +++++++---
.../api/StreamExecutionEnvironmentTest.java | 33 ++++++++++++++++++++
.../table/api/internal/TableEnvironmentImpl.java | 10 +++++--
7 files changed, 114 insertions(+), 14 deletions(-)