You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Feng Ji <fe...@gmail.com> on 2006/09/01 17:13:35 UTC

call a customerized function within Map/Reduce of nutch 08

hi there,

I found my new code causes fatal I/O error.

I check nutch 08 java class, seems there is no "local" function.

Will that cause problem if I call a new locally coded function from map() or
reduce() in nutch 08 java class?

For example:

Sampe.java {

Reduce ( ) {

 MyCdoe();
}

Void MyCode (){ .....}

}

Will the above piece of code make fundamental conflict with nutch 08's
map/reduce strategy?

thanks,

Michael,