Jul
26
How to update the last modified timestamp of a file in HDFS?
Sometimes, we come across a situation where we may need to update the last modified time of a file in HDFS. We can achieve it using Hadoop FileSystem API in Java. Step 1: Create a simple maven project in Eclipse. Read more