Re: Issue while building spark project

2022-07-20 Thread rajat kumar
Thanks a lot Sean On Mon, Jul 18, 2022, 21:58 Sean Owen wrote: > Increase the stack size for the JVM when Maven / SBT run. The build sets > this but you may still need something like "-Xss4m" in your MAVEN_OPTS > > On Mon, Jul 18, 2022 at 11:18 AM rajat kumar > wrote: > >> Hello , >> >> Can

Re: Issue while building spark project

2022-07-18 Thread Sean Owen
Increase the stack size for the JVM when Maven / SBT run. The build sets this but you may still need something like "-Xss4m" in your MAVEN_OPTS On Mon, Jul 18, 2022 at 11:18 AM rajat kumar wrote: > Hello , > > Can anyone pls help me in below error. It is a maven project. It is coming > while

Issue while building spark project

2022-07-18 Thread rajat kumar
Hello , Can anyone pls help me in below error. It is a maven project. It is coming while building it [ERROR] error: java.lang.StackOverflowError [INFO] at scala.tools.nsc.typechecker.Typers$Typer.typedApply$1(Typers.scala:4885)