This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch edge-version
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1e5de50df56 Add IoTDB Edge distribution: ConfigNode + DataNode merged
in one JVM
add f2535c3f118 Improve IoTDB Edge packaging and lifecycle scripts
No new revisions were added by this update.
Summary of changes:
CLAUDE.md | 9 ++
README.md | 12 +++
README_ZH.md | 13 +++
distribution/pom.xml | 18 +---
distribution/src/assembly/all.xml | 3 +
distribution/src/assembly/confignode.xml | 3 +
distribution/src/assembly/datanode.xml | 3 +
distribution/src/assembly/edge.xml | 19 +++-
integration-test/src/assembly/mpp-test.xml | 3 +
.../main/java/org/apache/iotdb/edge/EdgeNode.java | 24 +++--
.../resources/conf/edge}/iotdb-system.properties | 0
scripts/sbin/start-edge.sh | 18 ++--
scripts/sbin/stop-edge.sh | 103 +++++++++++++++++----
scripts/sbin/windows/stop-edge.bat | 5 +-
14 files changed, 180 insertions(+), 53 deletions(-)
rename {distribution/src/assembly/resources/conf-edge =>
iotdb-core/node-commons/src/assembly/resources/conf/edge}/iotdb-system.properties
(100%)