You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/09/12 02:24:32 UTC

[jira] Issue Comment Edited: (HADOOP-1882) Remove extra '*'s from FsShell.limitDecimal()

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

rangadi edited comment on HADOOP-1882 at 9/11/07 5:24 PM:
---------------------------------------------------------------

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

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

      was (Author: rangadi):
    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.