[ 
https://issues.apache.org/jira/browse/HADOOP-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghu Angadi updated HADOOP-1882:
---------------------------------

    Attachment: HADOOP-1882.patch

Attached patch uses plain old printf syntax ({{System.format()}}) for 
{{FsShell.limitDecimal()}}.

Alternate fix is to replace '{{new DecimalFormat("#*0.0#*")}}' with '{{new 
DecimalFormat("#.###################")}}'.

> Remove extra '*'s from FsShell.limitDecimal()
> ---------------------------------------------
>
>                 Key: HADOOP-1882
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1882
>             Project: Hadoop
>          Issue Type: Bug
>    Affects Versions: 0.14.1
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: HADOOP-1882.patch
>
>
> Since HADOOP-1463 I have been seeing extra '*'s on DFS front page etc. This 
> affected everything that uses {{FsShell.limitDecimal()}}. I will attach a 
> patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to