gyogal commented on code in PR #529:
URL: https://github.com/apache/livy/pull/529#discussion_r3469731412
##########
server/src/main/scala/org/apache/livy/server/batch/BatchSession.scala:
##########
@@ -40,6 +40,7 @@ case class BatchRecoveryMetadata(
appTag: String,
owner: String,
proxyUser: Option[String],
+ queue: Option[String],
Review Comment:
Why does the recovery state store save the queue the batch has been started
with? Do we want to be able to show it after a Livy server restart? I think
this may be independent new functionality not covered by LIVY-1059 (which is
only about allowing the user to set a default YARN queue)
--
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]