From 2b364a20ea9669fb4a24e83194940b9f85023998 Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Tue, 7 Mar 2023 10:38:20 +0800 Subject: [PATCH] highlight conf format (#70) --- nebula-algorithm/src/main/resources/application.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nebula-algorithm/src/main/resources/application.conf b/nebula-algorithm/src/main/resources/application.conf index 40ebe75..e01c0fe 100644 --- a/nebula-algorithm/src/main/resources/application.conf +++ b/nebula-algorithm/src/main/resources/application.conf @@ -1,5 +1,6 @@ { - # Spark relation config + # the format of this file is HOCON, you could parse and mutate it with https://github.com/chimpler/pyhocon + # Spark related config spark: { app: { name: LPA @@ -18,7 +19,7 @@ hasWeight: false } - # Nebula Graph relation config + # NebulaGraph related config nebula: { # algo's data source from Nebula. If data.source is nebula, then this nebula.read config can be valid. read: {