Re: Accessing local files

2008-12-22 Thread Rong-en Fan
On Tue, Dec 23, 2008 at 9:12 AM, Rodrigo Schmidt wrote:

>
> Hi,
>
> I want to use a local file (present on the file system of machine in my
> cluster) as the input to be used by mappers on my job. Is there an easy way
> to do that?


I think you can use file:// (i.e., LocalFileSystem) or you can also use
DistributedCache.

Regards,
Rong-En Fan


Accessing local files

2008-12-22 Thread Rodrigo Schmidt

Hi,

I want to use a local file (present on the file system of machine in my 
cluster) as the input to be used by mappers on my job. Is there an easy way to 
do that?

Thanks,
Rod