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:43:28 +0530
commit83bd6435f2c6adb362aa20d592deaf8d6f1ed36f (patch)
tree5d693a1b4cf071a2d8ea456b3c23b556774acf19
parentf358a7761093d6250c0180368d92f6aa3433f398 (diff)
Fix compilation issue on Debianbranch-3.1
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 55a78e91f6..a1ae4c5c71 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -79,7 +79,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>