Skip to content

Commit

Permalink
streamis-job-launcher-linkis - refactor param key from 'inspace' to '…
Browse files Browse the repository at this point in the history
…inspect'
  • Loading branch information
Alexkun committed Jul 11, 2023
1 parent b888b7d commit c90e30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object JobLauncherConfiguration {

val LINKIS_EC_EXPIRE_TIME_KEY: CommonVars[String] = CommonVars("linkis.ec.expire.key", "wds.linkis.engineconn.max.free.time")

val ENABLE_FLINK_LIST_INSPECT: CommonVars[Boolean] = CommonVars("wds.streamis.job.inspact.list.enable", true)
val ENABLE_FLINK_LIST_INSPECT: CommonVars[Boolean] = CommonVars("wds.streamis.job.inspect.list.enable", true)

val LINKIS_EC_SUPPORT_PARALLEM = "wds.linkis.engineconn.support.parallelism"
}

0 comments on commit c90e30e

Please sign in to comment.