Re:Re: Apache Hudi Graduation vote on general@incubator

2020-05-18 Thread lamber-ken
Gread job! and good luck for apache hudi project. Best, Lamber-Ken At 2020-05-19 13:35:11, "Vinoth Chandar" wrote: >Folks, > >the vote has passed! >https://lists.apache.org/thread.html/r86278a1a69bbf340fa028aca784869297bd20ab50a71f4006669cdb5%40%3Cgeneral.incubator.apache.org%3E > > >I

Re: Apache Hudi Graduation vote on general@incubator

2020-05-18 Thread Vinoth Chandar
Folks, the vote has passed! https://lists.apache.org/thread.html/r86278a1a69bbf340fa028aca784869297bd20ab50a71f4006669cdb5%40%3Cgeneral.incubator.apache.org%3E I will follow up with the next step [1], which is to submit the resolution to the board. [1]

hudi dependency conflicts for test

2020-05-18 Thread Lian Jiang
Hi, I am using hudi in a scala gradle project: dependencies { compile group: 'org.apache.spark', name: 'spark-core_2.11', version: '2.4.4' compile group: 'org.apache.spark', name: 'spark-sql_2.11', version: '2.4.4' compile group: 'org.scala-lang', name: 'scala-library', version:

Re: Unable to run hudi-cli integration tests

2020-05-18 Thread Pratyaksh Sharma
Hi hddong, The concerned test in my error log (org.apache.hudi.cli.integ. ITTestRepairsCommand.testDeduplicateWithReal) passes when run on our travis CI. So there is some problem with my local itself. On Mon, May 18, 2020 at 3:33 PM hddong wrote: > Hi, > > I had try docker before, it usually

Re: [DISCUSS] should we do a 0.5.3 patch set release ?

2020-05-18 Thread Vinoth Chandar
Hi Sudha, Thanks for the update. Did my best to review most of them. Will work on 1596, just needs a test. Thanks Vinoth On Sun, May 17, 2020 at 3:30 PM Bhavani Sudha wrote: > Hello all, > > I wanted to send a quick update on 0.5.3 readiness and code freeze. > There were few more candidate

Re: Unable to run hudi-cli integration tests

2020-05-18 Thread hddong
Hi, I had try docker before, it usually use `execStartCmd` to exec cmd directly. But for hudi-cli, we need exec cmd in interactive mode. There are some different. If there is any way, run in docker is better. @Shiyan Your command run failed due to spark task failed, I guess you need a tmp