Re: Custom Socket Factory

2012-05-29 Thread Subroto
I missed to mention that my custom socket factory returns a Custom Socket as well. :-( Cheers, Subroto Sanyal On May 29, 2012, at 2:46 PM, Subroto wrote: > Hi, > > As part of the fix HDFS-2129 it is mentioned: > " If you use a custom socket factory, it must generate sockets that have > associ

Custom Socket Factory

2012-05-29 Thread Subroto
Hi, As part of the fix HDFS-2129 it is mentioned: " If you use a custom socket factory, it must generate sockets that have associated Channels." Does hadoop provide any sample implementation of the same? Actually I use custom socket factory which is now not working with 0.23.1. There is an optio

Re: file metadata

2012-05-29 Thread Chandrasekar
Yeah, the metadata stored was dynamic, the interface exposed to the client have methods to add additional metadata. On Tue, May 29, 2012 at 2:50 PM, Petru Dimulescu wrote: > Was the metadata dynamic (map-like)? It looks like your modification > are pretty useful, despite the fact that some of the

Re: file metadata

2012-05-29 Thread Petru Dimulescu
Was the metadata dynamic (map-like)? It looks like your modification are pretty useful, despite the fact that some of the comments on HDFS-2006 seem to wonder why on earth extended attributes can be used for. On Tue, May 29, 2012 at 5:09 AM, Chandrasekar wrote: > Hi, >        I did something simi