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:
Reference Document:
https://support.huaweicloud.com/dpmg-hdp-kunpengbds/kunpengambarihdp_04_0012.html
Related Links⚓︎
- Kunpeng Community: https://www.hikunpeng.com/
- Kunpeng Forum: https://bbs.huaweicloud.com/forum/forum-923-1.html
- Kunpeng Documentation Center: https://www.hikunpeng.com/document