Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Find files bigger than 2 hours
Labels:
- Labels:
-
Apache Hadoop
Contributor
Created on ‎04-15-2021 08:18 AM - edited ‎04-15-2021 08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am trying to run this command in hdfs to find files older that 2 hours.
hdfs dfs -find /path/* -name "*.log.*" -mmin +120
but it doesnt recognizes -mmin. How can I achieve that?
1 REPLY 1
Expert Contributor
Created ‎04-21-2021 12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
