Re: Fwd: DFSClient's create method overloading concern

2007-11-26 Thread Raghu Angadi
3:30 PM Subject: DFSClient's create method overloading concern To: hadoop-dev@lucene.apache.org Hi, There are two create methods in DFSClient, viz, public OutputStream create(String src, boolean overwrite) and public OutputStream create(String src, boolean overwrite, Progressable progres

Fwd: DFSClient's create method overloading concern

2007-11-25 Thread Rajagopal Natarajan
Isn't the second method supposed to pass progress as the 5th argument? -- Forwarded message -- From: Rajagopal Natarajan <[EMAIL PROTECTED]> Date: Nov 25, 2007 3:30 PM Subject: DFSClient's create method overloading concern To: hadoop-dev@lucene.apache.org Hi

DFSClient's create method overloading concern

2007-11-25 Thread Rajagopal Natarajan
Hi, There are two create methods in DFSClient, viz, public OutputStream create(String src, boolean overwrite) and public OutputStream create(String src, boolean overwrite, Progressable progress). Both do just the same. The second method just discards the progress parameter. But the comment say