On Tue, Dec 23, 2008 at 9:12 AM, Rodrigo Schmidt <[email protected]>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
