On Thu, May 7, 2009 at 1:47 PM, Foss User <foss...@gmail.com> wrote:

>
> This does not work for me as you are reading the "a.txt" from the DFS
> while I want to read the "a.txt" from the local file system. Also, I
> do not want to copy the file to the distributed file system. Instead I
> want to copy it to LocalFileSystem.
>

Only if your fs.default.name is the HDFS. If you want the local file system,
use file://path/to/a.txt for your Paths

-Todd

Reply via email to