如果集群上运行程序找不到Map和Reduce类一般都是没有设置包含类的Jar包
API解析如下:
setJarByClasspublic void setJarByClass(Class<?> cls)
Set the Jar by finding where a given class came from.
Parameters:cls - the example class
越是不注意的地方越容易犯错误
如果集群上运行程序找不到Map和Reduce类一般都是没有设置包含类的Jar包
API解析如下:
setJarByClasspublic void setJarByClass(Class<?> cls)
Set the Jar by finding where a given class came from.
Parameters:cls - the example class
越是不注意的地方越容易犯错误