在hadoop编程中遇到bug:The method setPartitionerClass in the type Job is not applicable
当时是照着网上的代码抄的,一模一样,结果我这里报错了,傻逼死了。
google一下,发现是因为hadoop新旧版本API的问题导致的,改成一致的就OK了。