Re: Move Integration Tests (*IT) to verify phase

2019-02-26 Thread Julian Feinauer
Hi Xiangdong, thanks for your hint... I also found the "skipITs" by now so my last mail is basically useless. Locally the mvn clean install fails on my machine, both tests fail in IoTDBDeletionIT. In some document (I'm not able to find it right now) I read that local missing libs in some

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

Move Integration Tests (*IT) to verify phase

2019-02-26 Thread Julian Feinauer
Hi all, I just noticed that the regular `mvn clean install` fails during the test phase due to IT’s (as stated in the README). We usually move all ITs to the verify phase (also mvn clean test is a bit faster then). And we usually have a separate switch to skip ITs. What do you think? Best

Re: Cannot login Apache Jenkins

2019-02-26 Thread 徐毅
Hi, Now I can login without problems. Maybe jenkins encountered some problems a few hours ago. Thanks, XuYI On 2/26/2019 21:24,Julian Feinauer wrote: Hi XuYi, I did a first check some hours ago and it took a long time (and didn't respond). But now I can login without problems. Do you use

Re: Cannot login Apache Jenkins

2019-02-26 Thread Julian Feinauer
Hi XuYi, I did a first check some hours ago and it took a long time (and didn't respond). But now I can login without problems. Do you use your apache id / pw for the login? Julian Am 26.02.19, 10:39 schrieb "yi xu" : Hi My classmates and I found we can not login Apache Jenkins

[BUILD-FAILURE]: Job 'IoTDB Website [null] [31]'

2019-02-26 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB Website [null] [31]': Check console output at "https://builds.apache.org/job/IoTDB%20Website/31/;>IoTDB Website [null] [31]"

[BUILD-FAILURE]: Job 'IoTDB Website [null] [30]'

2019-02-26 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB Website [null] [30]': Check console output at "https://builds.apache.org/job/IoTDB%20Website/30/;>IoTDB Website [null] [30]"

[BUILD-FAILURE]: Job 'IoTDB Website [null] [27]'

2019-02-26 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB Website [null] [27]': Check console output at "https://builds.apache.org/job/IoTDB%20Website/27/;>IoTDB Website [null] [27]"

[BUILD-FAILURE]: Job 'IoTDB Website [null] [26]'

2019-02-26 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB Website [null] [26]': Check console output at "https://builds.apache.org/job/IoTDB%20Website/26/;>IoTDB Website [null] [26]"

Re: [incubator-iotdb] branch east_update_chunkgroupmetadata updated: add offset and size for ChunkGroupMetaData

2019-02-26 Thread 毛东方
Hi XiangDong, Sure I can do that. I’ve already done it and submit it to the confluence: https://cwiki.apache.org/confluence/display/IOTDB/TsFile+Format . > 在 2019年2月25日,上午8:22,Xiangdong Huang 写道: > > Hi Dongfang, > > In

Cannot login Apache Jenkins

2019-02-26 Thread yi xu
Hi My classmates and I found we can not login Apache Jenkins at https://builds.apache.org/ . Does anyone face the same problem? Thanks XuYi

Re: How to run IoTDB in Docker

2019-02-26 Thread Xiangdong Huang
Hi Dr. Volker, Thank you very much. I have finished a dockerfile. But there are a lot need to do. You can find the PR at: https://github.com/apache/incubator-iotdb/pull/69 Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Dr.

Re: How to run IoTDB in Docker

2019-02-26 Thread Dr . Volker Göbbels
Hi, maybe I can help out a bit. I'll give the image build a spin and look how I can help. And btw I'm the guy Andreas spoke (thanks Andreas!) about who's interested to get it running on Docker Cheers, Volker Xiangdong Huang schrieb am 25.02.19 um 20:07: Hi, I submit a PR, and welcome to