Re: Object Serialization

2009-11-30 Thread Tim Robertson
rote: >> >> How do you pass it to every map function? >> Are you putting it in a DistributedCache and pulling it during the Map >> configuration? >> Are you running on a single machine? >> >> >> Cheers >> Tim >> >> On Sun, Nov 29,

Re: Object Serialization

2009-11-30 Thread Edmund Kohlwey
p function? Are you putting it in a DistributedCache and pulling it during the Map configuration? Are you running on a single machine? Cheers Tim On Sun, Nov 29, 2009 at 11:10 PM, wrote: Hello Everybody, I have a question about object serialization in Hadoop. I have an object A which I

Re: Object Serialization

2009-11-30 Thread Jeff Zhang
, wrote: > > Hello Everybody, > > I have a question about object serialization in Hadoop. I > have > > an object A which I want to pass to every map function. Currently the > code I am > > using for this is as under. The problem is if I run my program, the code >

Re: Object Serialization

2009-11-30 Thread Tim Robertson
How do you pass it to every map function? Are you putting it in a DistributedCache and pulling it during the Map configuration? Are you running on a single machine? Cheers Tim On Sun, Nov 29, 2009 at 11:10 PM, wrote: > Hello Everybody, >                 I have a question about

Object Serialization

2009-11-29 Thread aa225
Hello Everybody, I have a question about object serialization in Hadoop. I have an object A which I want to pass to every map function. Currently the code I am using for this is as under. The problem is if I run my program, the code crashes the first time with an error say that