mvanderlee commented on issue #408:
URL: https://github.com/apache/incubator-livy/issues/408#issuecomment-1738014358

   @brunolnetto I found the issue.
   The tests include Python2 code that doesn't work in Python3. 
   i.e: `print "hello world"` instead of `print("hello world")`
   
   The fix is to write the lines for Python3:
   
https://github.com/apache/incubator-livy/blob/master/server/src/test/scala/org/apache/livy/server/batch/BatchSessionSpec.scala#L51
   
https://github.com/apache/incubator-livy/blob/master/server/src/test/scala/org/apache/livy/server/batch/BatchServletSpec.scala#L46
   


-- 
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]

Reply via email to