Skip to content

openEuler/kunpeng⚓︎

Repository Address⚓︎

https://repo.oepkgs.net/openEuler/kunpeng/

Repository Purpose⚓︎

openEuler kunpeng developer kit repository.

Repository Usage⚓︎

kunpeng-maven⚓︎

Modify the Maven installation directory/conf/settings.xml file as follows:

<profile>
    <id>kunpeng</id>
    <!-- Remote repository list, placing the Huawei Kunpeng Maven repository at the top -->
    <repositories>
        <repository>
            <id>kunpengmaven</id>
            <name>kunpeng maven</name>
            <url>https://repo.oepkgs.net/openeuler/kunpeng/maven/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <!-- Other repositories, configure other Maven central repositories, take Huawei Cloud Maven as an example -->
        <repository>
            <id>huaweicloud</id>
            <name>huaweicloud maven</name>
            <url>https://repo.huaweicloud.com/repository/maven/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
    </repositories>
</profile>
<!-- Activate the profile above -->
<activeProfiles>
  <activeProfile>kunpeng</activeProfile>
</activeProfiles>

kunpeng-bigdata⚓︎

Kunpeng HDP 3 (openEuler20.03) rpm download link:

https://repo.oepkgs.net/openeuler/kunpeng/yum/oe/20.03-LTS/bigdata/HDP/3.x/updates/3.1.0.0/HDP-3.1.0.0-openEuler20.03-rpm.tar.gz

https://repo.oepkgs.net/openeuler/kunpeng/yum/oe/20.03-LTS/bigdata/ambari/2.x/updates/2.7.3.0/ambari-2.7.3.0-openEuler20.03.tar.gz

Reference Document:

https://support.huaweicloud.com/dpmg-hdp-kunpengbds/kunpengambarihdp_04_0012.html