Hi,

+1 from Contributor.


I checked the binary distribution in Windows:
Download links [ok]
Start in Windows, jdk8 [ok]
Version number in CLI [ok]
Recover from disk [ok]
Statements executed successfully:  [ok]

SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.turbine.d1(timestamp,s0) values(1,1);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
SHOW STORAGE GROUP;
SHOW TIMESERIES;
select * from root;

Close and Restart server:

SHOW TIMESERIES;
select * from root;

445073309 <[email protected]> 于2020年8月13日周四 上午10:05写道:

> Hi,
>
> +1 from&nbsp;contributor
>
> I checked:
>
> - Incubating in
> name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Download
> links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Signatures and
> hashes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Compile from
> source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - LICENSE and
> NOTICE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Start in mac openJDK8 and
> openJDK11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - The following statements executed successfully (ok)
>
> SET STORAGE GROUP TO root.turbine;
> CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE,
> ENCODING=GORILLA;
> insert into root.turbine.d1(timestamp,s0) values(1,1);
> insert into root.turbine.d1(timestamp,s0) values(2,2);
> insert into root.turbine.d1(timestamp,s0) values(3,3);
> select * from root;
>
>
> Best,
> ---------------
> LingZhe Zhang
> ------------------&nbsp;原始邮件&nbsp;------------------
> 发件人:
>                                                   "dev"
>                                                                 <
> [email protected]&gt;;
> 发送时间:&nbsp;2020年8月12日(星期三) 晚上9:47
> 收件人:&nbsp;"dev"<[email protected]&gt;;
>
> 主题:&nbsp;Re: [VOTE] Apache IoTDB 0.10.1 (incubating) RC3 release
>
>
>
> Hi,
>
> +1 from committer :)
>
> I checked:
>
> - Incubating in
> name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Download
> links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Signatures and
> hashes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Compile from
> source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - LICENSE and
> NOTICE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - Start in mac openJDK8 and
> openJDK11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (ok)
> - The following statements executed successfully (ok)
>
> create timeseries root.turbine.d0.s0(temperature) with datatype=FLOAT,
> encoding=RLE, compression=SNAPPY tags(unit=f, description='turbine this is
> a test1') attributes(H_Alarm=100, M_Alarm=50);
>
> create timeseries root.turbine.d0.s1(power) with datatype=FLOAT,
> encoding=RLE, compression=SNAPPY tags(unit=kw, description='turbine this is
> a test2') attributes(H_Alarm=99.9, M_Alarm=44.4);
>
> create timeseries root.turbine.d1.s0(status) with datatype=INT32,
> encoding=RLE tags(description='turbine this is a test3')
> attributes(H_Alarm=9, M_Alarm=5);
>
> create timeseries root.turbine.d2.s0(temperature) with datatype=FLOAT,
> encoding=RLE, compression=SNAPPY tags(unit=f, description='turbine d2 this
> is a test1') attributes(MaxValue=100, MinValue=1);
>
> create timeseries root.turbine.d2.s1(power) with datatype=FLOAT,
> encoding=RLE, compression=SNAPPY tags(unit=kw, description='turbine d2 this
> is a test2') attributes(MaxValue=99.9, MinValue=44.4);
>
> create timeseries root.turbine.d2.s3(status) with datatype=INT32,
> encoding=RLE tags(description='turbine d2 this is a test3')
> attributes(MaxValue=9, MinValue=5);
>
> create timeseries root.ln.d0.s0(temperature) with datatype=FLOAT,
> encoding=RLE, compression=SNAPPY tags(unit=c, description='ln this is a
> test1') attributes(H_Alarm=1000, M_Alarm=500);
>
> create timeseries root.ln.d0.s1(power) with datatype=FLOAT, encoding=RLE,
> compression=SNAPPY tags(unit=w, description='ln this is a test2')
> attributes(H_Alarm=9.9, M_Alarm=4.4);
>
> create timeseries root.ln.d1.s0(status) with datatype=INT32, encoding=RLE
> tags(description='ln this is a test3') attributes(H_Alarm=90, M_Alarm=50);
>
> show timeseries where unit=f;
>
>
> Best,
> ---------------
> Yuan Tian



-- 
Best,
Xiangwei Wei

Reply via email to