How to access the VM from the host machine

Context: To connect to Spark using the EMBED feature of ECL along with LIVY.

Since, I am running my Spark on a standalone system inside a Ubuntu 16.10 VM and I still wanted to used ECLIDE, I decided that I should be able to connect to VM from the host (windows) machine.
This video clearly describes how to set this up.

Comments

Popular posts from this blog

How to set up a Spark multi-node cluster on AWS-EC2

How to use REST based calls to submit spark jobs