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 7b59ef5 commit 2b364a2Copy full SHA for 2b364a2
nebula-algorithm/src/main/resources/application.conf
@@ -1,5 +1,6 @@
1
{
2
- # Spark relation config
+ # the format of this file is HOCON, you could parse and mutate it with https://github.com/chimpler/pyhocon
3
+ # Spark related config
4
spark: {
5
app: {
6
name: LPA
@@ -18,7 +19,7 @@
18
19
hasWeight: false
20
}
21
- # Nebula Graph relation config
22
+ # NebulaGraph related config
23
nebula: {
24
# algo's data source from Nebula. If data.source is nebula, then this nebula.read config can be valid.
25
read: {
0 commit comments