Local Spark Installation Not Working As Expected
I have installed Hadoop-Spark on my local machine. I tried to connect to AWS S3 and was successful in doing that. I used hadoop-aws-2.8.0.jar for this purpose. However, I have been
Solution 1:
I have not used the newAPIHadoopRDD. Using the old api it works without issues.
Here is the working sample I followed,
https://aws.amazon.com/blogs/big-data/analyze-your-data-on-amazon-dynamodb-with-apache-spark/
Post a Comment for "Local Spark Installation Not Working As Expected"