I am trying to setup Livy and Spark on Docker.
Right now I have a local setup of Spark as spark-shell
is running fine on my Windows CMD, and I created an image of Livy
(i.e. tobilg/livy
) on Docker
as Livy doesn't work on Windows directly. That image of Livy also working well but they don't seem to connect with each other, So, I have to create a container of Spark as well.
Please help me out here.
Thanks in advance.