clemlabprojects / ambari

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

【support】An internal system exception occurred: Version 1.2.1.0-134 needs to belong to stack ODP-1.0 #56

Open zyclove opened 5 months ago

zyclove commented 5 months ago

use follow ODP-VDF.xml on ambari 2.7.8.0, with follow error.

https://clemlabs.s3.eu-west-3.amazonaws.com/centos8/odp-release/1.2.1.0-134/ODP-VDF.xml

企业微信截图_11154916-ae1a-4c10-ae3f-cc44757c4c7b

image

zyclove commented 5 months ago

After changing the following configuration, the installation is normal.

   <stack-id>ODP-1.2</stack-id>

       <repoid>ODP-1.2</repoid>
<?xml version="1.0"?>
<repository-version xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="version_definition.xsd">
  <release>
    <type>STANDARD</type>
    <stack-id>ODP-1.2</stack-id>
    <version>1.2.1.0</version>
    <build>134</build>
    <compatible-with>1\.\d+\.\d+\.\d+</compatible-with>
    <release-notes>https://www.opensourcedataplatform.com/docs/component-version-and-release-note</release-notes>
    <display>ODP-1.2.1.0</display>
  </release>
  <manifest>
    <service id="ACCUMULO-170" name="ACCUMULO" version="1.7.0"/>
    <service id="ATLAS-230" name="ATLAS" version="2.3.0"/>
    <service id="FLINK-1170" name="FLINK" version="1.17.0"/>
    <service id="HBASE-253" name="HBASE" version="2.5.3"/>
    <service id="HDFS-334" name="HDFS" version="3.3.4"/>
    <service id="HIVE-313" name="HIVE" version="3.1.3"/>
    <service id="KNOX-140" name="KNOX" version="1.4.0"/>
    <service id="KAFKA-250" name="KAFKA" version="2.5.0"/>
    <service id="MAPREDUCE2-322" name="MAPREDUCE2" version="3.2.2"/>
    <service id="NIFI-1200" name="NIFI" version="1.20.0"/>
    <service id="NIFI_REGISTRY-080" name="NIFI_REGISTRY" version="0.8.0"/>
    <service id="OOZIE-521" name="OOZIE" version="5.2.1"/>
    <service id="OZONE-130" name="OZONE" version="1.3.0"/>
    <service id="PIG-0160" name="PIG" version="0.16.0"/>
    <service id="RANGER-240" name="RANGER" version="2.4.0"/>
    <service id="RANGER_KMS-240" name="RANGER_KMS" version="2.4.0"/>
    <service id="SQOOP-147" name="SQOOP" version="1.4.7"/>
    <service id="SPARK2-248" name="SPARK2" version="2.4.8"/>
    <service id="SPARK3-341" name="SPARK3" version="3.4.1"/>
    <service id="STORM-121" name="STORM" version="1.2.1"/>
    <service id="TEZ-0102" name="TEZ" version="0.10.2"/>
    <service id="YARN-334" name="YARN" version="3.3.4"/>
    <service id="ZEPPELIN-0101" name="NIFI_REGISTRY" version="0.10.1"/>
    <service id="ZOOKEEPER-356" name="ZOOKEEPER" version="3.5.6"/>
  </manifest>
  <available-services/>
  <repository-info>
  <os family="redhat8">
    <package-version>1_2_1_0_*</package-version>
    <repo>
      <baseurl>http://172.168.1.1/odp-release/dist/centos8/1.x/BUILDS/1.2.1.0-134/rpms</baseurl>
      <repoid>ODP-1.2</repoid>
      <reponame>ODP</reponame>
      <unique>true</unique>
    </repo>
  </os>
</repository-info>
</repository-version>
lucasbak commented 5 months ago

Hi @zyclove,

Thanks for the report, it has been replaced for RHEL based 7/8 OS 5it was already good for Ubuntu22).

Best regards