You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Harsh J (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/21 15:08:52 UTC

[jira] [Resolved] (HDFS-497) One of the DFSClient::create functions ignores parameter

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

Harsh J resolved HDFS-497.
--------------------------

    Resolution: Cannot Reproduce

The create(Str, bool, Progressable) seems to pass what it gets properly. Resolving as can't reproduce today.

>From 0.23:
{code}
  /**
   * Call {@link #create(String, boolean, short, long, Progressable)} with
   * default <code>replication</code> and <code>blockSize<code>.
   */
  public OutputStream create(String src, 
                             boolean overwrite,
                             Progressable progress) throws IOException {
    return create(src, overwrite, dfsClientConf.defaultReplication,
        dfsClientConf.defaultBlockSize, progress);
  }
{code}
                
> One of the DFSClient::create functions ignores parameter
> --------------------------------------------------------
>
>                 Key: HDFS-497
>                 URL: https://issues.apache.org/jira/browse/HDFS-497
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs client
>    Affects Versions: 0.20.1
>            Reporter: Bill Zeller
>            Priority: Minor
>              Labels: newbie
>
> DFSClient::create(String src, boolean overwrite, Progressable progress) ignores progress parameter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira