Closed giffiecode closed 7 months ago
run docker volume ls
, then get all volume names and run docker volume rm volume_name1 volume_name2 volume_name3....
for all volumes, then run docker-compose down
, docker-compose up -d
, and ./load_tweets_parallel.sh
. that will probably clean everything.
I got this error for batch when running
./load_tweets_parallel.sh
. why is it spitting out the json data?