open cmd
goto the installed folder of spark
C:\Spark>bin\spark-class.cmd org.apache.spark.deploy.master.Master
C:\Spark\bin>spark-class org.apache.spark.deploy.worker.Worker spark://192.168.5
6.1:7077
Now Another command prompt type :
spark-shell --master spark://192.168.56.1:7077
Now the screen shot is
Now you can see the Application ID . Click on the Id and explore yourself.
Be sure top have SPARK_HOME is set in environmental variables ..
Note:
we have to open different cmd's to execute commands
cntrl+c on command line to terminate the process
we have to open different cmd's to execute commands
cntrl+c on command line to terminate the process