HangyuanLiu commented on a change in pull request #3237: Broker load username
URL: https://github.com/apache/incubator-doris/pull/3237#discussion_r401336230
##########
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:
Is this method compatible with versions of 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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]