Re: Spark master build hangs using parallel build option in maven

2020-01-18 Thread Sean Owen
due to some bug in maven version used in master or some new >> change added in the master branch that prevent the parallel build. >> >> Regards >> Saurabh Chawla >> >> >> On Sat, Jan 18, 2020 at 2:19 AM Sean Owen wrote: >>> >>> I don't be

Re: Spark master build hangs using parallel build option in maven

2020-01-17 Thread Dongjoon Hyun
lieve you can use a parallel build indeed. Some things >> collide with each other. Some of the suites are run in parallel inside >> the build though already. >> >> On Fri, Jan 17, 2020 at 1:23 PM Saurabh Chawla >> wrote: >> > >> > Hi All, >> &

Re: Spark master build hangs using parallel build option in maven

2020-01-17 Thread Saurabh Chawla
parallel build indeed. Some things > collide with each other. Some of the suites are run in parallel inside > the build though already. > > On Fri, Jan 17, 2020 at 1:23 PM Saurabh Chawla > wrote: > > > > Hi All, > > > > Spark master build hangs using parallel bu

Re: Spark master build hangs using parallel build option in maven

2020-01-17 Thread Sean Owen
I don't believe you can use a parallel build indeed. Some things collide with each other. Some of the suites are run in parallel inside the build though already. On Fri, Jan 17, 2020 at 1:23 PM Saurabh Chawla wrote: > > Hi All, > > Spark master build hangs using parallel build opt

Spark master build hangs using parallel build option in maven

2020-01-17 Thread Saurabh Chawla
Hi All, Spark master build hangs using parallel build option in maven. On running build the sequentially on spark master using maven, build did not hang. This issue occurs on giving hadoop-provided (*-Phadoop-provided -Dhadoop.version=2.8.5) *option. Same command works fine to build spark-2.4.3