This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch pipe-reduce-parameters in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit fa16b9a81e634f7c3adbd5373232d78d15dfd58e Author: Steve Yurong Su <[email protected]> AuthorDate: Mon Aug 14 12:13:02 2023 +0800 windows platform --- .../datanode/src/assembly/resources/conf/iotdb-datanode.properties | 2 +- .../src/assembly/resources/conf/iotdb-common.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties b/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties index 71904a4bb28..fb3f2ef06f9 100644 --- a/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties +++ b/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties @@ -192,7 +192,7 @@ dn_target_config_node_list=127.0.0.1:10710 # tracing dir # Uncomment following fields to configure the tracing root directory. -# For Window platform, the index is as follows: +# For Windows platform, the index is as follows: # dn_tracing_dir=datanode\\tracing # For Linux platform # If its prefix is "/", then the path is absolute. Otherwise, it is relative. diff --git a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties index 3524973a789..2dd1645a808 100644 --- a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties +++ b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties @@ -875,7 +875,7 @@ cluster_name=defaultCluster # Note: If data_dir is assigned an empty string(i.e.,zero-size), it will be handled as a relative # path. # -# For Window platform +# For Windows platform # If its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\", then the path is # absolute. Otherwise, it is relative. # udf_lib_dir=ext\\udf @@ -889,7 +889,7 @@ cluster_name=defaultCluster #################### # Uncomment the following field to configure the trigger lib directory. -# For Window platform +# For Windows platform # If its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\", then the path is # absolute. Otherwise, it is relative. # trigger_lib_dir=ext\\trigger @@ -937,7 +937,7 @@ cluster_name=defaultCluster #################### # Uncomment the following field to configure the pipe lib directory. -# For Window platform +# For Windows platform # If its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\", then the path is # absolute. Otherwise, it is relative. # pipe_lib_dir=ext\\pipe
