+1 (binding), Download and run some command in the CLI.
Best,
Jincheng

Benedict Jin <asdf2...@apache.org> 于2020年11月24日周二 下午2:41写道:

> Hi,
>
> +1 from Contributor
>
>
> I checked the binary distribution in MacOS:
> Download links [ok]
> Start in MacOS, 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;
>
> On 2020/11/24 03:18:35, Xiangwei Wei <wxw19981...@gmail.com> wrote:
> > 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;
> >
> > 孙泽嵩 <sz...@mails.tsinghua.edu.cn> 于2020年11月24日周二 上午10:31写道:
> >
> > > Hi,
> > >
> > > +1 from committer
> > >
> > > I checked:
> > >
> > > - Download links
> > > - Signatures and hashes
> > > - Git tag
> > > - ASF headers in all source files
> > > - Compiling from source
> > > - LICENSE and NOTICE
> > > - Start in Mac
> > > - Run with following statements
> > >
> > > 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,
> > > -----------------------------------
> > > Zesong Sun
> > > School of Software, Tsinghua University
> > >
> > > 孙泽嵩
> > > 清华大学 软件学院
> > >
> > > > 2020年11月24日 00:25,Lei Rui <nezhaleg...@163.com> 写道:
> > > >
> > > > +1
> > > >
> > > >
> > > > I think the doc issues can be solved next time.
> > > >
> > > >
> > > > 1. There is a pair of Chinese single quotes used in English version
> > > "README.md":
> > > > "Insert timeseries data is a basic operation of IoTDB, you can use
> > > ‘INSERT’ command to finish this."
> > > >
> > > >
> > > > SUGGESTION: Use `insert` by the markdown grammar, or use English
> single
> > > or double quotes.
> > > >
> > > >
> > > > 2. The "incubat*" string occurs twice in README_ZH.md:
> > > > (1) "* 使用Docker: dockerfile的路径是
> > > https://github.com/apache/incubat-iotdb/tree/master/docker/src/main";
> > > > (2)
> > >
> "执行完成之后,可以在**distribution/target/apache-iotdb-{project.version}-incubating-bin.zip**找到编译完成的二进制版本(包括服务器和客户端)"
> > > >
> > > >
> > > > Actually, I use the command ( grep -r "incubat" ./ ) to find a lot
> more
> > > files containing "incubat*".
> > > > I think most of them are correct, to give a few examples:
> > > > Example 1: [./RELEASE_NOTES.md] "# Apache IoTDB (incubating) 0.10.1"
> > > > Example 2: [./docs/Community/Materials.md] "2018.12.09, ......,
> IoTDB:
> > > from Tsinghua IoTDB to Apache IoTDB (incubating)."
> > > > Example 3: [./docker/src/main/Dockerfile-0.9.0] "wget
> > >
> https://www-us.apache.org/dist/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip
> > > \"
> > > > Some of them may need updating carefully, for example:
> > > > [./client-py/pypi/README.md] "Apache IoTDB (incubating) (Database for
> > > Internet of Things) is an integrated ..."
> > > >
> > > > ------------------
> > > > What I checked:
> > > > ✔ download staged artifacts. Check their signature and hashes.
> > > > ✔ [RM] verify the reported signature is for an "apache.org" address
> > > ("gpg: Good signature from ...")
> > > > ✔ [RM] verify the reported hashes
> > > > ✔ extract src bundle
> > > > ✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES
> files
> > > in the extracted source bundle
> > > > ✔ [RM] verify the staged source README, RELEASE_NOTE files
> correspond to
> > > those in the extracted source bundle
> > > > ❗ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> > > > ✔ UNPACK the binary artefact and check the contents of LICENSE-binary
> > > and NOTICE-binary
> > > > ✔ build from directions in README with an empty maven local repo: mvn
> > > clean package -DskipTests -Dmaven.repo.local=../.m2
> > > > ✔ ./mvnw.sh install
> > > > ✔ ./mvnw.sh site:site
> > > >
> > > >
> > > > Regards,
> > > > Lei Rui
> > > >
> > > >
> > > > On 11/20/2020 14:23,Xiangdong Huang<saint...@gmail.com> wrote:
> > > > Hi all,
> > > >
> > > > This is a long-lost vote for RELEASE a new major version of IoTDB,
> > > > especially after IoTDB graduated from the incubator.
> > > >
> > > > (RC1 and RC2 failed because of some critical bugs and receives -1
> votes.
> > > > RC3 fixed them.)
> > > >
> > > > Apache IoTDB (incubating) 0.11.0 will be the first major release
> version
> > > > after IoTDB graduated. This version improves the memory control for
> > > writing
> > > > data and improves the query performance.
> > > >
> > > > You can get its main changes from [5].
> > > >
> > > > Apache IoTDB (Incubating) 0.11.0 has been staged under [2] and it’s
> time
> > > to
> > > > vote
> > > > on accepting it for release.  All Maven artifacts are available under
> > > [1].
> > > >
> > > > Release tag: release/0.11.0
> > > > Hash for the release tag: 3dafc977766e750d868d64fccfe6a5df8f1f0e1e
> > > >
> > > > Voting will be open for 72hr.
> > > > A minimum of 3 binding +1 votes and more binding +1 than binding -1
> > > > are required to pass.
> > > >
> > > > [ ]  +1 accept (indicate what you validated - e.g. performed the
> non-RM
> > > > items in [4])
> > > > [ ]  -1 reject (explanation required)
> > > >
> > > > Before voting +1, PMC members are required to download
> > > > the signed source code package, compile it as provided, and test
> > > > the resulting executable on their own platform, along with also
> > > > verifying that the package meets the requirements of the ASF policy
> > > > on releases.
> > > >
> > > > You can achieve the above by following [4].
> > > >
> > > > NOTICE: this is the first version that we remove "incubating", so
> there
> > > may
> > > > be some issues for the release, please pay attention and let make our
> > > > release better and better.
> > > >
> > > > [1]
> > > https://repository.apache.org/content/repositories/orgapacheiotdb-1047
> > > > [2] https://dist.apache.org/repos/dist/dev/iotdb/0.11.0/rc3
> > > > [3] https://www.apache.org/dev/release.html#approving-a-release
> > > > [4]
> > > >
> > >
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> > > > [5]
> > >
> https://dist.apache.org/repos/dist/dev/iotdb/0.11.0/rc3/RELEASE_NOTES.md
> > > > [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> > > >
> > > > Best,
> > > > -----------------------------------
> > > > Xiangdong Huang
> > > > School of Software, Tsinghua University
> > > >
> > > > 黄向东
> > > > 清华大学 软件学院
> > >
> > >
> >
> > --
> > Best,
> > Xiangwei Wei
> >
>

Reply via email to