Hi,

How are you passing your classes to the pipes job? If you are passing them as a jar file, you can use -libjars option. From branch 0.19, the libjar files are added to the client classpath also.

Thanks
Amareshwari
Zhengguo 'Mike' SUN wrote:
Hi,

I implemented customized classes for InputFormat, InputSplit and RecordReader 
in Java and was trying to use them in a C++ pipes job. The customized 
InputFormat class could be included using the -inputformat option, but it threw 
ClassNotFoundException for my customized InputSplit class. It seemed the 
classpath has not been correctly set. Is there any way that let me include my 
customized classes in a pipes job?




Reply via email to