You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "xiangdong Huang (JIRA)" <ji...@apache.org> on 2019/07/19 10:30:00 UTC

[jira] [Created] (IOTDB-148) modify start-*.sh to adapt the new jar files position

xiangdong Huang created IOTDB-148:
-------------------------------------

             Summary: modify start-*.sh to adapt the new jar files position
                 Key: IOTDB-148
                 URL: https://issues.apache.org/jira/browse/IOTDB-148
             Project: Apache IoTDB
          Issue Type: Sub-task
            Reporter: xiangdong Huang


Hi, as discussed in the mailing list, the new releasing structure is:

.
├──  LICENSE
├──  NOTICE
├──  RELEASE_NOTES
│
├──  bin
│      ├──  start-client.bat
│      ├──  start-client.sh
│      ├──  start-server.bat
│      ├──  start-server.sh
│      ├──  stop-server.bat
│      └──  stop-server.sh
│
├──  conf
│      ├──  iotdb-engine.properties
│      ├──  iotdb-env.bat
│      ├──  iotdb-env.sh
│      ├──  iotdb-sync-client.properties
│      ├──  logback.xml
│      └──  tsfile-format.properties
│
├──  lib
│      └──  *.jar
│
├──  licenses
│      └──  *.license
│
└──  tools
       ├──  export-csv.bat
       ├──  export-csv.sh
       ├──  import-csv.bat
       ├──  import-csv.sh
       ├──  start-WalChecker.bat
       ├──  start-WalChecker.sh
       ├──  memory-tool.bat
       ├──  memory-tool.sh
       ├──  start-sync-client.bat
       ├──  start-sync-client.sh
       ├──  stop-sync-client.bat
       └──  stop-sync-client.sh

 

So, we need to modify the start-server.sh, start-client.sh etc.. to fit the above structure. The main difference is that the -classpath is changed.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)