gyogal commented on code in PR #462:
URL: https://github.com/apache/incubator-livy/pull/462#discussion_r1931206921
##########
server/src/main/scala/org/apache/livy/utils/SparkKubernetesApp.scala:
##########
@@ -138,6 +138,7 @@ object SparkKubernetesApp extends Logging {
private var sessionLeakageCheckInterval: Long = _
var kubernetesClient: DefaultKubernetesClient = _
+ var appNamespaces: mutable.Set[String] = mutable.Set("default")
Review Comment:
Thank you @ashokkumarrathore for the PR and many thanks to @askhatri,
@jahstreet for the feedback! The unit test executor is currently broken and I
am in the process of fixing it. As soon as it is working again, I will start
the check jobs on this PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]