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

TriangleCountAlgo init miss the "TriangleConfig" parameter #101

Open awang12345 opened 3 weeks ago

awang12345 commented 3 weeks ago

Please check the FAQ documentation before raising an issue

Describe the bug (required)

case AlgorithmType.TriangleCount => TriangleCountAlgo(spark, dataSet, config)

case AlgorithmType.TriangleCount => val config = TriangleConfig.getTriangleConfig(configs) TriangleCountAlgo(spark, dataSet, config)

Your Environments (required)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context