HBASE-15842 SnapshotInfo should display ownership information
This commit is contained in:
parent
c3223a59ff
commit
00e61d2cfd
|
@ -458,6 +458,7 @@ public final class SnapshotInfo extends Configured implements Tool {
|
|||
System.out.println(" Table: " + snapshotDesc.getTable());
|
||||
System.out.println(" Format: " + snapshotDesc.getVersion());
|
||||
System.out.println("Created: " + df.format(new Date(snapshotDesc.getCreationTime())));
|
||||
System.out.println(" Owner: " + snapshotDesc.getOwner());
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue