dsp-uga / Team-Marianne-p2

https://github.com/dsp-uga
MIT License
0 stars 0 forks source link

reading byte files from "http" path #8

Closed ankit-vaghela30 closed 6 years ago

ankit-vaghela30 commented 6 years ago

When we were reading the byte files from "gs://" url, it worked fine locally but gave stackoverflow error while doing the same on large dataset. This is why I changed the reading path of the file to http path.

Please note that you can still use the local file path like: '''spark-submit main.py ''' But for byte files, we will have to use the http path.