You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/14 17:36:46 UTC

[GitHub] StefanRRichter commented on a change in pull request #7384: [FLINK-11012] Introduce abstract superclass for filesystem IT cases

StefanRRichter commented on a change in pull request #7384: [FLINK-11012] Introduce abstract superclass for filesystem IT cases
URL: https://github.com/apache/flink/pull/7384#discussion_r247585817
 
 

 ##########
 File path: flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopFileSystem.java
 ##########
 @@ -224,8 +224,8 @@ public RecoverableWriter createRecoverableWriter() throws IOException {
 	static FileSystemKind getKindForScheme(String scheme) {
 		scheme = scheme.toLowerCase(Locale.US);
 
-		if (scheme.startsWith("s3") || scheme.startsWith("emr")) {
-			// the Amazon S3 storage
+		if (scheme.startsWith("s3") || scheme.startsWith("emr") || scheme.startsWith("oss")) {
 
 Review comment:
   Maybe this change should go into s separate commit, either with a different jira or as hotfix.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services