jadianes / spark-py-notebooks

Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
http://jadianes.github.io/spark-py-notebooks
Other
1.64k stars 918 forks source link

urllib module in nb1-rdd-creation #11

Open kmr0877 opened 6 years ago

kmr0877 commented 6 years ago

I think for python3.x users,urllib module has been split into several modules and therefore import urllib.request.urlretrieve will make more sense i guess. Possibly update on the same if you thing is needed.