spark-Jupyter-AWS icon indicating copy to clipboard operation
spark-Jupyter-AWS copied to clipboard

s3 access problem

Open kenleyhkc opened this issue 5 years ago • 0 comments

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

Do you know how can I fix this problem

kenleyhkc avatar Apr 06 '19 12:04 kenleyhkc