HBASE-6765 'Take a snapshot' interface - ADDENDUM: Fix snasphot -> snapshot (Matteo Bertozzi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be33f38ca5
commit
ef53214f02
|
@ -2237,7 +2237,7 @@ public class HBaseAdmin implements Abortable, Closeable {
|
|||
LOG.debug("Interrupted while waiting for snapshot " + snapshot + " to complete");
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
LOG.debug("Getting current status of snasphot from master...");
|
||||
LOG.debug("Getting current status of snapshot from master...");
|
||||
done = execute(new MasterAdminCallable<IsSnapshotDoneResponse>() {
|
||||
@Override
|
||||
public IsSnapshotDoneResponse call() throws ServiceException {
|
||||
|
|
Loading…
Reference in New Issue