Skip to content

Commit 2b364a2

Browse files
authored
highlight conf format (#70)
1 parent 7b59ef5 commit 2b364a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nebula-algorithm/src/main/resources/application.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
# Spark relation config
2+
# the format of this file is HOCON, you could parse and mutate it with https://github.com/chimpler/pyhocon
3+
# Spark related config
34
spark: {
45
app: {
56
name: LPA
@@ -18,7 +19,7 @@
1819
hasWeight: false
1920
}
2021

21-
# Nebula Graph relation config
22+
# NebulaGraph related config
2223
nebula: {
2324
# algo's data source from Nebula. If data.source is nebula, then this nebula.read config can be valid.
2425
read: {

0 commit comments

Comments
 (0)