wesenu / cscie88c-final-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSCIE88c - Programming in Scala for Big Data Systems (Final Project)

Usage

make start-kafka
make stop-kafka
make start-spark
make stop-spark

Resources

Limitations

  • It is not possible to do more than one aggregation in a given streaming application. Spark Streaming appears to still be relatively experimental or not fully feature-complete.

Notes

  • Reset vm.max_map_count
sudo sysctl -w vm.mac_map_count=65530

About


Languages

Language:Scala 61.6%Language:Shell 26.8%Language:Dockerfile 9.2%Language:Makefile 1.6%Language:Go 0.8%