This is an automated email from the ASF dual-hosted git repository.
godfrey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 144a9b2 [FLINK-20351] Correct the logging of the location of a task
failure on the JM
add 78d6ef6 [FLINK-18545][configuration] Introduce `pipeline.name` to
allow users to specify job name by configuration
add eaad167 [FLINK-18545][configuration] Allow users to specify job name
by configuration in ExecutionEnvironment
add 56edecd [FLINK-18545][python] Specify job name by `pipeline.name` for
flink-python
add 88d0ee0 [FLINK-18545][table] Specify job name by `pipeline.name` for
sql job
No new revisions were added by this update.
Summary of changes:
.../generated/pipeline_configuration.html | 6 ++++
.../flink/client/ExecutionEnvironmentTest.java | 35 ++++++++++++++++++++++
.../flink/configuration/PipelineOptions.java | 10 +++++++
.../flink/api/java/ExecutionEnvironment.java | 19 +++++++-----
.../apache/flink/python/util/PythonConfigUtil.java | 4 ++-
.../flink/python/util/PythonConfigUtilTest.java | 17 +++++++++++
.../environment/StreamExecutionEnvironment.java | 15 +++++++---
.../api/StreamExecutionEnvironmentTest.java | 33 ++++++++++++++++++++
.../table/api/internal/TableEnvironmentImpl.java | 10 +++++--
9 files changed, 134 insertions(+), 15 deletions(-)