I've run into this problem: 2013-07-30 00:01:02,126 WARN org.apache.hadoop.hbase.master.cleaner.CleanerChore: Error while cleaning the logs java.io.IOException: Could not delete dir maprfs:/hbase-richpush/.archive/rich_push.alias_user, Error: Directory not empty, Try with recursive flag set to true
Where should i set that recursive flag? I know that i could hadoop fs -rmr it, but i'd rather have them dealt with during startup without my intervention. thanks rone
