Browse Source

add clarification to README

master
nitowa 1 year ago
parent
commit
d6aff95c17
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -21,4 +21,4 @@ For the graph implementation specifically you need to install `graphframes` manu
21 21
 # Deploying:
22 22
 
23 23
 - Start the spark workload by either running `submit.sh` (slow) or `submit_graph.sh` (faster)
24
-- If you need to clean out the Database you can run `python3 clean.py`. Be wary that this wipes all data.
24
+- If you need to clean out the Database you can run `python3 clean.py`. Be wary that this wipes all table definitions and data.

Loading…
Cancel
Save