gyogal commented on code in PR #529: URL: https://github.com/apache/livy/pull/529#discussion_r3469743119
########## server/src/main/scala/org/apache/livy/server/batch/BatchSessionServlet.scala: ########## @@ -33,6 +33,7 @@ case class BatchSessionView( state: String, appId: Option[String], appInfo: AppInfo, + queue: Option[String], Review Comment: I think this change is only needed if we want to be able to return which queue the batch job has been submitted into. If so, the Batch object may need to be updated at https://livy.apache.org/docs/latest/rest-api.html But this is something LIVY-1059 does not currently mention, which is only about defaulting the value for the queue parameter. -- 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]
