This is an automated email from the ASF dual-hosted git repository.
sewen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from fc37b6d [FLINK-9495][kubernetes] Implement ResourceManager for
Kubernetes
new 5f5cdeb [hotfix][runtime] Checkstyle fixes in JobVertex
new 8caea1a [FLINK-14454][tests] Re-enable
SavepointSerializers.setFailWhenLegacyStateDetected after tests
new 56cd59f [FLINK-14907] [filesystems] Add
EnvironmentVariableKeyProvider for Azure Blob Storage
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:
docs/ops/filesystems/azure.md | 19 ++++++---
.../fs/azurefs/EnvironmentVariableKeyProvider.java | 48 ++++++++++++++++++++++
.../apache/flink/runtime/jobgraph/JobVertex.java | 4 +-
.../utils/SavepointMigrationTestBase.java | 17 +++++---
.../restore/AbstractOperatorRestoreTestBase.java | 6 +++
5 files changed, 81 insertions(+), 13 deletions(-)
create mode 100644
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/EnvironmentVariableKeyProvider.java