meisam 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_r248099616
 
 

 ##########
 File path: 
integration-test/src/test/scala/org/apache/livy/test/InteractiveIT.scala
 ##########
 @@ -191,7 +191,7 @@ class InteractiveIT extends BaseIntegrationTestSuite {
       waitForIdle: Boolean = true,
       heartbeatTimeoutInSecond: Int = 0)
     (f: (LivyRestClient#InteractiveSession) => R): R = {
-    withSession(livyClient.startSession(kind, sparkConf, 
heartbeatTimeoutInSecond)) { s =>
+    withSession(livyClient.startSession(null, kind, sparkConf, 
heartbeatTimeoutInSecond)) { s =>
 
 Review comment:
   Fixed 👍 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to