Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dciborow/spark-matrix-math
https://github.com/dciborow/spark-matrix-math
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dciborow/spark-matrix-math
- Owner: dciborow
- Created: 2018-04-02T03:46:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T23:48:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T07:17:02.543Z (4 months ago)
- Language: Scala
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`