spark-Jupyter-AWS
spark-Jupyter-AWS copied to clipboard
A guide on how to set up Jupyter with Pyspark painlessly on AWS EC2 clusters, with S3 I/O support
Results
1
spark-Jupyter-AWS issues
Sort by
recently updated
recently updated
newest added
When I input this code in my jupyter notebook iris_raw_RDD = sc.textFile('s3n://BucketName/iris_data.csv') iris_raw_RDD.take(5) the error will occur An error occurred while calling o71.partitions. : java.io.IOException: No FileSystem for scheme: s3n...