Skip to content

gzhukov/HdfsCleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HdfsCleanup

Small java hdfs cleanup implementation

Usage:

java -jar hdfs-cleanup.jar -p /tmp/ -ts 3600

Params: "-path", "-p" - "HDFS path" "-ts" - "Cleanup before date.now() - ts", default: 86400; // 24h "-recursive", "-r" - "Recursive delete" - recursively delete all paths in target path. Faster but unsafty.

About

Small java hdfs cleanup implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages