This is an automated email from the ASF dual-hosted git repository.
sewen pushed a change to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git.
from c4e9743 [FLINK-9526][e2e] Fix unstable BucketingSink end-to-end test
new 99d0064 [hotfix][tests] Refactor MapR FS Tests
new 80452f1 [FLINK-13499][maprfs] Handle MapR dependency purely through
reflection
The 2 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:
flink-filesystems/flink-mapr-fs/pom.xml | 38 +----
.../flink/runtime/fs/maprfs/MapRFileSystem.java | 181 ---------------------
.../flink/runtime/fs/maprfs/MapRFsFactory.java | 170 ++++++++++++++++++-
.../src/test/java/com/mapr/fs/MapRFileSystem.java | 90 ++++++++++
.../runtime/fs/maprfs/FileSystemAccessTest.java | 42 -----
.../flink/runtime/fs/maprfs/MapRFreeTests.java | 74 ---------
.../flink/runtime/fs/maprfs/MapRFsFactoryTest.java | 84 ++--------
.../runtime/fs/maprfs/MapRNotInClassPathTest.java | 149 +++++++++++++++++
tools/travis_controller.sh | 3 +-
9 files changed, 430 insertions(+), 401 deletions(-)
delete mode 100644
flink-filesystems/flink-mapr-fs/src/main/java/org/apache/flink/runtime/fs/maprfs/MapRFileSystem.java
create mode 100644
flink-filesystems/flink-mapr-fs/src/test/java/com/mapr/fs/MapRFileSystem.java
delete mode 100644
flink-filesystems/flink-mapr-fs/src/test/java/org/apache/flink/runtime/fs/maprfs/FileSystemAccessTest.java
delete mode 100644
flink-filesystems/flink-mapr-fs/src/test/java/org/apache/flink/runtime/fs/maprfs/MapRFreeTests.java
create mode 100644
flink-filesystems/flink-mapr-fs/src/test/java/org/apache/flink/runtime/fs/maprfs/MapRNotInClassPathTest.java