Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 linux 中,您可以使用 touch 更改文件的时间戳。但是,当文件已经存在时,HDFS touchz 不会更改文件时间戳。在不删除文件的情况下更改 HDFS 时间戳的简单方法是什么?
您可以使用FileSystem#setTimes方法。