Re: Query regarding the object creation in map reduce code

2014-12-04 Thread Gautam Hegde
Hi Raghavendra, 1. Make your objects reusable. 2. Instantiate these Reusable objects in the setup method of the Mapper/Reducer, so that these objects are instantiated only once. With Regards, Gautam Hegde On Fri, Dec 5, 2014 at 10:46 AM, Raghavendra Chandra raghavchandra.learn...@gmail.com

Re: Error while writing to HDFS NFS from windows

2014-11-10 Thread Gautam Hegde
* rw/value /property -- Regards, On 10 November 2014 10:53, Gautam Hegde gau...@aralitechnologies.com wrote: Hi Pumudu, Thanks for your reply. The command that was used to mount on windows was mount -o nolock mtype=hard

Re: Error while writing to HDFS NFS from windows

2014-11-09 Thread Gautam Hegde
is not supported when creating file: testnfs.txt dir fileId:463160 Would like to use NFS itself, since we need to recreate the exact folder/file structure on hdfs. With Regards, Gautam Hegde On Fri, Nov 7, 2014 at 10:56 PM, Pumudu ruhunage pumud...@gmail.com wrote: Hi Gautam, Can you

Error while writing to HDFS NFS from windows

2014-11-06 Thread Gautam Hegde
the following error. ERROR nfs3.RpcProgramNfs3: Setting file size is not supported when creating file: New Text Document.txt dir fileId:463160 Is there any way to resolve this, so that I can successfully write from windows to HDFS NFS? Thanks in advance Gautam Hegde