This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from b360019  [FLINK-15241] Revert the unexpected change of the 
configuration for Mesos CPU cores
     add 9fd5376  [hotfix][travis] Made shade.sh standard shell compliant.
     add 470b1fc  [hotfix][e2e] Added "minio" to test descriptions.
     add feef1a0  [hotfix][filesystems] Also mirroring s3.path-style-access.
     add cfe75bc  [FLINK-11956][travis] Removed S3 shading checks from build 
script.
     add 8ec545d  [FLINK-11956][filesystem] Remove relocations from s3 plugins.

No new revisions were added by this update.

Summary of changes:
 docs/ops/filesystems/index.md                      |   3 +-
 docs/ops/filesystems/index.zh.md                   |   3 +-
 docs/ops/filesystems/s3.md                         |   6 +-
 docs/ops/filesystems/s3.zh.md                      |   6 +-
 flink-end-to-end-tests/run-pre-commit-tests.sh     |   4 +-
 flink-end-to-end-tests/test-scripts/common.sh      |   2 +-
 flink-filesystems/flink-s3-fs-base/pom.xml         | 206 +++++++++++++--------
 .../src/main/resources/META-INF/NOTICE             |  24 ---
 flink-filesystems/flink-s3-fs-hadoop/pom.xml       |  42 +++--
 .../flink/fs/s3hadoop/S3FileSystemFactory.java     |  14 +-
 .../src/main/resources/META-INF/NOTICE             |  43 +++++
 .../main/resources/META-INF/licenses/LICENSE-re2j  |   0
 .../resources/META-INF/licenses/LICENSE-stax2api   |   0
 .../flink/fs/s3hadoop/HadoopS3FileSystemTest.java  |   2 +-
 flink-filesystems/flink-s3-fs-presto/pom.xml       |  67 +++----
 .../flink/fs/s3presto/S3FileSystemFactory.java     |  14 +-
 .../src/main/resources/META-INF/NOTICE             |  39 +++-
 .../main/resources/META-INF/licenses/LICENSE-re2j  |   0
 .../resources/META-INF/licenses/LICENSE-stax2api   |   0
 .../flink/fs/s3presto/PrestoS3FileSystemTest.java  |   2 +-
 tools/travis/shade.sh                              |  28 +--
 21 files changed, 279 insertions(+), 226 deletions(-)
 delete mode 100644 
flink-filesystems/flink-s3-fs-base/src/main/resources/META-INF/NOTICE
 create mode 100644 
flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE
 copy flink-filesystems/{flink-fs-hadoop-shaded => 
flink-s3-fs-hadoop}/src/main/resources/META-INF/licenses/LICENSE-re2j (100%)
 copy flink-filesystems/{flink-fs-hadoop-shaded => 
flink-s3-fs-hadoop}/src/main/resources/META-INF/licenses/LICENSE-stax2api (100%)
 copy flink-filesystems/{flink-fs-hadoop-shaded => 
flink-s3-fs-presto}/src/main/resources/META-INF/licenses/LICENSE-re2j (100%)
 copy flink-filesystems/{flink-fs-hadoop-shaded => 
flink-s3-fs-presto}/src/main/resources/META-INF/licenses/LICENSE-stax2api (100%)

Reply via email to