Re: Plans of January of 2019

2019-01-01 Thread Christofer Dutz
Hi all, a happy new year from me too ... I think we should add one or two more steps: (5) setup the Jenkins build on ASF's Jenkins (I'd be glad to help with that) Regarding the issues ... ever thought of programmatically migrating them to Jira? Sort of a run-once program, that pulls the

Re: ask for webhooks for iotdb repository

2019-01-17 Thread Christofer Dutz
I'll take care of that when I'm back in the office tomorrow. Chris Outlook for Android herunterladen From: Xiangdong Huang Sent: Thursday, January 17, 2019 7:41:05 PM To: dev@iotdb.apache.org; 徐毅 Subject: ask for webhooks for iotdb

What's the holdup with the code?

2019-01-17 Thread Christofer Dutz
Hi, still the IoTDB git repo ist empty … what’s the reason for this? Anything I can help with? Chris

Re: ASF Headers including Year ...

2019-01-18 Thread Christofer Dutz
Generally I had already setup everything correctly for Apache incubator projects, so just place the header Justin posted and use that. And probably replace the header plugin with the rat-Maven-plugin. Chris Outlook for Android herunterladen

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

2019-01-18 Thread Christofer Dutz
OK ... so now you guys should be setup ... Jenkins automatically builds all branches that contain a Jenkinsfile. So if you branch off master, this will automatically be built and tested. - You can find all IoTDB jobs here [1] - The master build is here [2] - Snapshots are deployed here [3] (As

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

2019-01-18 Thread Christofer Dutz
a .travis.yml for that. Chris Am 18.01.19, 16:14 schrieb "徐毅" : Hi, I have create a pull request from my forked repo, will it trigger the jenkins pipeline? Thanks Xu Yi | | On 1/18/2019 22:54,Christofer Dutz wrote: OK ... so no

Re: ASF Headers including Year ...

2019-01-18 Thread Christofer Dutz
Hi Kevin, Well if you set the Inception-Year in the pom, maven generates this line in the generated artifacts. I have never seen the year appear in every file header. Chris Am 18.01.19, 15:28 schrieb "Kevin A. McGrail" : On 1/18/2019 9:17 AM, Christofer Dutz wrote:

Re: ASF Headers including Year ...

2019-01-18 Thread Christofer Dutz
This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -- Where the first year is taken from the pom and the second is just the current year. Chris Am 18.01.19, 15:30 schrieb "Christofer Dutz" : Hi Kevin, Well

Skipping tests

2019-01-18 Thread Christofer Dutz
Hi all, After encountering the time-zone problem I wanted to run the build without tests. However this wasn’t directly possible. Even if I clicked on “skip tests” in IntelliJ tests were executed, so I manually added “-DskipTests”, but still the tests were executed. Looking at projects like

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

2019-01-18 Thread Christofer Dutz
eate a new branch in apache/incubator-iotdb and create a pr to master. Only in this circumstance, it will trigger jenkins? On 1/18/2019 23:19,Christofer Dutz wrote: Nope ... only code in the official Apache repo will trigger builds. We discussed this on the build@apache list and I wou

Re: Permissions about confluence

2019-01-18 Thread Christofer Dutz
nt catalog on the sidebar well. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年1月18日周五 下午4:46写道: > Hi all, > > I just had a look and it seems only

ASF Headers including Year ...

2019-01-18 Thread Christofer Dutz
Hi all, as I was setting up things so Jenkins will build the project, I noticed that you have some strange plugin in the build that enforces headers quite strictly. I don’t have any objections to that, however it marked my usual ASF headers as invalid because they didn’t have the first line in

Re: ask for webhooks for iotdb repository

2019-01-18 Thread Christofer Dutz
So I'm currently setting IoTDB up that it will build on Asf Jenkins As this is the only option for having the build deploy SNAPSHOTs of IoTDB Chris Am 18.01.19, 07:23 schrieb "徐毅" : Hi, I cannot find secret of CodeCov, it only provides a upload token which is

Time-Zone sensitive tests?

2019-01-18 Thread Christofer Dutz
Hi, I’m getting these test errors when trying to build the current version: [ERROR] Failures: [ERROR] DatetimeUtilsTest.testConvertDatetimeStrToLongWithMS:106 expected:<1546413207689> but was:<1546438407689> [ERROR] DatetimeUtilsTest.testConvertDatetimeStrToLongWithoutMS:83

Re: ASF Headers including Year ...

2019-01-19 Thread Christofer Dutz
Hi all, In general I think it's problematic to have headers automatically changed, especially by an automated tool.. Think of such a tool like a device that stamps "This is the property of XYZ" on everything in your house ... now you borrow something from a friend and as soon as you bring it

Re: ASF Headers including Year ...

2019-01-19 Thread Christofer Dutz
University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年1月19日周六 下午7:23写道: > Hi all, > > In general I think it's problematic to have headers automatically changed, > especially by an automated tool.. > > Think of such a to

Re: Permissions about confluence

2019-01-18 Thread Christofer Dutz
Hi all, I just had a look and it seems only Administrators have the permissions to change the side bar ... so far I added all new people as normal "Developers". Should I give everyone full permissions? Chris Am 18.01.19, 08:50 schrieb "Justin Mclean" : Hi, > 2. Lack of

AW: What's up?

2018-12-11 Thread Christofer Dutz
he same thing... > > On Tue, Dec 11, 2018, 9:21 AM Christofer Dutz wrote: > > > Hi all, > > > > being signed up as a mentor I am sort of asking myself … what should I > > mentor. > > > > Right now all I can see is a

Re: Things I noticed

2018-12-12 Thread Christofer Dutz
ty 黄向东 清华大学 软件学院 Christofer Dutz 于2018年12月12日周三 下午8:41写道: > Hi all, > > ok ... so I'm working on it ... ok ... I'm mostly finished. > > I tested things on Mac, Windows and Linux (Ubuntu 18.04) > > The root pom now contains several profiles which should automatically > act

Re: [incubator-iotdb-website] branch master updated: Added a first version of a Jenkinsfile for build on Apache Infra

2018-12-20 Thread Christofer Dutz
> > The following commit(s) were added to refs/heads/master by this push: > new 393087d Added a first version of a Jenkinsfile for build on Apache Infra > 393087d is described below > > commit 393087d7bdc9afa51dfb40bb251d1e00ffa51226 > Author: Christofe

Re: [incubator-iotdb-website] branch master updated: Added a first version of a Jenkinsfile for build on Apache Infra

2018-12-20 Thread Christofer Dutz
/view/I/view/IoTDB/ This will be where all the IoTDB jobs will be located. So now as soon as you commit anything to the website repos master branch, it will automatically build and update the site. Chris Am 20.12.18, 14:06 schrieb "Christofer Dutz" : Well it's simply not finished

Re: Re: [incubator-iotdb-website] branch master updated: Added a first version of a Jenkinsfile for build on Apache Infra

2018-12-20 Thread Christofer Dutz
- Thank you very much for helping us build jenkins test and update script. I have learnt a lot from your codes and scripts. Yi Xu > -原始邮件- > 发件人: "Christofer Dutz" > 发送时间: 2018-12-20 22:05:27 (星期四) > 收件人: "dev@iotdb.apache.org" > 抄送: > 主题: Re: [in

IoTDB Website online

2018-12-21 Thread Christofer Dutz
Hi all, the gitpubsub was just enabled and it seems to have worked. The website is now available at http://iotdb.apache.org/#/ Chris

Re: Wikis for IoTDB

2018-12-23 Thread Christofer Dutz
I could do that for you, if you want? Chris Outlook for Android herunterladen From: Sheng Wu Sent: Sunday, December 23, 2018 7:58:29 AM To: dev Subject: Re: Wikis for IoTDB You could ask your mentor to create confluence for IoTDB at

Re: Things I noticed

2018-12-11 Thread Christofer Dutz
Reference: > [1] https://github.com/apache/cassandra/tree/cassandra-2.0/interface > > Best, > ------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > > Christofer Dutz 于2018年12月12日周三 上午4:49写道:

AW: Things I noticed

2018-12-12 Thread Christofer Dutz
;-) Chris Am 12.12.18, 13:43 schrieb "Christofer Dutz" : Ah yeah ... I forgot to mention the pull request is open ... https://github.com/thulab/iotdb/pull/510 Chris Am 12.12.18, 13:41 schrieb "Christofer Dutz" : Hi all,

Re: Git issue sor JIRA?

2018-12-20 Thread Christofer Dutz
I would also suggest to use JIRA. Chris Am 20.12.18, 10:18 schrieb "Xiangdong Huang" : Hi, I prefer to JIRA, too. The only concern is that some normal users are not familiar about JIRA, and maybe it is a bottleneck for them to report Bugs and Issues. It seems

Re: Questions about building the website of IoTDB Project

2018-12-19 Thread Christofer Dutz
i at https://www.travis-ci.org/? Thanks Yi Xu > -原始邮件- > 发件人: "Christofer Dutz" > 发送时间: 2018-12-19 21:45:47 (星期三) > 收件人: "dev@iotdb.apache.org" > 抄送: > 主题: Re: Questions about building the website of IoTDB Proj

AW: Things I noticed

2018-12-12 Thread Christofer Dutz
f you can give a hand on it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Dec 12, 2018 at 3:12 PM Christofer Dutz wrote: > > Hi Willem, > > If you don't mind, I would like to give it a try to automate this. I think the s

AW: Things I noticed

2018-12-12 Thread Christofer Dutz
Ah yeah ... I forgot to mention the pull request is open ... https://github.com/thulab/iotdb/pull/510 Chris Am 12.12.18, 13:41 schrieb "Christofer Dutz" : Hi all, ok ... so I'm working on it ... ok ... I'm mostly finished. I tested things on Mac, Windows

What's up?

2018-12-11 Thread Christofer Dutz
Hi all, being signed up as a mentor I am sort of asking myself … what should I mentor. Right now all I can see is a GitHub group of 3 people (2 of them being mentors) and nothing else. What’s the plan for the near future? Is there anything I can help with? How about moving stuff here and then

AW: Using mail list or Issues management (e.g., Github, or JIRA) for source code discussion?

2018-12-03 Thread Christofer Dutz
Just some feedback from my side as we were having similar discussions on the PLC4X project. The thing is, if technical discussions are held on GitHub, in PRs or in Jira, getting an overview of what's happening requires to register to all of these and to continuously monitor all of these

AW: Welcome to the IoTDB project

2018-11-30 Thread Christofer Dutz
Hi all, I'm Christofer Dutz, also an ASF Member and involved in quite a number of other projects. Currently my focus is clearly on IoT, especially Industrial IoT and therefore I am working hard On Apache PLC4X and Apache Edgent. As I think IoTDB fits nicely into this ecosystem I immediately

Re: Plans of January of 2019

2019-01-03 Thread Christofer Dutz
must re-run all unit tests? Thanks Yi Xu | | 徐毅 | | xuyith...@126.com | 签名由网易邮箱大师定制 On 1/2/2019 21:16,Christofer Dutz wrote: Hi Yi, Re 1) If your PR is in the same repo, the multibranch pipeline plugin could automatically se

Re: Question About Using Confluence

2019-01-11 Thread Christofer Dutz
Yes you may ;-) The problem is that Jira and Confluence are not integrated into the Apache LDAP ... an Admin (Justin or me) have to add you. So please: everyone wanting access ... please respond to this thread and we'll take care of that. !!! And be sure to provide your Confluence User-Name

Re: Permission for Apache IoTDB JIRA for add WebHook

2019-01-14 Thread Christofer Dutz
Unfortunately I am not an Admin of the Jira Instance. Guess we'll have to wait till another Admin can help out (Would be great if I could be added to the Admin group though) Chris Am 14.01.19, 09:05 schrieb "Xiangdong Huang" : Hi, We noticed that we have IoTDB project on JIRA:

Re: Question About Using Confluence

2019-01-14 Thread Christofer Dutz
case of L) Richard_yuan kangrong liukun suyue mdf369 gaofei cao Doge liurui EJTTianYu qiaojialin Best, ZhaoXinyi On 2019/01/11 10:44:44, Christofer Dutz wrote: > Yes you may ;-) > > The problem is that

Re: Plans of January of 2019

2019-01-02 Thread Christofer Dutz
capabilities to run multiple tests? [cid:43cdda76$1$1680d42579b$Coremail$xuyithuss$126.com] Thanks Yi Xu At 2019-01-02 01:28:26, "Christofer Dutz" wrote: >Hi all, > >a happy new year from me too ... >I think we should add one or two more steps: > >(5) setup

Re: Permission for Apache IoTDB JIRA for add WebHook

2019-01-14 Thread Christofer Dutz
Ok ... I am now an admin, however that wasn't enough. I just had Infra enable the web-hook ... should work now. Chris Am 14.01.19, 09:05 schrieb "Xiangdong Huang" : Hi, We noticed that we have IoTDB project on JIRA: https://issues.apache.org/jira/projects/IOTDB/summary.

Re: Questions about building the website of IoTDB Project

2018-12-19 Thread Christofer Dutz
Hi Xiangdong, When looking into the team as GitHub knows it, there's only Willem Jiang and 3 of us mentors setup: https://github.com/orgs/apache/teams/iotdb-committers (Probably not visible to you) So probably there's something not setup correctly on either your side or ours. You could

Re: Questions about building the website of IoTDB Project

2018-12-19 Thread Christofer Dutz
be great appreciate if you can help us create and configure Jenkinsfile. I look at apache/skywalking project. On master branch, it uses travis file to build and push to asf-site branch, so a travis job is also ok? Thanks Yi Xu > -- > ??: "Christofer Dutz" > ?

Re: Re: Questions about building the website of IoTDB Project

2018-12-19 Thread Christofer Dutz
an help us create and configure > Jenkinsfile. > I look at apache/skywalking project. On master branch, it uses travis file to > build and push to asf-site branch, so a travis job is also ok? > > Thanks > Yi Xu > > > -原始邮件- > > 发件人: "Christofer Dutz&quo

Re: Re: Questions about building the website of IoTDB Project

2018-12-19 Thread Christofer Dutz
Well officially the project is "incubator" ... Just mention iotdb in the issue somewhere (might even be an extra field for that. Chris Outlook for Android herunterladen From: 徐毅 Sent: Thursday, December 20, 2018 6:57:27 AM To:

Re: Apply for adding code quality checking on one more branch (dev branch)

2019-01-24 Thread Christofer Dutz
Hi Xiangdong, The problem would be that we would be getting sort of a race condition, if we ran the analysis on more than one branch. The UI would always show the results of the last build and there would be no continued stats. However there are ide plugins, that allow a local analysis using

Re: Could someone please address the last two failing tests?

2019-01-27 Thread Christofer Dutz
I just searched the OpenJDK sources and found the class in OpenJDK too: https://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/com/sun/management/UnixOperatingSystemMXBean.java Chris Am 27.01.19, 15:23 schrieb "Xiangdong Huang" : It is a good question... I will try

Re: Forwarding the JIRA notification to this mailing list is enable

2019-03-26 Thread Christofer Dutz
Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年3月26日周二 下午3:15写道: > Hi, > > Just had a look at the Jira notification settings and from that side all > should be ok ... > It m

Re: Forwarding the JIRA notification to this mailing list is enable

2019-03-26 Thread Christofer Dutz
"Xiangdong Huang" : Hi, So do I need to open a ticket to let INFRA fix that setup? Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年3月26日周

IoTDB on Twitter?

2019-03-26 Thread Christofer Dutz
Hi all, while sending out a „happy birthday” tweet for Apache’s 20th birthday I wanted to reference IoTDB and noticed there doesn’t seem to be an @ApacheIoTDB account … Now that the Podling Name Search is approved, I think it would be a good idea to create such an account and to start

Re: Forwarding the JIRA notification to this mailing list is enable

2019-03-26 Thread Christofer Dutz
ing... Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年3月21日周四 下午8:38写道: > Argh! > > I know one of the people involved in that discussion

Re: Cannot login Apache Jenkins

2019-02-26 Thread Christofer Dutz
There were "issues" this morning ... not just Jenkins, but also GitBox and some EU Webservers were involved ... so don't worry ... was just a hiccup. Chris Am 26.02.19, 14:26 schrieb "徐毅" : Hi, Now I can login without problems. Maybe jenkins encountered some problems a few

Re: How to mark SonarLint issues as False Positive or Won't Fix

2019-03-01 Thread Christofer Dutz
But in general, you should be able to log-in to SonarQube and mark something as "won't fix" or "false-positive" ... Chris Am 01.03.19, 09:32 schrieb "江天" : Hello, I have seen some sonar issues that are not really issues. Leaving them as they are makes it harder to find the

Re: Podling Report Reminder - March 2019

2019-03-01 Thread Christofer Dutz
the latter case, please list any open issues that need to be addressed. - very Helpful. Signed-off-by: [](iotdb) Justin Mclean Comments: [](iotdb) Christofer Dutz Comments: [](iotdb) Willem Ning Jiang Comments: [](iotdb) Kevin McGrail C

Re: Questions about deleting branches on Apache Jenkins

2019-02-22 Thread Christofer Dutz
I just decreased the number of old items to keep and the number of days to keep them. Some branches disappeared immediately ... Some will in a day or two. Chris Outlook für Android herunterladen From: Willem Jiang Sent: Friday, February

Re: Upgrate Nodejs version for our jenkins environment

2019-02-25 Thread Christofer Dutz
Please open an INFRA JIRA ticket, All we could do would be to do the same. Chris Am 25.02.19, 13:17 schrieb "徐毅" : Hi, Recently, I have found that our jenkins pipeline for iotdb-website project always fail when executing `npm install`. On my computer, it works. Nodejs and

Re: AW: Problems about rat plugin and apache header check

2019-03-03 Thread Christofer Dutz
Hi all, I have observed the windows and non-windows version to differently detect binary files. Usually it is best not to rely on default detection of binary types (as soon as the plugin detects a binary, it will not comment on it having no headers) Chris Am 03.03.19, 15:17 schrieb "徐毅" :

Re: IoTDB Logo Design

2019-03-12 Thread Christofer Dutz
And changing the logo afterwards is always possible and not as much work as changing the name of a project. Chris Outlook für Android herunterladen From: Julian Feinauer Sent: Tuesday, March 12, 2019 6:45:41 AM To: dev@iotdb.apache.org

Re: Do we have a plan to release the first normal version of IoTDB this month?

2019-03-10 Thread Christofer Dutz
to create the file there (as done in my PR #91). Julian Von meinem Mobiltelefon gesendet Ursprüngliche Nachricht Betreff: Re: Do we have a plan to release the first normal version of IoTDB this month? Von: Christofer Dutz An: dev@iotdb.

Re: Do we have a plan to release the first normal version of IoTDB this month?

2019-03-10 Thread Christofer Dutz
I'd report that ... not sure if these findings are release-breakers, however it might be a good idea to address and/or discuss them soon. Chris Am 10.03.19, 10:42 schrieb "Christofer Dutz" : In other projects, we usually have release notes also in develop. Here we have a section

Re: Do we have a plan to release the first normal version of IoTDB this month?

2019-03-13 Thread Christofer Dutz
The PLC4X podling uses logback too ... So it should be ok. I think being dual licensed, we could choose the license in that particular case. Chris Outlook für Android herunterladen From: 乔嘉林 Jialin Qiao Sent: Wednesday, March 13, 2019

Re: [DISCUSS] Send Jira Emails to the dev@ list

2019-03-07 Thread Christofer Dutz
is larger. By the way, revi...@iotdb.apache.org is not shown on http://incubator.apache.org/projects/iotdb.html. An update is needed. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christof

Re: [DISCUSS] Send Jira Emails to the dev@ list

2019-03-07 Thread Christofer Dutz
Hi all, To be a little more concrete ... we send the create to both dev@ and issues@ And I really like it. Chris Am 07.03.19, 08:53 schrieb "Julian Feinauer" : Hi all, I just noticed, that currently there is no notification or so for Jira Issues to the dev@ list. Just

Re: Apache Con NA 2019

2019-03-19 Thread Christofer Dutz
Hi Guys, I am helping with planning the IoT track and this time we decided to try to sketch an overall plot for the track. So far we discussed that we are planning on describing a journey of data from the sources (iot devices (mynewt) or industrial controllers PLC4X over edge computing Camel,

Re: Do we have a plan to release the first normal version of IoTDB this month?

2019-03-07 Thread Christofer Dutz
I think that's a good idea, I think I might start pre-reviewing the current state ... No need in listing findings after a RC. Chris Outlook f??r Android herunterladen From: Julian Feinauer Sent: Friday, March 8, 2019 8:03:46 AM To:

Re: Polding name search result

2019-03-16 Thread Christofer Dutz
Have you created a PODLINGNAMESEARCH jira issue? I would recommend doing that. As far as I remember, this is also about not only having name that is not in conflict with an existing trademark, but also if Apache can establish a trademark. This could be a Problem as it's so widely used. But

Re: Do we have a plan to release the first normal version of IoTDB this month?

2019-03-10 Thread Christofer Dutz
In other projects, we usually have release notes also in develop. Here we have a section for the next planned version right at the top (but with an "unreleased" appended to the version) and add stuff as it comes in. For a release the "unreleased" is removed and merged to master, then a new

Re: How to prevent GitBox from sending too many commit notifications

2019-01-24 Thread Christofer Dutz
The problem isn't that Gitbox is sending emails on commits ... commit messages correctly go to comm...@iotdb.apache.org The problem is the Github "review" feature. Even if in general this feature is great for doing reviews, there is no way to do a full review. It sends one email per comment. In

Re: How to prevent GitBox from sending too many commit notifications

2019-01-24 Thread Christofer Dutz
As I mentioned ... most of the emails here are not commit messages. Even if they appear to be, they are actually emails sent from people using the review-functionality of Github. The reason they are being sent here, is that it's an Apache philosophy that all discussions must be taken back to

Re: Apply for adding code quality checking on one more branch (dev branch)

2019-01-25 Thread Christofer Dutz
ut it is ok, I think it is not a big deal. I can still repair code smells by using the default setting of SonarLint plugin in IDEA. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dut

Interest in release documentation?

2019-02-05 Thread Christofer Dutz
Hi all, I know this is early, but you can never be early enough when it comes to releasing. We just had our first successful release of PLC4X by a release manager that was not myself. Intentionally I left him alone with only this documentation: http://plc4x.apache.org/developers/release.html

Re: Abstract for ApacheCon NA 2019

2019-04-10 Thread Christofer Dutz
You can always do a two-people talk ... However Julian ... perhaps add yourself as secondary speaker ... I know you submitted another talk and only the primary speaker gets a free conference pass. Just a cost-optimization suggestion ;-) Chris Am 10.04.19, 08:59 schrieb "Julian Feinauer" :

Re: For the first release version

2019-04-10 Thread Christofer Dutz
Hi Xiangdong, you can ask for a VM from Infra, if this is needed. We did that for the PLC4X project as we needed to do network stuff infra didn't want to have on it's official nodes. And I agree having master and develop branches is a very good thing. Chris Am 10.04.19, 05:12 schrieb

Re: For the first release version

2019-04-10 Thread Christofer Dutz
And we could either manage that via separate Jenkins jobs or manual before > releases or so. > > How long do you mean with long-term? Hours, Days, Weeks, ... ? > > Julian > > Am 10.04.19, 09:19 schrieb "Christofer Dutz" : > >

CFP opened for ApacheCon NA 2019 in Las Vegas

2019-04-15 Thread Christofer Dutz
Hi Guys, co-chairing the IoT track, I just went through the CFP submissions to find out which communities I need to approach in order to have all projects represented. I noticed even if you did discuss things, I couldn’t find a submission … Would be great if you are planning on doing so (I

Re: CFP opened for ApacheCon NA 2019 in Las Vegas

2019-04-15 Thread Christofer Dutz
requires the information). Once I get the information, I can finish the submission. :D Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年4月15日周一 下午8:13写道:

Re: CFP opened for ApacheCon NA 2019 in Las Vegas

2019-04-16 Thread Christofer Dutz
f: Re: CFP opened for ApacheCon NA 2019 in Las Vegas > Von: Christofer Dutz > An: dev@iotdb.apache.org > Cc: > > Hi Xiangdong, > > as far as I know, you can always edit your submission after submitting ... > I know you can't edit the individual

What are you guys working on?

2019-04-18 Thread Christofer Dutz
Hi all, I do notice that you guys seem to have quite some activity on the Git repo … however I have to admit I have no Idea what you guys are working on. Didn’t you want to start sort of posting short summaries on this list? As someone standing on the side-lines wouldn’t see what he could help

Re: For the first release version

2019-04-18 Thread Christofer Dutz
NFRA-18202 --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年4月10日周三 下午4:27写道: > Hi Xiangdong, > > having an Apache VM has the additional benefit of having everything at

FW: Travel Assistance for ApacheCon NA Las Vegas 2019 now open.

2019-05-17 Thread Christofer Dutz
Hi all, I just wanted to let you know that we finally managed to open the applications for Apache TAC for ApacheCon NA 2019 in Las Vegas. For those of you that don’t know what TAC is, it’s Apaches Travel Assistance Committee. It’s the main goal of ApacheCons to get the communities together.

Re: Proposal Accepted!

2019-06-12 Thread Christofer Dutz
Hi all, And if you are planning on working on your slides together. The Apache Training podling might have just the right presentation framework for you ;-) Chris Outlook für Android herunterladen From: Willem Jiang Sent: Wednesday,

Re: Proposal Accepted!

2019-06-11 Thread Christofer Dutz
Congrats :-) looking forward to that ... even had Sharan reschedule my community talk so I could attend your talk :-) Chris Am 11.06.19, 12:50 schrieb "Julian Feinauer" : Hey, just wanted to share the happy news with the whole list, that the IoTDB Proposal for Apache Con NA

Re: Feedback from board report / onlist discussion

2019-06-21 Thread Christofer Dutz
d back. The project fell into paralysis. So in some sense, in such a podling, you have to work and document as if you want to make yourself replaceable. Just my thoughts. Julian Am 21.06.19, 09:27 schrieb "Christofer Dutz" : How about someon

Re: Feedback from board report / onlist discussion

2019-06-21 Thread Christofer Dutz
How about someone deeply involved writing up a "What happened last week" email which is sent to the list? I've caught up things like "Cluster Mode" and other terms that I didn't even know were being worked on (Actually I now absolutely nothing the community is currently working on) Chris Am

Re: Travel Assistance for ApacheCon NA Las Vegas 2019 now open.

2019-05-20 Thread Christofer Dutz
che Con NA and Europe? Let more people know about IoTDB is very helpful for the project. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年5月17日周五 下午3:29写道:

Re: For the first release version

2019-04-18 Thread Christofer Dutz
someone want to have the privilege of controlling the VM, please comment under this mail thread. Firstly, I apply for that. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Chris

Re: What are you guys working on?

2019-04-18 Thread Christofer Dutz
黄向东 清华大学 软件学院 Christofer Dutz 于2019年4月18日周四 下午7:00写道: > Hi all, > > I do notice that you guys seem to have quite some activity on the Git repo > … > however I have to admit I have no Idea what you guys are working on. > > Didn’t yo

Re: For the first release version

2019-04-20 Thread Christofer Dutz
nsible for > installing and maintaining the software on the VM. ” If someone want to > have the privilege of controlling the VM, please comment under this mail > thread. Firstly, I apply for that. Best, > ------- Xiangdong Huang School of Software

Re: New directory structure

2019-07-03 Thread Christofer Dutz
Hi all, Please think of documenting this in any release notes as incompatible change. Chris Holen Sie sichOutlook für Android From: Jialin Qiao Sent: Wednesday, July 3, 2019 4:46:18 AM To: dev@iotdb.apache.org Subject: Re: New directory

Re: What Is a Good Git Workflow?

2019-07-11 Thread Christofer Dutz
And one really important thing why I too hate squash commits: Usually I commit in a pretty fine-grained. The reason for this is that if I change a line of code and someone uses git blame to see WHY I changed that line, I usually want to give that person the pointer to why I did it. If you

Re: Problem of building iotdb website

2019-07-03 Thread Christofer Dutz
There were changes last week with the website build node last week. We had some issues last week with the plc4x website too. Please contact infra. Chris Holen Sie sichOutlook für Android From: Xiangdong Huang Sent: Wednesday, July 3,

ApacheCon EU 2019 Berlin Travel Assistance Applications now open!

2019-06-30 Thread Christofer Dutz
Hi IotDB Team! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for ApacheCon EU 2019 are now open! We will be supporting ApacheCon EU Berlin, Germany on 22nd - 24th October 2019 TAC exists to help those that would like to attend ApacheCon

Re: Start the release train

2019-07-08 Thread Christofer Dutz
o sort out > those things like “when do we consider someone established enough to become > committer / ppmc”, “what is a contribution? Is it only PRs or also activity > on the list and others”. > > One tip I can give you (you and the complete PPMC) is to be open to

Re: Binary Release of IoTDB

2019-07-16 Thread Christofer Dutz
hricht Betreff: Re: Binary Release of IoTDB Von: Christofer Dutz An: dev@iotdb.apache.org Cc: We could whip up a maven assembly für building that binary distribution. I could help with that, if you exactly define how it should look. Chris Holen Sie sichOutlook für Android<https://aka.

Re: Binary Release of IoTDB

2019-07-16 Thread Christofer Dutz
黄向东 清华大学 软件学院 Christofer Dutz 于2019年7月16日周二 下午7:10写道: > Bash scripts are not portable. > I would strongly advise not to use them and with the assembly plugin, the > binary stuff gets packaged alongside the source bundle during the release > build. > > Chris > > Hol

Re: Binary Release of IoTDB

2019-07-16 Thread Christofer Dutz
We could whip up a maven assembly für building that binary distribution. I could help with that, if you exactly define how it should look. Chris Holen Sie sichOutlook für Android From: Kevin A. McGrail Sent: Tuesday, July 16, 2019

Re: General issues with the build

2019-08-02 Thread Christofer Dutz
ugin... (By the way, now when I run `mvn package -Papache-release`, no *-bin.zip file is generated in the target folder...) Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz 于2019年8月2日周五 下午3:46写道: > Hi all, > >

Re: [DISCUSS] Apache IoTDB (Incubating) 0.8.0 RC2

2019-08-03 Thread Christofer Dutz
ed over the mail template from an other poling where it was > created from an apache member which may not be named here :P > > But +1. > > Julian > > Von meinem Mobiltelefon gesendet > > > Ursprüngliche Nachricht

Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC2

2019-08-03 Thread Christofer Dutz
Hi all, Changing my vote to -1 (binding) as the source-release contains binaries in: - client/cli/lib - server/iotdb/lib Sorry for missing that. Chris Am 03.08.19, 17:26 schrieb "Christofer Dutz" : This time it looks a lot better ... good job. I wish more podlings wou

[DISCUSS] Apache IoTDB (Incubating) 0.8.0 RC2

2019-08-03 Thread Christofer Dutz
Hi … I do have a proposal for future release-candidates: I think the link usually posted as [2] should be [1] in the future. The reason is that this IS THE RELEASE … the current Maven artifacts in [1] are convenience binaries distributed by the PPMC. Also might it make people think, this is what

Re: [RESULT][VOTE] Release Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-19 Thread Christofer Dutz
o release Apache IoTDB (incubating) 0.8.0 RC3 has passed with 4 > +1 Votes. > Binding Votes: > > Justin McLean > Christofer Dutz > Kevin A. McGrail > Julian Feinauer >

Re: Showcase your project at ApacheCON at a Podling's Shark Tank

2019-08-15 Thread Christofer Dutz
Definitely yes, The shark tank is definitely an entertaining format many people attend. Even ones that might not be planning to go to your talk. More publicity is good. Chris Holen Sie sich Outlook für Android From: Xiangdong Huang

  1   2   3   4   5   >