[VOTE] Apache IoTDB 0.10.1 (incubating) RC1 release

2020-07-23 Thread Xiangdong Huang
Hi all, This is a vote for releasing v0.10.1, which is a bug-fix version of v0.10.0. You can get its mainly changes from [5]. Apache IoTDB (Incubating) 0.10.1 has been staged under [2] and it’s time to vote on accepting it for release. All Maven artifacts are available under [1]. If approved

[BUILD-UNSTABLE]: Job 'IoTDB-Pipeline/master [master] [428]'

2020-07-23 Thread Apache Jenkins Server
BUILD-UNSTABLE: Job 'IoTDB-Pipeline/master [master] [428]': Check console output at "https://builds.apache.org/job/IoTDB-Pipeline/job/master/428/;>IoTDB-Pipeline/master [master] [428]"

Re: [Discuss] Release of 0.10.1

2020-07-23 Thread Xiangdong Huang
Hi, V0.10.1 release notes: * [IOTDB-797] InsertTablet deserialization from WAL error * [IOTDB-788] Can not upgrade all storage groups * [IOTDB-792] deadlock when insert while show latest timeseries * [IOTDB-794] Rename file or delete file Error in start check in Windows * [IOTDB-795]

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hope it helps you! The only module you may need to reference is: implementation 'org.apache.iotdb:tsfile:0.10.0' It contains everxthing for reading and writing files. Writing is straightforward, reading is a bit more complex and we should improve the docu. But just ask here if there are

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Shi Jinghai
Hi Julian, That’s great. I’ll try the way you mentioned. Kind Regards, 发件人: Julian Feinauer 发送时间: 2020年7月23日 16:06 收件人: dev@iotdb.apache.org 主题: Re: Is there any docs on how to run iotdb on android? Hey, you need no jdk, yes.

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hey, you need no jdk, yes. Just integrate the jar via grafle (I think android favors gradle) and you only need a jre. Julian Am 23.07.20, 10:02 schrieb "Shi Jinghai" : Thanks Julian and Xiangdong for your quick reply. To Julian, Would it possible iotdb have such a tool jar,

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Shi Jinghai
Thanks Julian and Xiangdong for your quick reply. To Julian, Would it possible iotdb have such a tool jar, commons-iotdb? Then the jdk requirement could be removed, right? 发件人: Julian Feinauer 发送时间: 2020年7月23日 15:18 收件人:

Re: File lists on disk

2020-07-23 Thread Xiangwei Wei
Hi, Jialin I've added the tracing part that is in data/tracing. https://github.com/apache/incubator-iotdb/pull/1547 Jialin Qiao 于2020年7月23日周四 下午2:00写道: > Hi, > > > I submitted a PR [1] to summarize the files on disk. > > > Please add into it if I miss some. > > > [1]

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Julian Feinauer
Hey, another alternative would be to use plain tsfiles and not the whole IoTDB Stack. This should work out oft he box on android, I think. Julian Am 23.07.20, 09:03 schrieb "Xiangdong Huang" : Hi Jinghai, We just tried Raspberry PI, and did not test on Andorid. This is an

Re: Is there any docs on how to run iotdb on android?

2020-07-23 Thread Xiangdong Huang
Hi Jinghai, We just tried Raspberry PI, and did not test on Andorid. This is an interesting scenario. We can have a try. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Shi Jinghai 于2020年7月23日周四 下午1:21写道: > Hi List, > > Is

File lists on disk

2020-07-23 Thread Jialin Qiao
Hi, I submitted a PR [1] to summarize the files on disk. Please add into it if I miss some. [1] https://github.com/apache/incubator-iotdb/pull/1541 Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院