Github user uce commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1524#discussion_r50253153
  
    --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java 
---
    @@ -46,30 +48,35 @@
     public abstract class FileSystem {
     
        private static final String LOCAL_FILESYSTEM_CLASS = 
"org.apache.flink.core.fs.local.LocalFileSystem";
    -   
    +
        private static final String HADOOP_WRAPPER_FILESYSTEM_CLASS = 
"org.apache.flink.runtime.fs.hdfs.HadoopFileSystem";
     
        private static final String MAPR_FILESYSTEM_CLASS = 
"org.apache.flink.runtime.fs.maprfs.MapRFileSystem";
    -   
    +
        private static final String HADOOP_WRAPPER_SCHEME = "hdwrapper";
     
    -   
    -   /** Object used to protect calls to specific methods.*/
    +
    +   /**
    --- End diff --
    
    If this was a auto-reformat: The single line `/** ... */` comments are OK.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to