Problem to create sequence file for

2009-10-27 Thread bhushan_mahale
Hi, I have written a code to create sequence files for given text files. The program takes following input parameters: 1. Local source directory - contains all the input text files 2. Destination HDFS URI - location on hdfs where sequence file will be copied The key for a sequence-record is

Re: Problem to create sequence file for

2009-10-27 Thread Jason Venner
How large is the string that is being written? Does it contain the entire contents of your file? You may simple need to increase the heap size with your jvm. On Tue, Oct 27, 2009 at 3:43 AM, bhushan_mahale < bhushan_mah...@persistent.co.in> wrote: > Hi, > > I have written a code to create sequen

RE: Problem to create sequence file for

2009-10-27 Thread bhushan_mahale
Venner [mailto:jason.had...@gmail.com] Sent: Tuesday, October 27, 2009 7:19 PM To: common-user@hadoop.apache.org Subject: Re: Problem to create sequence file for How large is the string that is being written? Does it contain the entire contents of your file? You may simple need to increase the

Re: Problem to create sequence file for

2009-10-27 Thread Jason Venner
Original Message- > From: Jason Venner [mailto:jason.had...@gmail.com] > Sent: Tuesday, October 27, 2009 7:19 PM > To: common-user@hadoop.apache.org > Subject: Re: Problem to create sequence file for > > How large is the string that is being written? > Does it contain the enti

Re: Problem to create sequence file for

2009-10-27 Thread Jean-Eric CAZAMEA
Il y a 2 lettres inversées dans le nom Jean-Eric From: Jason Venner To: common-user@hadoop.apache.org Sent: Tue, October 27, 2009 3:54:00 PM Subject: Re: Problem to create sequence file for If your string is up to 300MB you will need probably 1.3+gig

Re: Problem to create sequence file for

2009-10-27 Thread Amogh Vasekar
ober 27, 2009 7:19 PM To: common-user@hadoop.apache.org Subject: Re: Problem to create sequence file for How large is the string that is being written? Does it contain the entire contents of your file? You may simple need to increase the heap size with your jvm. On Tue, Oct 27, 2009 at 3:43 AM,