Is it possible to use AF_UINX sockets in hadoop?

2011-11-24 Thread Raghu Reddy
Currently I'm experimenting with version 0.20. I would like to modify it so that it uses Unix Domain Sockets instead of INET sockets because we will be using this on a single node with a large number of cores. I would like to use junixsockets 1.3 implementation of AFUNIXSocket in place of IN

Re: Trouble resolving external jar dependency

2011-11-11 Thread Raghu Reddy
Noah Watkins writes: > > Cool, this got me to where I needed to be. > > Thanks a lot! > -Noah > > On Aug 1, 2011, at 11:18 AM, Rottinghuis, Joep wrote: > > > Run a compile with a -verbose option to the ant command. > > That makes it more verbose and may reveal what the problem is. > > > > A