Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 1.7.0 feature #5181

Merged
merged 11 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object Configuration extends Logging {
"The request interface %s is abnormal. You can try to troubleshoot common problems in the knowledge base document"
)

val LINKIS_TOKEN = CommonVars("wds.linkis.token", "LINKIS-AUTH-eTaYLbQpmIulPyrXcMl")
val LINKIS_TOKEN = CommonVars("wds.linkis.token", "LINKIS-AUTH")

val GLOBAL_CONF_CHN_NAME = "全局设置"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ object HDFSUtils extends Logging {
hdfsFileSystemContainer.updateLastAccessTime
hdfsFileSystemContainer.getFileSystem
} else {
getHDFSUserFileSystem(userName, label, getConfiguration(userName, label))
getHDFSUserFileSystem(userName, label, getConfigurationByLabel(userName, label))
}
}
} else {
getHDFSUserFileSystem(userName, label, getConfiguration(userName, label))
getHDFSUserFileSystem(userName, label, getConfigurationByLabel(userName, label))
}
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading