Re: delete in sequence file

2012-03-21 Thread kim young ill
it to client, i think it's a good idea to use requence-file. maybe i've been thinking wrong. is there any another way of doing it on hadoop ? thanx kim On Wed, Mar 21, 2012 at 12:07 AM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: 2012/3/20 kim young ill khi...@googlemail.com: On Tue, Mar 20

delete in sequence file

2012-03-20 Thread kim young ill
hi hadoop gurus, i plan to use hadoop to store files, for small files, sequencefile would be ideal, i can append to it, but i dont find any api to delete a segment of the file, only the whole file. is it supported at all or what would be a better approach ? thanx

Re: delete in sequence file

2012-03-20 Thread kim young ill
On Tue, Mar 20, 2012 at 5:35 PM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: Pe 20.03.2012 18:18, Manish Bhoge a scris: Kim, Interesting to know how to handle segment in sequence. Just want to understand the application of deleting the segment rather than the file itself in a sequence.

hadoop client dependency in jetty-servlet container

2012-01-16 Thread kim young ill
hi, i want to use hadoop to store files, ui is provided by a webapp in jetty (version 7.x). but hadoop-jars brings its jetty (6.x) which cause problems. is there a smaller set of jars which doesnt bring jetty/jsp.. for the client-only app ? thanx