|
@@ -185,7 +185,7 @@ public class CryptoAdmin extends Configured implements Tool {
|
|
|
try {
|
|
|
final TableListing listing = new TableListing.Builder()
|
|
|
.addField("").addField("", true)
|
|
|
- .wrapWidth(AdminHelper.MAX_LINE_WIDTH).hideHeaders().build();
|
|
|
+ .hideHeaders().build();
|
|
|
final RemoteIterator<EncryptionZone> it = admin.listEncryptionZones();
|
|
|
while (it.hasNext()) {
|
|
|
EncryptionZone ez = it.next();
|
|
@@ -381,7 +381,7 @@ public class CryptoAdmin extends Configured implements Tool {
|
|
|
.addField("Number of files re-encrypted")
|
|
|
.addField("Number of failures")
|
|
|
.addField("Last File Checkpointed")
|
|
|
- .wrapWidth(AdminHelper.MAX_LINE_WIDTH).showHeaders().build();
|
|
|
+ .showHeaders().build();
|
|
|
final RemoteIterator<ZoneReencryptionStatus> it =
|
|
|
admin.listReencryptionStatus();
|
|
|
boolean failuresMet = false;
|