Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-13 Thread Willem Jiang
I think it's could save us some time if we check the snapshot src artifact first. You can always create a source distribution without using maven release command. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Sun, Oct 13, 2019 at 9:41 AM Xiangdong Huang wrote: > > Hi Justin, > > In my

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-13 Thread Christofer Dutz
Hi Justin, I am happy to explain it to you again ... but I'd suggest to take it to the Maven project and start a discussion there. Cause then every project using maven will join in. Chris Chris Am 13.10.19, 03:04 schrieb "Justin Mclean" : Hi, I’m still not sure why you are

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-13 Thread Christofer Dutz
Actually you only need to do this: 1. mvn release:prepare -DautoVersionSubmodules=true 2. mvn release:perform (In the perform the release plugin is configured in the apache parent to automatically select the "apache-release" profile) As soon as releaae:perform is executed the release is done

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-12 Thread Xiangdong Huang
Hi Justin, In my understanding (I am not sure whether my understanding is correct), uploading files to the maven Nexus Staging repository is optional... The only thing we must to do before starting a voting is uploading the source-release.zip with its asc and sha512 files (and the

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-12 Thread Justin Mclean
Hi, I’m still not sure why you are preparing the maven artefacts before the vote is finished. I guess it good to check that everyone is OK but they can be prepared after as maven is not an official release area. Thanks, Justin

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-12 Thread Xiangdong Huang
Hi, > I am not quite sure, but I guess when preparing the release the steps haven't been executed as written in the RM guide. When release RC1, I ran: 1. mvn release:prepare -P apache-release -DautoVersionSubmodules=true 2. mvn release:perform -DreleaseProfiles=apache-release Because RC1 has

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-12 Thread Christofer Dutz
Yeah ... I wanted to say, the .gitignore helps preventing to accidentally check it in, but it doesn't automatically exclude it from the source assembly. Guess I never before used the maven wrapper for building a release (Always have maven installed) ... But thinking about it ... this file

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-12 Thread Xiangdong Huang
Hi, > If you had used the the work in progress disclaimer that would of been allowed. I cannot understand it clearly... > How would that fix it? The release needs to be be made on on the RM machine not from guthub and GitHub doesn’t currently have that jar. [1] Justin is right, I think it is

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Willem Jiang
en, Justin, you are right. We need to update the distribution assembly file at the same time. I just update the JIRA issue about this. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Sat, Oct 12, 2019 at 10:22 AM Justin Mclean wrote: > > HI, > > > For the jar in the source release, we

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Justin Mclean
HI, I also note that the file [1] is missing a header, where did this come from? Depending on where it originally come from that might have an impact on LICENCE. Looking inside the jar it seems to imply takari.io but that file does have an header and has done for some time and the code has

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Justin Mclean
HI, > For the jar in the source release, we could address it by adding below > line into .gitignore file. > #skip the maven-wrapper.jar > .mvn/wrapper/maven-wrapper.jar How would that fix it? The release needs to be be made on on the RM machine not from guthub and GitHub doesn’t currently have

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Jialin Qiao
> 抄送: > 主题: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release > > For the jar in the source release, we could address it by adding below > line into .gitignore file. > #skip the maven-wrapper.jar > .mvn/wrapper/maven-wrapper.jar > > I just create a JIRA[1] for it. >

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Willem Jiang
For the jar in the source release, we could address it by adding below line into .gitignore file. #skip the maven-wrapper.jar .mvn/wrapper/maven-wrapper.jar I just create a JIRA[1] for it. [1]https://issues.apache.org/jira/browse/IOTDB-250 Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Justin Mclean
Hi, Sorry but it’s -1 (binding) as there is a compiled binary in the source release [2] If you had used the the work in progress disclaimer that would of been allowed. I checked: - incubating in name - signature and hashes fine - disclaimer exists - LICENSE is fine ( although it would be good

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-11 Thread Kevin A. McGrail
I vote +1 binding.  See my email on the discussion for more details. On 10/5/2019 7:02 AM, Xiangdong Huang wrote: > Hi all, > > Now I open a new ticket for Apache IoTDB (incubating) 0.8.1 RC2, which fixs > some issues comparing with RC1. You can find the details at the end of this > email. > >

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-09 Thread suyue
Hi, +1 (binding) I checked: downloaded pre-release/iotdb-0.8.1 rc2: NOTICE, LICENSE and DISCLAIMER start iotdb server start client Execute: SET STORAGE GROUP TO root.ln.wf01.wt01; CREATE TIMESERIES root.ln.wf01.wt01.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN CREATE TIMESERIES

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-09 Thread 毛东方
Hi, I'd like to vote +1. Things I've done: 1. Download, Compile and build release version with command "mvn clean package"; 2. Start server and client by start-server.sh and start-client.sh; 3. Execute following sqls: 1) set storage group to root.t1; 2) create timeseries

Re: Re: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-09 Thread 李天安
gt; 发件人: "刘睿" > 发送时间: 2019-10-09 20:26:43 (星期三) > 收件人: dev@iotdb.apache.org > 抄送: > 主题: Re: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release > > Hi, > > +1 (binding) > > Checked items: > > Source release: > ✅ downloaded pre-release/iotd

Re: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-09 Thread 李天安
人: "刘睿" > 发送时间: 2019-10-09 20:26:43 (星期三) > 收件人: dev@iotdb.apache.org > 抄送: > 主题: Re: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release > > Hi, > > +1 (binding) > > Checked items: > > Source release: > ✅ downloaded pre-release/iotdb-0.8.1

Re: Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-09 Thread 刘睿
l of Software, Tsinghua University > > 乔嘉林 > 清华大学 软件学院 > > -原始邮件- > 发件人: "Xiangdong Huang" > 发送时间: 2019-10-05 19:02:47 (星期六) > 收件人: dev@iotdb.apache.org > 抄送: > 主题: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release > > Hi all, > > Now

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-08 Thread Tian Jiang
软件学院 -原始邮件- 发件人: "Xiangdong Huang" 发送时间: 2019-10-05 19:02:47 (星期六) 收件人: dev@iotdb.apache.org 抄送: 主题: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release Hi all, Now I open a new ticket for Apache IoTDB (incubating) 0.8.1 RC2, which fixs some issues comparing with RC1. Yo

Re: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-08 Thread Jialin Qiao
47 (星期六) > 收件人: dev@iotdb.apache.org > 抄送: > 主题: [VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release > > Hi all, > > Now I open a new ticket for Apache IoTDB (incubating) 0.8.1 RC2, which fixs > some issues comparing with RC1. You can find the details at the end of this &g

[VOTE] Apache IoTDB 0.8.1 (incubating) RC2 release

2019-10-05 Thread Xiangdong Huang
Hi all, Now I open a new ticket for Apache IoTDB (incubating) 0.8.1 RC2, which fixs some issues comparing with RC1. You can find the details at the end of this email. Apache IoTDB (incubating) 0.8.1 is a bug-fix version from 0.8.0. You can get its mainly changes from [5]. Apache IoTDB