This tool will go through hdfs://tmp/hive/<userDir> and remove any directories that are older than the default 3 days.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Java 8
- Newer Maven
mvn clean package
hadoop jar target/cleaner-job.jar CleanHiveTmp
- Curtis Ropp - Initial work - TeamRopp