clemlabprojects / ambari

Fork of Apache Ambari maintained by Clemlab Company
https://www.clemlab.com
Apache License 2.0
42 stars 17 forks source link

【bug】ambari-2.7.8 + ODP-1.2.1.0-21 any package installation from web with error #29

Closed Evgeny-Kot closed 1 year ago

Evgeny-Kot commented 1 year ago

I try different installers, from Ambari 2.7.6.0 + ODP 1.0.5.0-3 to the Ambari 2.7.8.0 in combination with ODP 1.1.6.0-17 or with 1.2.1.0-21, and it always give an error:

1) Repository code 500 message, same as in this topic: https://github.com/clemlabprojects/ambari/issues/28 Solved by using local repository or pressing function "Skip Repository Base URL validation (Advanced)" on Select Version page.

2) When I try to install packages, the system shown me error messages from the attached txt files. image output-205.txt error-205.txt

Evgeny-Kot commented 1 year ago

System creates a duplicate repo file: image

Here is what inside: [ODP-1.2.1.0-21-repo-151] name=ODP-1.2.1.0-21-repo-151 baseurl=https://clemlabs.s3.eu-west-3.amazonaws.com/centos7/odp-release/1.2.1.0-21/rpms

path=/ enabled=1

lucasbak commented 1 year ago

Hi @Evgeny-Kot,

Thanks for reaching us. The error is not coming from duplicate yum file. It is normal behavior each package and repo file is versioned. From the file you attached I can see that the error comes from missing package


           Requires: osgi(org.glassfish.hk2.hk2)

This eror was confirmed during our test builds. You tried to install ODP 1.2 from testing builds (build number 21) You need to wait for the official release build which will be available in October.

Best regards,

The Clemlab Team

lucasbak commented 1 year ago

Hi @Evgeny-Kot ,

We are happy to announce that we have release AMBARI 2.7.8.0.0-101 and ODP 1.2 version where your issue is fixed. You can find the repositories files here.

Best regards,

The Clemlab Team