Re: [VOTE] Apache IoTDB 0.9.3 (incubating) RC1 release

2020-05-09 Thread Xiangdong Huang
Hi, +1, I checked: 1. The source release: - incubating in name - apache headers - signatures and hashes - DISCLAIMER - LICENSE and NOTICE - no jar files - mvn package -DskipTests 2. The bin release: - start on MacOS, jdk11 - Grafana connector works Minor issue: - Grafana configuration file is

[BUILD-STABLE]: Job 'IoTDB-Pipeline/master [master] [359]'

2020-05-09 Thread Apache Jenkins Server
BUILD-STABLE: Job 'IoTDB-Pipeline/master [master] [359]': Is back to normal.

Re: TsFile Go use case

2020-05-09 Thread Giorgio Zoppi
Dear all, it will be interesting knowing more on how we can simulate (have a test) your Lenovo use case so we can make performance comparison. Best Regards, Giorgio.

Re: TsFile Go use case

2020-05-09 Thread Xiangdong Huang
Hi, Thanks for sharing the use case. It is quite similar to the issue about IoTDB-Native while the issue is for implementing TsFile with C++ currently. We may have several implementations of TsFile, by Java, Go, C++... Then, it is easier to use TsFile in many applications/environments (and

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

2020-05-09 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB-Pipeline/master [master] [358]': Check console output at "https://builds.apache.org/job/IoTDB-Pipeline/job/master/358/;>IoTDB-Pipeline/master [master] [358]"

Re:TsFile Go use case

2020-05-09 Thread Dawei Liu
Hi Daihui, Thank you very much for sharing your use of iotdb in the mail. I have noticed your pr for a long time, and I think it is necessary to discuss whether to merge the golang code into iotdb github, So that we may have TsFile for C++ API, golang API and Java API in the future. TsFile

TsFile Go use case

2020-05-09 Thread HuiA Dai
Dear all, I am Daihui, and I submitted a PR [1] which uses Go to implement TsFile. I want to share with all of you that our company (Lenovo) have used this feature in our business case in YOFC (Yangtze Optical Fiber and Cable Company) as the time series data storage of the edge computing in

Re: [VOTE] Apache IoTDB 0.9.3 (incubating) RC1 release

2020-05-09 Thread Jialin Qiao
Hi, +1 The source release: incubating in name [ok] apache headers [ok] signatures and hashes [ok] DISCLAIMER [ok] LICENSE and NOTICE [ok] no jar files [ok] could compile from source: ./mvnw.sh clean install [ok] The binary distribution: signatures and hashes [ok] start in mac, jdk8 [ok]