roczei commented on code in PR #527: URL: https://github.com/apache/livy/pull/527#discussion_r3390146004
########## docs/rest-api.md: ########## @@ -773,7 +773,7 @@ A session represents an interactive shell. </tr> </table> -Starting with version 0.5.0-incubating, each session can support all four Scala, Python and R +Starting with version 0.5.0, each session can support all four Scala, Python and R Review Comment: I have fixed it. ########## docs/rest-api.md: ########## @@ -790,7 +790,7 @@ need to specify code kind (spark, pyspark, sparkr or sql) during statement submi To change the Python executable the session uses, Livy reads the path from environment variable ``PYSPARK_PYTHON`` (Same as pyspark). -Starting with version 0.5.0-incubating, session kind "pyspark3" is removed, instead users require +Starting with version 0.5.0, session kind "pyspark3" is removed, instead users require Review Comment: I have fixed it. -- 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]
