Re: Having trouble accessing MapFiles in the DistributedCache

2008-12-26 Thread Sean Shanny
Thanks for your suggestion but unfortunately it did not fix the issue. Thanks. --sean Sean Shanny ssha...@tripadvisor.com On Dec 25, 2008, at 8:19 AM, Devaraj Das wrote: IIRC, enabling symlink creation for your files should solve the problem. Call DistributedCache.createSymLink();

Re: Having trouble accessing MapFiles in the DistributedCache

2008-12-25 Thread Devaraj Das
IIRC, enabling symlink creation for your files should solve the problem. Call DistributedCache.createSymLink(); before submitting your job. On 12/25/08 10:40 AM, Sean Shanny ssha...@tripadvisor.com wrote: To all, Version: hadoop-0.17.2.1-core.jar I created a MapFile on a local node.

Having trouble accessing MapFiles in the DistributedCache

2008-12-24 Thread Sean Shanny
To all, Version: hadoop-0.17.2.1-core.jar I created a MapFile on a local node. I put the files into the HDFS using the following commands: $ bin/hadoop fs -copyFromLocal /tmp/ur/data/2008-12-19/url/data $ bin/hadoop fs -copyFromLocal /tmp/ur/index /2008-12-19/url/index and placed them