summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Bhat <naresh.bhat@linaro.org>2018-01-02 15:21:38 +0530
committerNaresh Bhat <naresh.bhat@linaro.org>2018-06-05 14:45:56 +0530
commit2ee88006af5841b9b6b08d85b7f7d4843d702887 (patch)
treea3d6200dfe76bb3a1f8dceed10fc3a95d0d5f953
parentcc735146dc1b0ddc5b465fd39cc8da1edbb77549 (diff)
Fix compilation issue on Debianbranch-3.0
Hadoop needs protobuf version 2.6.1 Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
-rw-r--r--hadoop-project/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 92a158a61b..08d6955c8f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -82,7 +82,7 @@
<!-- ProtocolBuffer version, used to verify the protoc version and -->
<!-- define the protobuf JAR version -->
- <protobuf.version>2.5.0</protobuf.version>
+ <protobuf.version>2.6.1</protobuf.version>
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
<zookeeper.version>3.4.9</zookeeper.version>