Programming Guide

In this programming guide we will go over the basic functionality of the parameter server within an interactive Scala console. We will:

  1. Construct a distributed matrix on the parameter servers
  2. Push some values to the matrix
  3. Pull some values from the matrix
  4. Destroy the matrix when we are done.

Continue reading: