Details
Description
Currently Livy Job Server supports only PySpark and Scala Spark kind sessions to create and submit codes.
curl -X POST --data '
' -H "Content-Type: application/json" localhost:8998/sessions
curl -X POST --data '
' -H "Content-Type: application/json" localhost:8998/sessions
It would be better, if we are able to create '
' kind session to submit spark sql through hiveContext.
eg:
curl -X POST --data '
' -H "Content-Type: application/json" localhost:8998/sessions
curl localhost:8998/sessions/0/statements -X POST -H 'Content-Type: application/json' -d '