You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/07/19 07:56:14 UTC

[incubator-iotdb] branch master updated: refactor folder (#270)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49cd042  refactor folder (#270)
49cd042 is described below

commit 49cd04291420289cb29ef3cecd17f9cc1ee73415
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Fri Jul 19 15:56:10 2019 +0800

    refactor folder (#270)
---
 iotdb-cli/cli/bin/run-client.bat                 | 20 --------------------
 iotdb/iotdb/{bin => sbin}/start-server.bat       |  0
 iotdb/iotdb/{bin => sbin}/start-server.sh        |  0
 iotdb/iotdb/{bin => sbin}/stop-server.bat        |  0
 iotdb/iotdb/{bin => sbin}/stop-server.sh         |  0
 iotdb/iotdb/{bin => tools}/memory-tool.bat       |  0
 iotdb/iotdb/{bin => tools}/memory-tool.sh        |  0
 iotdb/iotdb/{bin => tools}/start-WalChecker.bat  |  0
 iotdb/iotdb/{bin => tools}/start-WalChecker.sh   |  0
 iotdb/iotdb/{bin => tools}/start-sync-client.bat |  0
 iotdb/iotdb/{bin => tools}/start-sync-client.sh  |  0
 iotdb/iotdb/{bin => tools}/stop-sync-client.bat  |  0
 iotdb/iotdb/{bin => tools}/stop-sync-client.sh   |  0
 13 files changed, 20 deletions(-)

diff --git a/iotdb-cli/cli/bin/run-client.bat b/iotdb-cli/cli/bin/run-client.bat
deleted file mode 100755
index af74edc..0000000
--- a/iotdb-cli/cli/bin/run-client.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@REM
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements.  See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership.  The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License.  You may obtain a copy of the License at
-@REM
-@REM     http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied.  See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM
-
-.\start-client.bat -h localhost -p 6667 -u root -pw root
\ No newline at end of file
diff --git a/iotdb/iotdb/bin/start-server.bat b/iotdb/iotdb/sbin/start-server.bat
similarity index 100%
rename from iotdb/iotdb/bin/start-server.bat
rename to iotdb/iotdb/sbin/start-server.bat
diff --git a/iotdb/iotdb/bin/start-server.sh b/iotdb/iotdb/sbin/start-server.sh
similarity index 100%
rename from iotdb/iotdb/bin/start-server.sh
rename to iotdb/iotdb/sbin/start-server.sh
diff --git a/iotdb/iotdb/bin/stop-server.bat b/iotdb/iotdb/sbin/stop-server.bat
similarity index 100%
rename from iotdb/iotdb/bin/stop-server.bat
rename to iotdb/iotdb/sbin/stop-server.bat
diff --git a/iotdb/iotdb/bin/stop-server.sh b/iotdb/iotdb/sbin/stop-server.sh
similarity index 100%
rename from iotdb/iotdb/bin/stop-server.sh
rename to iotdb/iotdb/sbin/stop-server.sh
diff --git a/iotdb/iotdb/bin/memory-tool.bat b/iotdb/iotdb/tools/memory-tool.bat
similarity index 100%
rename from iotdb/iotdb/bin/memory-tool.bat
rename to iotdb/iotdb/tools/memory-tool.bat
diff --git a/iotdb/iotdb/bin/memory-tool.sh b/iotdb/iotdb/tools/memory-tool.sh
similarity index 100%
rename from iotdb/iotdb/bin/memory-tool.sh
rename to iotdb/iotdb/tools/memory-tool.sh
diff --git a/iotdb/iotdb/bin/start-WalChecker.bat b/iotdb/iotdb/tools/start-WalChecker.bat
similarity index 100%
rename from iotdb/iotdb/bin/start-WalChecker.bat
rename to iotdb/iotdb/tools/start-WalChecker.bat
diff --git a/iotdb/iotdb/bin/start-WalChecker.sh b/iotdb/iotdb/tools/start-WalChecker.sh
similarity index 100%
rename from iotdb/iotdb/bin/start-WalChecker.sh
rename to iotdb/iotdb/tools/start-WalChecker.sh
diff --git a/iotdb/iotdb/bin/start-sync-client.bat b/iotdb/iotdb/tools/start-sync-client.bat
similarity index 100%
rename from iotdb/iotdb/bin/start-sync-client.bat
rename to iotdb/iotdb/tools/start-sync-client.bat
diff --git a/iotdb/iotdb/bin/start-sync-client.sh b/iotdb/iotdb/tools/start-sync-client.sh
similarity index 100%
rename from iotdb/iotdb/bin/start-sync-client.sh
rename to iotdb/iotdb/tools/start-sync-client.sh
diff --git a/iotdb/iotdb/bin/stop-sync-client.bat b/iotdb/iotdb/tools/stop-sync-client.bat
similarity index 100%
rename from iotdb/iotdb/bin/stop-sync-client.bat
rename to iotdb/iotdb/tools/stop-sync-client.bat
diff --git a/iotdb/iotdb/bin/stop-sync-client.sh b/iotdb/iotdb/tools/stop-sync-client.sh
similarity index 100%
rename from iotdb/iotdb/bin/stop-sync-client.sh
rename to iotdb/iotdb/tools/stop-sync-client.sh