Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedragon/hashmapparam
An example of accumulable HashMap for Spark that sums values if a key already exists.
https://github.com/fedragon/hashmapparam
Last synced: about 2 months ago
JSON representation
An example of accumulable HashMap for Spark that sums values if a key already exists.
- Host: GitHub
- URL: https://github.com/fedragon/hashmapparam
- Owner: fedragon
- Created: 2015-06-23T14:46:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T14:53:54.000Z (over 9 years ago)
- Last Synced: 2023-06-28T18:02:57.799Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HashMapParam
An example of accumulable HashMap for Spark that sums values whenever a key already exists.