The Wayback Machine - https://web.archive.org/web/20201017035258/https://github.com/vesoft-inc/nebula-java/pull/161
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support graphx algorithm: pagerank & louvain #161

Open
wants to merge 3 commits into
base: master
from
Open

support graphx algorithm: pagerank & louvain #161

wants to merge 3 commits into from

Conversation

@Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Oct 12, 2020

Motivation:

Support pagerank and louvain graph algorithms based on Graphx.

Modification:

Add module nebula-algorithm .

Result:

Run pagerank algorithm and louvain algorithm for nebula edge data.

How to use the algorithm:

  1. Configure src/main/resources/application.conf file.
  2. Make sure your environment has installed spark and started spark service.
  3. Submit nebula algorithm application using this command:
    spark-submit --class com.vesoft.nebula.tools.algorithm.Main /your-path/nebula-algorithm-1.0.1.jar -p /your-path/application.conf
@@ -0,0 +1,72 @@
/*
* Copyright (c) 2020 vesoft inc. All rights reserved.
* *

This comment has been minimized.

@darionyaphet

darionyaphet Oct 12, 2020
Contributor

common format

This comment has been minimized.

@Nicole00

Nicole00 Oct 12, 2020
Author Contributor

ok

Nicole00 added 2 commits Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.