may we rename the package client to another name?

2020-04-28 Thread runhus...@foxmail.com
Hi, I found the package client only has the logical about the shell tools to connect to the iotdb server. The name 'client' always make me think it as client sdk for user to connect to server to insert or query. May we rename the package to another name, like iotdb-shell, and also rename t

[IOTDB-604] fix bug

2020-04-28 Thread runhus...@foxmail.com
Hi, I fix the bug remote reader query a timeseries will loop infinitly when all replica failed. I submit a PR [1] for this. [1]. https://github.com/apache/incubator-iotdb/pull/1115 Thanks. runhus...@foxmail.com

Re: may we rename the package client to another name?

2020-04-28 Thread Xiangdong Huang
Hi, I think the suggestion is acceptable. "IoTDB-shell" is not quite good because other modules do not start with "iotdb"... But "shell" is ambiguous. How about "cli" (client command line)? Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清

Re: may we rename the package client to another name?

2020-04-28 Thread Dawei Liu
Hi, Can we move the client project to server and just use Linux shell to determine whether to start the client Main or server Main Thanks --- Dawei Liu On 04/28/2020 17:59,Xiangdong Huang wrote: Hi, I think the suggestion is acceptable. "IoTDB-shell" is not quite good because other mo

Re: may we rename the package client to another name?

2020-04-28 Thread Xiangdong Huang
Hi, > Can we move the client project to server and just use Linux shell to determine whether to start the client Main or server Main It is not a good idea. If you have ever installed MySQL on Debian or Ubuntu or MacOS, you will know we can install the server and client tool separately. e.g., br

Re: Re: may we rename the package client to another name?

2020-04-28 Thread runhus...@foxmail.com
Hi, I agree with you, 'cli' is better. Thanks. runhus...@foxmail.com From: Xiangdong Huang Date: 2020-04-28 18:51 To: dev Subject: Re: may we rename the package client to another name? Hi, > Can we move the client project to server and just use Linux shell to determine whether to start the

Re: The "latest" tag of IoTDB docker image has moved to "0.9.1-jre8"

2020-04-28 Thread Julian Feinauer
Hi, thats totally fine and how it should be done : ) Julian Am 27.04.20, 09:24 schrieb "Dawei Liu" : Hi, Sorry to Julian and Xiangdong, As the v0.9.2 is released now, I think we need to move the "latest" tag to this version. Let me know if there is any other issues.

[IOTDB-628] rename package client to cli

2020-04-28 Thread runhus...@foxmail.com
Hi, I rename the package client to cli to make code structure more understandable. I submit a PR [1] for this. [1]. https://github.com/apache/incubator-iotdb/pull/1122 Thanks. runhus...@foxmail.com