frwrdt commented on a change in pull request #3237: Broker load username URL: https://github.com/apache/incubator-doris/pull/3237#discussion_r401371953
########## File path: fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java ########## @@ -338,7 +333,20 @@ public BrokerFileSystem getDistributedFileSystem(String path, Map<String, String } conf.set(FS_HDFS_IMPL_DISABLE_CACHE, "true"); - FileSystem dfsFileSystem = FileSystem.get(pathUri.getUri(), conf); + FileSystem dfsFileSystem = null; Review comment: The version 2.7.3 of package _hadoop-common_ including this method is the same as package _hadoop-hdfs_. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org