Get files last modified Date in Spark Using File System
Requirement In this post, we are going to get the last modified date of a file in Spark using the File System. It helps while processing the data based on the last modified date time. Solution Here, let’s assume your files are available in hdfs or any storage. We willRead More →