HBASE-5497 Add protobuf as M/R dependency jar (mapred)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1295329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
larsh 2012-02-29 22:42:37 +00:00
parent 4f3da55d25
commit 6e612849dc
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public class TableMapReduceUtil {
job,
org.apache.zookeeper.ZooKeeper.class,
com.google.common.base.Function.class,
com.google.protobuf.Message.class,
job.getMapOutputKeyClass(),
job.getMapOutputValueClass(),
job.getOutputKeyClass(),