vesoft-inc / nebula-algorithm

Nebula-Algorithm is a Spark Application based on GraphX, which enables state of art Graph Algorithms to run on top of NebulaGraph and write back results to NebulaGraph.
71 stars 39 forks source link

Remove unusable variables #94

Closed artemkorsakov closed 8 months ago

artemkorsakov commented 10 months ago

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

Description:

Remove unusable variables

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

Nicole00 commented 8 months ago

@artemkorsakov Thanks for your pr, the variables are really useless for now, Maybe we can reserve the algorithm name and set them to Spark job.

 spark.sparkContext.setJobGroup(algoName, s"Running: ${algoName}")

What's your view?

artemkorsakov commented 8 months ago

Great idea!

Let me close this PR and create an issue from your comment? Can you implement this issue? I think you can do it better than me :)

Nicole00 commented 8 months ago

No problem.