HDFS-14569. Result of crypto -listZones is not formatted properly. Contributed by hemanthboyina.
(cherry picked from 0f2dad6679
)
This commit is contained in:
parent
b906f53b0d
commit
9c9920897d
|
@ -234,7 +234,7 @@ public class TableListing {
|
|||
Column column = columns[i];
|
||||
if (column.wrap) {
|
||||
int maxWidth = column.getMaxWidth();
|
||||
if (maxWidth > 4) {
|
||||
if (maxWidth > 10) {
|
||||
column.setWrapWidth(maxWidth-1);
|
||||
modified = true;
|
||||
width -= 1;
|
||||
|
|
Loading…
Reference in New Issue