aws-samples/spark-on-aws-lambda

reading csv from s3 throwing this error using (sample-spark-script-csv-to-csv.py) file

saiteja2420 opened this issue · 3 comments

df=spark.read.option('header','true').csv(input_path)
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.s3a.S3AFileSystem not found
please help how to resolve this issue .