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

sewen pushed a commit to branch release-1.7
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bbbb9aadc3405635dc385e025101dcf268f39ea4
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Thu Nov 15 22:52:36 2018 +0100

    [FLINK-10869] [tests] Remove Yarn staging test for deprecated Hadoop s3:// 
filesystem.
    
    That filesystem is no longer supported by Hadoop, is discouraged to use, 
and is
    unable to work with any non-overall-permissive permission setup.
---
 .../apache/flink/yarn/YarnFileStageTestS3ITCase.java    | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git 
a/flink-yarn/src/test/java/org/apache/flink/yarn/YarnFileStageTestS3ITCase.java 
b/flink-yarn/src/test/java/org/apache/flink/yarn/YarnFileStageTestS3ITCase.java
index bd9d699..0fa9893 100644
--- 
a/flink-yarn/src/test/java/org/apache/flink/yarn/YarnFileStageTestS3ITCase.java
+++ 
b/flink-yarn/src/test/java/org/apache/flink/yarn/YarnFileStageTestS3ITCase.java
@@ -164,23 +164,6 @@ public class YarnFileStageTestS3ITCase extends TestLogger {
                }
        }
 
-       /**
-        * Verifies that nested directories are properly copied with a 
<tt>s3a://</tt> file
-        * systems during resource uploads for YARN.
-        */
-       @Test
-       public void testRecursiveUploadForYarnS3() throws Exception {
-               try {
-                       Class.forName("org.apache.hadoop.fs.s3.S3FileSystem");
-               } catch (ClassNotFoundException e) {
-                       // not in the classpath, cannot run this test
-                       String msg = "Skipping test because S3FileSystem is not 
in the class path";
-                       log.info(msg);
-                       assumeNoException(msg, e);
-               }
-               testRecursiveUploadForYarn("s3", "testYarn-s3");
-       }
-
        @Test
        public void testRecursiveUploadForYarnS3n() throws Exception {
                try {

Reply via email to