Closed henrylong612 closed 7 months ago
Try
./load_tweets_sequential.sh
The file is a bash file not an sh file
Thank you @abizermamnoon! That worked!
Can you send me the error message you get on github? I think all the test cases are linked somehow
For the twitter_postgres_parallel homework, is anyone else running into issues with the
time
command in theload_tweets_sequential.sh
file? Whenever I try to run the file with the time commands, I getWhen I remove the
time
commands from in front of the for loop, this error goes away. Additionally, if I run actual code of theload_tweets_sequential.sh
file on the command line, I get no errors. It seems that this is also causing errors in the GitHub tests.Anyone have any guidance?