Usage/Deployment Instructions
1. Access the SparkMLlib in Google Marketplace and click the LAUNCH ON COMPUTE ENGINE button.

2. In the Configure & Deploy window, enter or select appropriate values for zone, machine type, and so on. Click the Deploy button.

3. The Google Developers Console confirms that SparkMLlib was deployed

To access SparkMLlib on external ip edit your firewall rule and open port 4040.


Now to Start SparkMLlib,
Step 1: Do SSH
$sudo su
$cd /
$cd /opt/spark/sbin
$start-master.sh

$ss-tunelp | grep 8080

$start-slave.sh

$cd ..
$cd bin/

$./spark-shell

Step 2: Now Use the browser to access the application at http://<instance ip address>:4040 replace <instance ip address> with the actual IP address of the running instance.
