We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f602cf8 commit 3612157Copy full SHA for 3612157
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala
@@ -168,8 +168,6 @@ object SparkSQLEngine extends Logging {
168
169
if (Utils.isOnK8s) {
170
kyuubiConf.setIfMissing(FRONTEND_CONNECTION_URL_USE_HOSTNAME, false)
171
- val podNamePrefix = s"kyuubi-${user}-${Instant.now().toEpochMilli}"
172
- _sparkConf.setIfMissing("spark.kubernetes.executor.podNamePrefix", podNamePrefix)
173
}
174
175
// Set web ui port 0 to avoid port conflicts during non-k8s cluster mode
0 commit comments