You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2020/07/03 06:32:00 UTC

[jira] [Updated] (BIGTOP-3277) Update deploy manifests to support newly added distros in v1.5.0

     [ https://issues.apache.org/jira/browse/BIGTOP-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated BIGTOP-3277:
-------------------------------
    Summary: Update deploy manifests to support newly added distros in v1.5.0  (was: Update supported distros in the deploy manifests for v1.5.0)

> Update deploy manifests to support newly added distros in v1.5.0
> ----------------------------------------------------------------
>
>                 Key: BIGTOP-3277
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3277
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: deployment
>    Affects Versions: 1.4.0
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> The current deploy manifests seem to work with most of distros we support in v1.5.0 as they are, but we have to address at least the following issues on Debian 10:
> 1. In case that JDK is not pre-installed, the current bigtop-deploy/puppet/manifests/jdk.pp doesn't work. It should be fixed as BIGTOP-3343.
> {code:java}
> Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install openjdk-8-jdk' returned 100: Reading package lists...
> Building dependency tree...
> Reading state information...
> E: Unable to locate package openjdk-8-jdk
> Error: /Stage[main]/Jdk/Package[jdk]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install openjdk-8-jdk' returned 100: Reading package lists...
> Building dependency tree...
> Reading state information...
> E: Unable to locate package openjdk-8-jdk
> {code}
> 2. Debian 10 has a "zookeeper" package by default, so we have to give ours higher priority somehow.
> {code:java}
> Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install zookeeper-server' returned 100: Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  zookeeper-server : Depends: zookeeper (= 3.4.13-1) but 3.4.13-2 is to be installed
> E: Unable to correct problems, you have held broken packages.
> Error: /Stage[main]/Hadoop_zookeeper::Server/Package[zookeeper-server]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install zookeeper-server' returned 100: Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  zookeeper-server : Depends: zookeeper (= 3.4.13-1) but 3.4.13-2 is to be installed
> E: Unable to correct problems, you have held broken packages.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)