2 Star 0 Fork 2

Kunpeng/Spark-graph-algo-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Spark-graph-algo-lib

Introduction

The graph algorithm library running on Kunpeng processors is an acceleration library that provides a rich set of high-level tools for graph algorithms. It is developed based on original APIs of Apache Spark 3.3.1. The acceleration library greatly improves the computing power in big data scenarios. Additionally, it provides multiple APIs in addition to the original APIs if the Apache Spark graph library.

The library provides 4 graph algorithms: maximal clique enumeration (MCE), Multiple Source shortest path(MSSP), PageRank and Betweenness. You can find the latest documentation on the project web page. This README file contains only basic setup instructions.

Building

cd Spark-graph-algo-lib/

mvn package

Obtain "boostkit-graph-acc_2.12-3.0.0-spark3.3.1.jar" from the "Spark-graph-algo-lib/graph-accelerator/target/" directory

Obtain "boostkit-graph-core_2.12-3.0.0-Spark3.3.1.jar" from the "Spark-graph-algo-lib/graph-core/target/" directory

Obtain "boostkit-graph-kernel-clinet_2.12-3.0.0-Spark3.3.1.jar" from the "Spark-graph-algo-lib/graph-kernel/target/" directory

Contribution Guidelines

Track the bugs and feature requests via GitHub issues.

More Information

For further assistance, send an email to kunpengcompute@huawei.com

空文件

简介

暂无描述 展开 收起
Scala
Apache-2.0
取消

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kunpengcompute/Spark-graph-algo-lib.git
git@gitee.com:kunpengcompute/Spark-graph-algo-lib.git
kunpengcompute
Spark-graph-algo-lib
Spark-graph-algo-lib
Spark3.3.1

搜索帮助