From d6aff95c1757b786f6ba8357b77ad77396620c27 Mon Sep 17 00:00:00 2001 From: nitowa Date: Thu, 25 Aug 2022 13:43:55 -0400 Subject: [PATCH] add clarification to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8033f7c..81a8295 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ For the graph implementation specifically you need to install `graphframes` manu # Deploying: - Start the spark workload by either running `submit.sh` (slow) or `submit_graph.sh` (faster) -- If you need to clean out the Database you can run `python3 clean.py`. Be wary that this wipes all data. \ No newline at end of file +- If you need to clean out the Database you can run `python3 clean.py`. Be wary that this wipes all table definitions and data. \ No newline at end of file