Skip to content

Commit

Permalink
set hdfs not close user to hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
aiceflower committed Jan 10, 2025
1 parent 5639a61 commit 33869bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object HadoopConf {
CommonVars("linkis.hadoop.hdfs.cache.close.enable", true).getValue

val HDFS_ENABLE_NOT_CLOSE_USERS =
CommonVars("linkis.hadoop.hdfs.cache.not.close.users", "").getValue
CommonVars("linkis.hadoop.hdfs.cache.not.close.users", "hadoop").getValue

val HDFS_ENABLE_CACHE_IDLE_TIME =
CommonVars("wds.linkis.hadoop.hdfs.cache.idle.time", 3 * 60 * 1000).getValue
Expand Down

0 comments on commit 33869bd

Please sign in to comment.