Are there plans for hadoop update?

Current trunk contains hadoop 2.7.4 version which expects two things:

- openssl 1.0
- libprotoc 2.5.0

First one is build time dependency on libssl-dev (which on Debian 9 is
OpenSSL 1.1) - can be fixed with changing dependency to be
"libssl1.0-dev | libssl-dev" instead.

Second can not be fixed as development package is available only for
libprotoc 3.0.0 while hadoop expects 2.5.0 one.

Should I report them as two separate Jira issues?


[ERROR] Failed to execute goal
org.apache.hadoop:hadoop-maven-plugins:2.7.4:protoc (compile-protoc) on
project hadoop-common: org.apache.maven.plugin.MojoExecutionException:
protoc version is 'libprotoc 3.0.0', expected version is '2.5.0' -> [Help 1]

jenkins@hostname:~/bigtop/output/hadoop/hadoop-2.7.4$ apt list libprotoc*
Listing... Gotowe
libprotoc-dev/stable 3.0.0-9 amd64
libprotoc10/stable,now 3.0.0-9 amd64 [installed,automatic]
libprotoc8/now 2.5.0-9ubuntu1 amd64 [installed,local]

Reply via email to