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/10/29 23:27:00 UTC

[jira] [Commented] (BIGTOP-3425) Deploying Ambari fails on Fedora 31

    [ https://issues.apache.org/jira/browse/BIGTOP-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223269#comment-17223269 ] 

Kengo Seki commented on BIGTOP-3425:
------------------------------------

Thank you for the comment [~mandruff]!
I tried to reproduce this locally but I couldn't. I'm going to rerun the Jenkins job and see if the same issue still occurs.

{code}
(After building the ambari component locally)

[fedora@ip-172-30-1-95 bigtop]$ cat /etc/redhat-release 
Fedora release 31 (Thirty One)
[fedora@ip-172-30-1-95 bigtop]$ lscpu 
Architecture:                    aarch64

(snip)

[fedora@ip-172-30-1-95 bigtop]$ cd provisioner/docker
[fedora@ip-172-30-1-95 docker]$ ./docker-hadoop.sh -d -C config_fedora-31.yaml --disable-gpg-check --enable-local-repo --repo file:///bigtop-home/output --stack 'bigtop-utils, ambari' -c 1

(snip)

Notice: /Stage[main]/Ambari::Server/Package[ambari-server]/ensure: created
Notice: /Stage[main]/Ambari::Server/Exec[mpack install]/returns: executed successfully
Notice: /Stage[main]/Ambari::Server/Exec[server setup]/returns: executed successfully
Notice: /Stage[main]/Ambari::Server/Service[ambari-server]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Ambari::Agent/Package[ambari-agent]/ensure: created
Notice: /Stage[main]/Ambari::Agent/File[/etc/ambari-agent/conf/ambari-agent.ini]/content: content changed '{md5}21cca116446906eefe38ac81a4e065dc' to '{md5}f3924009cb0e9128609bd04ebbe623a8'
Notice: /Stage[main]/Ambari::Agent/Service[ambari-agent]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Bigtop_utils::Client/Package[bigtop-utils]/ensure: created
Notice: Applied catalog in 88.75 seconds
[fedora@ip-172-30-1-95 docker]$ 
{code}

> Deploying Ambari fails on Fedora 31
> -----------------------------------
>
>                 Key: BIGTOP-3425
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3425
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Kengo Seki
>            Priority: Major
>
> For a different reason from BIGTOP-3422 (propably), deploying Ambari is also failing on Fedora 31.
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/174/COMPONENTS=ambari.bigtop-utils@ambari,OS=fedora-31-aarch64-deploy/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/174/COMPONENTS=ambari.bigtop-utils@ambari,OS=fedora-31-x86_64-deploy/console
> {code}
> Notice: /Stage[main]/Ambari::Agent/Package[ambari-agent]/ensure: created
> Notice: /Stage[main]/Ambari::Agent/File[/etc/ambari-agent/conf/ambari-agent.ini]/content: content changed '{md5}21cca116446906eefe38ac81a4e065dc' to '{md5}5dfbc4513c2602186b12a14aa4d249ce'
> Error: Systemd start for ambari-agent failed!
> journalctl log for ambari-agent:
> -- Logs begin at Tue 2020-09-29 22:46:40 UTC, end at Tue 2020-09-29 22:55:00 UTC. --
> -- No entries --
> Error: /Stage[main]/Ambari::Agent/Service[ambari-agent]/ensure: change from 'stopped' to 'running' failed: Systemd start for ambari-agent failed!
> journalctl log for ambari-agent:
> -- Logs begin at Tue 2020-09-29 22:46:40 UTC, end at Tue 2020-09-29 22:55:00 UTC. --
> -- No entries --
> Notice: Applied catalog in 396.45 seconds
> Notice: /Stage[main]/Ambari::Agent/Package[ambari-agent]/ensure: created
> Notice: /Stage[main]/Ambari::Agent/File[/etc/ambari-agent/conf/ambari-agent.ini]/content: content changed '{md5}21cca116446906eefe38ac81a4e065dc' to '{md5}5dfbc4513c2602186b12a14aa4d249ce'
> Error: Systemd start for ambari-agent failed!
> journalctl log for ambari-agent:
> -- Logs begin at Tue 2020-09-29 22:46:40 UTC, end at Tue 2020-09-29 22:55:51 UTC. --
> -- No entries --
> Error: /Stage[main]/Ambari::Agent/Service[ambari-agent]/ensure: change from 'stopped' to 'running' failed: Systemd start for ambari-agent failed!
> journalctl log for ambari-agent:
> -- Logs begin at Tue 2020-09-29 22:46:40 UTC, end at Tue 2020-09-29 22:55:51 UTC. --
> -- No entries --
> {code}



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