You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/10/18 09:18:32 UTC

[GitHub] [incubator-kyuubi] hanna-liashchuk commented on a diff in pull request #3590: [KYUUBI #3385] Set spark.kubernetes.executor.podNamePrefix if missing

hanna-liashchuk commented on code in PR #3590:
URL: https://github.com/apache/incubator-kyuubi/pull/3590#discussion_r997946369


##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala:
##########
@@ -159,7 +159,9 @@ object SparkSQLEngine extends Logging {
       "20")
 
     val appName = s"kyuubi_${user}_spark_${Instant.now}"
+    val podNamePrefix = s"kyuubi-${user}-${Instant.now().toEpochMilli}"

Review Comment:
   Added the if clause 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org