Hi there,

I am trying out Livy thrift server functionality. The document mentioned
that thrift server is compatible with HS2 so I am
assuming using pyhive.hive.connect (this is how we connect HS2 in our env)
it should be able to connect to the thrift server and I verified it works
as following:

*pyhive.hive.connect(host="liivy_host_name", port="port",
username="maggie").cursor()*

My question is how to override  configs for the spark application that the
livy session starts, more specifically *spark.yarn.queue*

*Thanks!*

Reply via email to