plotly / falcon

Free, open-source SQL client for Windows and Mac 🦅
https://plot.ly/free-sql-client-download/
MIT License
5.13k stars 280 forks source link

spark connection #458

Open erlikam opened 6 years ago

erlikam commented 6 years ago

Trying to connect a spark server, I can just see hostname, port number fields. But I need "username" and "password" fields as well to get necessary credentials to connect this server.

How I can handle it?

Thanks

n-riesco commented 6 years ago

The Spark connector requires the user to setup Apache Livy to access the spark server.

I could help more, but I'd need to know more about your use case (What SQLContext are you planning to use?)

sebastianvermaas commented 5 years ago

Hey @n-riesco, would you still be willing to help on this in general? I have a Spark standalone cluster (along with a Hive server, localstack, etc) running in local Kubernetes Pods and was hoping to be able to connect. Do you see this as being possible with Falcon?