Scenario :
- I have spark cluster and
I also want to use Livy. - I am new about Livy
Problem :
I built my spark cluster by using docker swarm and
I will also create a service for Livy.Can Livy communicate with external spark master and send a job to external spark master?
If it is ok, which configuration need to be done?
Or Livy should be installed on spark master node?