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

lta pushed a commit to branch lta_example_akka_cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/lta_example_akka_cluster by 
this push:
     new dedd28c  rename iotdb_cluster config file
dedd28c is described below

commit dedd28c5cc8b953ef5cfbe580f55e36d1d71140e
Author: lta <[email protected]>
AuthorDate: Mon Mar 4 11:01:58 2019 +0800

    rename iotdb_cluster config file
---
 iotdb/iotdb/conf/{iotdb_cluster.conf => iotdb_cluster.properties} | 0
 iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb/iotdb/conf/iotdb_cluster.conf 
b/iotdb/iotdb/conf/iotdb_cluster.properties
similarity index 100%
rename from iotdb/iotdb/conf/iotdb_cluster.conf
rename to iotdb/iotdb/conf/iotdb_cluster.properties
diff --git a/iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java 
b/iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
index 48dbd9b..e358326 100644
--- a/iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
+++ b/iotdb/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
@@ -56,5 +56,5 @@ public class IoTDBConstant {
   public static final String MIN_TIME = "min_time";
   public static final int MIN_SUPPORTED_JDK_VERSION = 8;
 
-  public static final String CLUSTER_CONFIG = "iotdb_cluster.conf";
+  public static final String CLUSTER_CONFIG = "iotdb_cluster.properties";
 }

Reply via email to