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,

Reply via email to