I've a RDD file stored in a variable and have the path. I'm using SSH to connect to the EC2 instance and opening Jupyter notebook to work on the path. The logs are stored in a specific s3 bucket,I mean the (jupyter notebooks)I've save the file using "rdd.saveAsTextFile" command. It was succes. Now I want to understand where the file saved as I've checked the S3 bucket but it doesn't have it.
Wanted to understand how to locate the file now.
Thanks in advance