This is an automated email from the ASF dual-hosted git repository.

xkrogen pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 9c99208  HDFS-14569. Result of crypto -listZones is not formatted 
properly. Contributed by hemanthboyina.
9c99208 is described below

commit 9c9920897de182c3da3ad33ff53e506242bbd362
Author: Wei-Chiu Chuang <weic...@apache.org>
AuthorDate: Tue Jul 30 16:52:42 2019 -0700

    HDFS-14569. Result of crypto -listZones is not formatted properly. 
Contributed by hemanthboyina.
    
    (cherry picked from 0f2dad6679b7fc35474a3d33dc40b0db89bb1d80)
---
 .../src/main/java/org/apache/hadoop/tools/TableListing.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tools/TableListing.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tools/TableListing.java
index 85015fb..348f86f 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tools/TableListing.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tools/TableListing.java
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to