PacktPublishing / Building-Big-Data-Pipelines-with-Apache-Beam

Building Big Data Pipelines with Apache Beam, published by Packt
Apache License 2.0
81 stars 61 forks source link

./mvnw clean install gets stuck #15

Closed juancalvof closed 2 years ago

juancalvof commented 2 years ago

Hello! Congrats on the book. Looking forward to diving into it.

Running ./mvnw clean install the code gets stuck on test Running com.packtpub.beam.chapter4.SportTrackerMotivationUsingOwnJoinTest. I have run the test directly and it works. Any idea how I can solve this? Thanks.

image

By the way, I needed to change the version of Lombok to 1.18.20 regarding this issue: https://github.com/projectlombok/lombok/issues/2790

vitorfranklin commented 2 years ago

Hello! Congrats on the book. Looking forward to diving into it.

Running ./mvnw clean install the code gets stuck on test Running com.packtpub.beam.chapter4.SportTrackerMotivationUsingOwnJoinTest. I have run the test directly and it works. Any idea how I can solve this? Thanks.

image

By the way, I needed to change the version of Lombok to 1.18.20 regarding this issue: projectlombok/lombok#2790

Hi, I think that is low memory or low cpu , I had the same problem but in my case I was using minikube, I had forgotten to set the arguments --memory and --cpu on 'minikube start'

nithikpackt commented 2 years ago

Thank you for the solution @vitorfranklin. Closing the issue for now.