Re: Binary Release of IoTDB

2019-07-17 Thread Jialin Qiao
Hi, I think structure 3 is better than 1 and 2. However, what makes the bin folder a mess is some tools script. Could we move walcheck and sync related scripts from "server" to a folder named "tools", also csv import/export scripts from client to "tools"? Besides, it's better to combine

回复: Binary Release of IoTDB

2019-07-17 Thread RUI, LEI
Hi, I'm here to suggest another structure like this :) (Structure 3): . ├── LICENSE ├── NOTICE ├── changes.txt │ ├── bin │ ├── client │ │ ├── export-csv.bat │ │ ├── export-csv.sh │ │ ├── import-csv.bat │ │ ├── import-csv.sh │ │ ├── run-client.bat │ │ ├──

Re: Binary Release of IoTDB

2019-07-17 Thread 江天
Hi, I prefer the second. I will feel frustrated when I open the bin folder only to find everything is crowded in it. With the names of the scripts largely alike, searching for a specific one may take more time. And I really don't think some duplicated library matters. We are in 2010s, tens of

Re: Binary Release of IoTDB

2019-07-17 Thread Xiangdong Huang
Hi, any other opinion? We need to make a decision asap Because there is some divergence, do we need a vote? Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao 于2019年7月17日周三 下午3:39写道: > Hi, > > I prefer the first

Re: About the design and development of merge.

2019-07-17 Thread 江天
Hi, The Merge is functional on branch dev_merge and the related PR is on https://github.com/apache/incubator-iotdb/pull/258 . If you feel interested, feel free to give any advices or comments. Thanks Tian Jiang

[BUILD-FAILURE]: Job 'IoTDB-Pipeline/master [master] [135]'

2019-07-17 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB-Pipeline/master [master] [135]': Check console output at "https://builds.apache.org/job/IoTDB-Pipeline/job/master/135/;>IoTDB-Pipeline/master [master] [135]"

Re: [BUILD-FAILURE]: Job 'IoTDB-Pipeline/master [master] [134]'

2019-07-17 Thread Xiangdong Huang
The failure reason is “stderr: fatal: unable to access ' https://github.com/apache/incubator-iotdb.git/': Could not resolve host: github.com” This is the second time The malfunction occurs... Apache Jenkins Server 于2019年7月18日 周四上午7:36写道: > BUILD-FAILURE: Job 'IoTDB-Pipeline/master [master]

[BUILD-FAILURE]: Job 'IoTDB-Pipeline/master [master] [134]'

2019-07-17 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB-Pipeline/master [master] [134]': Check console output at "https://builds.apache.org/job/IoTDB-Pipeline/job/master/134/;>IoTDB-Pipeline/master [master] [134]"

[jira] [Created] (IOTDB-143) Support merge

2019-07-17 Thread Tian Jiang (JIRA)
Tian Jiang created IOTDB-143: Summary: Support merge Key: IOTDB-143 URL: https://issues.apache.org/jira/browse/IOTDB-143 Project: Apache IoTDB Issue Type: New Feature Reporter: Tian

[jira] [Created] (IOTDB-142) Change String literal "UTF-8" into StandardCharsets.UTF_8

2019-07-17 Thread JIRA
朱天赐 created IOTDB-142: - Summary: Change String literal "UTF-8" into StandardCharsets.UTF_8 Key: IOTDB-142 URL: https://issues.apache.org/jira/browse/IOTDB-142 Project: Apache IoTDB Issue Type:

[jira] [Closed] (IOTDB-122) Support prepared insertion

2019-07-17 Thread Tian Jiang (JIRA)
[ https://issues.apache.org/jira/browse/IOTDB-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tian Jiang closed IOTDB-122. > Support prepared insertion > -- > > Key: IOTDB-122 >

Re: Memory estimation tool

2019-07-17 Thread 李天安
Hi, Jialin: Actually, I have written an docu to show how to use this tool, and it has been submitted to this pr. https://github.com/apache/incubator-iotdb/pull/256 Best Regards, — Tianan Li School of Software, Tsinghua

Re: Binary Release of IoTDB

2019-07-17 Thread Jialin Qiao
Hi, I prefer the first structure that assembles all scripts in the "bin" folder and all jars in the "lib" folder. Suppose I am a user, I would expect that the structure is as clear and simple as possible. Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 >

[jira] [Created] (IOTDB-141) Memory estimation tool

2019-07-17 Thread litianan (JIRA)
litianan created IOTDB-141: -- Summary: Memory estimation tool Key: IOTDB-141 URL: https://issues.apache.org/jira/browse/IOTDB-141 Project: Apache IoTDB Issue Type: New Feature Reporter:

Re: Binary Release of IoTDB

2019-07-17 Thread Xiangdong Huang
Hi, Though I also think the second structure is more clear, many databases projects use the structure 1... e.g, Cassandra. When using structure 2, there are some jars both in the client/lib/ and the server/lib/, which will enlarge the binary file. Do we need to extract them out and put them

AW: A task list needed for releasing 0.8

2019-07-17 Thread Julian Feinauer
Hi, Yes and I am about to sketch one based on what we use in the plc4x project https://plc4x.apache.org/developers/release.html Julian Von meinem Mobiltelefon gesendet Ursprüngliche Nachricht Betreff: Re: A task list needed for releasing 0.8 Von: Justin Mclean An:

Re: A task list needed for releasing 0.8

2019-07-17 Thread Justin Mclean
Hi, > - Create a release page on JIRA (Em, and I am not very sure what the page > is used for. @Julian ) You need a release page on the web site. Thanks, Justin

Re: [BUILD-FAILURE]: Job 'IoTDB Website [null] [54]'

2019-07-17 Thread Xiangdong Huang
Please ignore this message, and I just want to try whether the Apache Jenkins has been fixed for `npm install` command. See [1]. [1] https://issues.apache.org/jira/browse/INFRA-18700 --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院

[BUILD-FAILURE]: Job 'IoTDB Website [null] [54]'

2019-07-17 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB Website [null] [54]': Check console output at "https://builds.apache.org/job/IoTDB%20Website/54/;>IoTDB Website [null] [54]"

A task list needed for releasing 0.8

2019-07-17 Thread Xiangdong Huang
Hi all, Thanks for Julian's push, now the work for releasing have begun :D. I think we have many tasks to finish it, can we maintain a task list for the releasing? And, once a task is finished, we can scratch it out. (Where to maintain this list? As an issues? or just in the mailing list?)