mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
defaultFS key from FS_DEFAULT_FS to HDFS_DEFAULT_FS
This commit is contained in:
parent
53bcf11dcf
commit
3305d6d127
@ -183,9 +183,9 @@ public class HdfsStorageOperator implements Closeable, StorageOperate {
|
||||
* @return DefaultFS
|
||||
*/
|
||||
public String getDefaultFS() {
|
||||
String defaultFS = getConfiguration().get(Constants.FS_DEFAULT_FS);
|
||||
String defaultFS = hdfsProperties.getDefaultFS();
|
||||
if (StringUtils.isBlank(defaultFS)) {
|
||||
defaultFS = hdfsProperties.getDefaultFS();
|
||||
defaultFS = getConfiguration().get(Constants.HDFS_DEFAULT_FS);
|
||||
}
|
||||
return defaultFS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user