You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Marcin Juszkiewicz <ma...@linaro.org> on 2017/11/21 14:23:43 UTC

Hadoop fails under Debian 9

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]


Re: Hadoop fails under Debian 9

Posted by Evans Ye <ev...@apache.org>.
I'd consider bumping Hadoop version.
However, it seems that Hadoop also has same problem on its end...

https://issues.apache.org/jira/browse/HADOOP-13363

So yes, two JIRAs can better track the issues.


2017-11-21 22:23 GMT+08:00 Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
>:

> 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]
>
>

Re: Hadoop fails under Debian 9

Posted by Marcin Juszkiewicz <ma...@linaro.org>.
New issue submitted (with a patch):

https://issues.apache.org/jira/browse/BIGTOP-2946

Hue needed build dependencies update.