nitowa 681b09e5e0 more merging algorithms, add bench script | 2 years ago | |
---|---|---|
config/db | 2 years ago | |
spark-packages | 2 years ago | |
src/spark | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
bench.py | 2 years ago | |
clean.py | 2 years ago | |
settings.json | 2 years ago | |
setup.py | 2 years ago | |
small_test_data.csv | 2 years ago | |
start_services.sh | 2 years ago | |
submit.sh | 2 years ago | |
submit_graph.sh | 2 years ago | |
submit_partition.sh | 2 years ago |
TODO
For the graph implementation specifically you need to install graphframes
manually from a third party since the official release is incompatible with spark 3.x
(pull request pending). A prebuilt copy is supplied in the spark-packages
directory.
settings.json
to reflect your setup. If you are running everything locally you can use start_services.sh
to turn everything on in one swoop. It might take a few minutes for Cassandra to become available.python3 setup.py
from the project root. Per default this will move small_test_data.csv
into the transactions table.submit.sh
(slow) or submit_graph.sh
(faster)python3 clean.py
. Be wary that this wipes all table definitions and data.