We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36be72b commit 0cffb91Copy full SHA for 0cffb91
nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/Main.scala
@@ -172,8 +172,8 @@ object Main {
172
ShortestPathAlgo(spark, dataSet, spConfig, hasWeight)
173
}
174
case "degreestatic" => {
175
- val config = DegreeStaticConfig.getDegreeStaticConfig(configs)
176
- DegreeStaticAlgo(spark, dataSet, config)
+ val dsConfig = DegreeStaticConfig.getDegreeStaticConfig(configs)
+ DegreeStaticAlgo(spark, dataSet, dsConfig)
177
178
case "kcore" => {
179
val kCoreConfig = KCoreConfig.getKCoreConfig(configs)
0 commit comments