You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/09/23 12:35:12 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on pull request #1633: [IOTDB-845]Enable to stop iotdb server by iotdb.IoTDB

jixuan1989 commented on pull request #1633:
URL: https://github.com/apache/incubator-iotdb/pull/1633#issuecomment-697334567


   Hi, I like the changes in `iotdb-env.bat`, good job!
   
   But let's consider the stop script...
   
   Suppose your IoTDB start-server script is at `~/Download/apache/sbin/`,
   
   and your current `pwd` is  `~`, then you can start the IoTDB by `~/Download/iotdb/sbin/start-server.sh`.
   
   Then if you want to stop IoTDB using your script, you must make sure you are in `~`.
   Suppose you are now in `~/Download`, and if you call `iotdb/sbin/stop-server.sh`, you will get `No IoTDB server to stop`.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org