Re: Accessing files from distributed cache

2010-10-19 Thread Shrijeet Paliwal
; I am using Hadoop 0.20.1. > > -Rakesh > > From: rkothari_...@hotmail.com > To: mapreduce-user@hadoop.apache.org > Subject: Accessing files from distributed cache > Date: Tue, 19 Oct 2010 13:03:04 -0700 > > Hi, > > What's the way

RE: Accessing files from distributed cache

2010-10-19 Thread rakesh kothari
I am using Hadoop 0.20.1. -Rakesh From: rkothari_...@hotmail.com To: mapreduce-user@hadoop.apache.org Subject: Accessing files from distributed cache Date: Tue, 19 Oct 2010 13:03:04 -0700 Hi, What's the way to access files copied to distributed cache from the map tasks ? e.g.

Accessing files from distributed cache

2010-10-19 Thread rakesh kothari
Hi, What's the way to access files copied to distributed cache from the map tasks ? e.g. if I run my M/R job as $hadoop jar my.jar -files hdfs://path/to/my/file.txt, How can I access file.txt in my Map(or reduce) task ? Thanks, -Rakesh