Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dciborow/spark-matrix-math


https://github.com/dciborow/spark-matrix-math

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# spark-matrix-math

To run on DSVM...

Place "MatrixMath.scala" on your DSVM.

Run `spark-shell`

In spark shell run `:load MatrixMath.scala`, which will execute the file.

Or run...
`spark-shell -i MatrixMath.scala`