Re: The problem to start IoTDB

2019-05-24 Thread Xiangdong Huang
Hi XuYi, At least I think there is something wrong in the start-cli.sh, please read the following code snippet in start-cli.sh: ``` CLASSPATH="" for f in ${IOTDB_HOME}/lib/*.jar; do CLASSPATH=${CLASSPATH}":"$f done ``` If I am a user and I just run the cli on my laptop to connect an IoTDB

Re: The problem to start IoTDB

2019-05-24 Thread Xiangdong Huang
Hm.. After reading the codes carefully, I think the script is correct, though it is better to name the variable `IOTDB_HOME` to `IOTDB_CLI_HOME`.. It is quite strange. Jack, can you try to run `mvn clean` and then compile the project again to make sure that you can reproduce the issue?

[jira] [Created] (IOTDB-96) The JDBC interface throws an exception when executing the SQL statement "list user"

2019-05-24 Thread zhaoxiuting (JIRA)
zhaoxiuting created IOTDB-96: Summary: The JDBC interface throws an exception when executing the SQL statement "list user" Key: IOTDB-96 URL: https://issues.apache.org/jira/browse/IOTDB-96 Project:

[jira] [Created] (IOTDB-97) Try compression in RPC

2019-05-24 Thread Jialin Qiao (JIRA)
Jialin Qiao created IOTDB-97: Summary: Try compression in RPC Key: IOTDB-97 URL: https://issues.apache.org/jira/browse/IOTDB-97 Project: Apache IoTDB Issue Type: Improvement

[jira] [Created] (IOTDB-101) This is an example of SQL in user manual. Why use sum function and mean function to process Boolean data???

2019-05-24 Thread zhaoxiuting (JIRA)
zhaoxiuting created IOTDB-101: - Summary: This is an example of SQL in user manual. Why use sum function and mean function to process Boolean data??? Key: IOTDB-101 URL: https://issues.apache.org/jira/browse/IOTDB-101

Re: [jira] [Created] (IOTDB-100) Feedback after executing SQL statement, error

2019-05-24 Thread 李天安
Hi, Thanks for your report, I have identified the problem and started to solve it. Best Regards, — Tianan Li School of Software, Tsinghua University > 在 2019年5月24日,下午5:23,zhaoxiuting (JIRA) 写道: > > zhaoxiuting created IOTDB-100: > - > >

Re: [jira] [Created] (IOTDB-100) Feedback after executing SQL statement, error

2019-05-24 Thread 李天安
Hi, I have pulled a pr to fix this problem. The link is https://github.com/apache/incubator-iotdb/pull/181 Best Regards, — Tianan Li School of Software, Tsinghua University > 在 2019年5月24日,下午5:23,zhaoxiuting (JIRA)

Re: [jira] [Created] (IOTDB-101) This is an example of SQL in user manual. Why use sum function and mean function to process Boolean data???

2019-05-24 Thread 李天安
Hi, Thanks for your report, it’s our carelessness when writing user doc. I have pull a pr to fix it. Pr link is :https://github.com/apache/incubator-iotdb/pull/182 Best Regards, — Tianan Li School of Software,