Java Null Pointer exception when session starts.

2019-08-26 Thread Kupersanin, William
Hello, I just built livy-0.7.0-incubating from the master branch on github. I am trying to establish a session using jupyter/sparkmagic. It's failing. The jupyter client thinks that the session is not starting in time though the livy logs indicate that it is. The livy logs include a java

Livy Thrift Server status

2019-08-26 Thread rahul challapalli
Hi Team, Livy thrift server is marked as experimental in livy 0.6 release. Can someone elaborate on the known limitations, major bugs etc? Also the livy thrift server is not started by default. How do I start it? - Rahul

Re: Livy Thrift Server status

2019-08-26 Thread rahul challapalli
Thanks for your reply. Do you mind elaborating on the status of thrift server development? Things I am looking for 1. Any known stability/performance concerns? 2. If there is a list of things to do on the thrift server side before starting it by default with the livy server, I would be interested

??????Livy Thrift Server status

2019-08-26 Thread 617072740
Hi Rahul, We are developing on Livy thrift server. Start livy thrift server as follows: 1.compile by "mvn clean package -DskipTests=true -Pthriftserver" 2.config "livy.server.thrift.enabled=true" in livy.conf 3./livy-server start -- --