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.

Re: Error while writing to HDFS NFS from windows

2014-11-10 Thread Gautam Hegde
- >> >> >> dfs.nfs.exports.allowed.hosts >> * rw >> >> >> -- >> >> Regards, >> >> On 10 November 2014 10:53, Gautam Hegde >> wrote: >> >>&g

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 wrote: > Hi Gautam, > > Can you please

Error while writing to HDFS NFS from windows

2014-11-06 Thread Gautam Hegde
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