You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/08/05 03:13:27 UTC

[iotdb] branch rel/0.12 updated: correct an error of iotdb-engine configuration (#3687)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 33ba044  correct an error of iotdb-engine configuration (#3687)
33ba044 is described below

commit 33ba044d9519ad66ea9d2d11666e65ab5e8597db
Author: Mrquan <50...@users.noreply.github.com>
AuthorDate: Thu Aug 5 11:13:02 2021 +0800

    correct an error of iotdb-engine configuration (#3687)
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 18aab0f..dbd1578 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -650,7 +650,7 @@ timestamp_precision=ms
 # udf_root_dir=ext\\udf
 # For Linux platform
 # If its prefix is "/", then the path is absolute. Otherwise, it is relative.
-# index_root_dir=ext/udf
+# udf_root_dir=ext/udf
 
 
 # Uncomment following fields to configure the index root directory.