Re: add progress bar?

2019-04-21 Thread yi xu
Hi, For import script, it is easy to count how many rows are currently imported, and how many rows remain. So a process bar is easy to implement. However, for export script, it is difficult to count how many rows will be imported for a given sql since data is continuously increasing. Now we pl

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

2019-03-07 Thread yi xu
Hi, Over the last three months, we have improved IoTDB in several ways, such as code quality, document and read/write performance. So should we release a normal version to our users since we don’t have a normal version right now. Thanks XuYi

Re: Problems about rat plugin and apache header check

2019-03-03 Thread yi xu
Just in curiosity, our rat plugin is org.apache.rat apache-rat-plugin license-check verify check According to maven grammar, if I want to execute this plugin manually, use ‘mvn rat:check’. Ho

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: Questions about deleting branches on Apache Jenkins

2019-02-21 Thread yi xu
Hi, URL is https://builds.apache.org/view/I/view/IoTDB/job/IoTDB-Pipeline/ Thanks XuYi > On Feb 22, 2019, at 01:02, Felix Cheung wrote: > > Can you point to where you see these branches? Is it on asf Jenkins? > > > ________ > From: yi xu >

Questions about deleting branches on Apache Jenkins

2019-02-21 Thread yi xu
Hi, I’m curious about the branch detection of our Jenkins pipeline. If I create a new branch and push it to remote repo, I can find my branch on jenkins pipeline. However, if I delete this branch on remote repo, jenkins pipeline won’t delete it. Now there are lots of useless branches piled up o

Re: [GitHub] MyXOF opened a new pull request #12: change year in footer to dynamic

2019-01-26 Thread yi xu
Hi Sorry about that, I have set 2019 as static published year. Thanks Xu Yi See https://github.com/apache/incubator-iotdb-website/pull/15 > On Jan 27, 2019, at 02:09, Justin Mclean wrote: > > published

Questions about apache Jenkins

2019-01-22 Thread yi xu
Hi, Current apache jenkins is a little bit strange, it can only build master branch. If I create a new branch inside apache/incubator-iotdb, I cannot trigger this branch manually. Also we have already created some pull requests but here[1] indicates there is no running pr. Since iotdb has two

Release a new beta version for IoTDB

2019-01-19 Thread yi xu
Hi Now IoTDB does not provide an executable version for users to download, how can we create a new release on Github? Do we need to create an issue or jira? Thanks Xu Yi