You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/01/24 00:20:46 UTC

[GitHub] vanzin commented on a change in pull request #48: [LIVY-41] Let users access sessions by session name

vanzin commented on a change in pull request #48: [LIVY-41] Let users access sessions by session name
URL: https://github.com/apache/incubator-livy/pull/48#discussion_r250422858
 
 

 ##########
 File path: server/src/main/scala/org/apache/livy/sessions/Session.scala
 ##########
 @@ -135,13 +134,24 @@ object Session {
   }
 }
 
-abstract class Session(val id: Int, val owner: String, val livyConf: LivyConf)
+abstract class Session(val id: Int, val name: Option[String], val owner: String,
 
 Review comment:
   one parameter per line when you go multi-line.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services