On Tue, Feb 14, 2012 at 6:35 AM, NNever <[email protected]> wrote: > Thanks Sanel. > I try to use > > *FileSystem fs = FileSystem.get(HBaseConfiguration.create());* > *fs.delete(new Path(...))* > > in corpocessor's preDelete method. > There is no exception, but the target-path file has not deleted after those > code also. > I don't know why... >
Add logging. Assert file exists before in logs. Delete. Assert file is gone afterward in logs. St.Ack
