6.6 Initializing the Spark Worker on Worker VMs

  1. SSH and Execute the script init-spark-slave.sh on each Worker VM. Please note this requires the master VM IP list.

    The usage for the script is as follows and all arguments to the script must be separated by space:

    $OSA_HOME/osa-base/bin/init-spark-slave.sh <MountTargetIP> < Master VM IP List >

    Example: $OSA_HOME/osa-base/bin/init-spark-slave.sh 10.0.1.73 10.0.0.95 10.0.0.96

On successful run, Spark Worker processes must be running on all Worker VMs.