iotdb
iotdb copied to clipboard
Apache IoTDB
This PR contains following: 1. dockerfile for 1c1d1m 2. CI workflow for testing mlnode 3. example test code under client-py/tests-mlnode
```bash #!/bin/bash iotdb_source_path="/Users/oushu/dev/iotdb" iotdb_install_path="/tmp/iotdb" iotdb_branch="rel/1.2" iotdb_current_branch="sl_fix_upgrade_1.2" echo "iotdb source path : $iotdb_source_path" echo "iotdb install path : $iotdb_install_path" echo "iotdb source branch : $iotdb_branch" echo "----- check source path git...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version iotdb:1.2.1 windows server 2016 openjdk 11 ### Describe the bug and provide the...
The Top-K DTW algorithm can select the top-k DTW substring in the target time-series compare to the pattern time-series
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version iotdb 1.2.1 Windows Server 2016 ### Describe the bug and provide the minimal...
运行中偶尔出现这个错误,报错堆栈信息如下: 2021-05-08 10:39:59,082 - 12348-ThreadPoolExecutor-34_2 - .\base\abstract_processor.py[line:80] - ERROR: ('Could not set time zone because: ', TTransportException('Transport not open')) Traceback (most recent call last): File "E:\python\python-3.7.9\Lib\site-packages\iotdb\Session.py", line 729, in set_time_zone...
When a large amount of data is inserted, the final storage is estimated to occupy about 100G according to the disk occupancy ratio. After the data insertion is completed, after...
我想了解IoTDB在常见的单机部署和分布式部署的方式下,双活部署是如何实现的?我看官方文档内,并没有相关的描述。包括b站内的视频也没有相关介绍。
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version  操作系统:CentOS 7.9 IoTDB:1.1.1 ### Describe the bug and provide the minimal reproduce...
[rel/1.2]add it testing to rest service.