Is that the class should extend ObjectWritable class? Then how can I pass it from client to the Map and Reduce? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I assume you mean to pass an object from your client code to your Mappers and Reducers? You will have to use some form of serialization to do that, since the data is going over the wire. There are a few possibilities depending on your scenario:
|
|||||
|