recoverLease

Recovers the lease on the specified path. The path must point to the HDFS file system. The default number of retries is 1.

The usage is as follows:

$ hdfs debug recoverLease -path <path> [-retries <num-retries>]
Arguments

-path <path>

An HDFS path to recover the lease

[-retries <num-retries>]

Number of times the client will retry calling recoverLease. The default number of retries is 1

Found a mistake? Seleсt text and press Ctrl+Enter to report it